KoderyBeta

WordPress (27)

149If is_subpage FunctionChecks to see if page is either a sub-page, or sub-page to perticular page.
148Basic WP Post ThumbsA basic implementation of WordPress Post Thumbnails
147Basic WP Post ThumbsA basic implementation of WordPress Post Thumbnails
142Newest post from each authorGets the newest post from each author, if they have actually posted.
140Get Post/Page ContentGets the content of any post or page, anywhere on the site.
135If is sub pageChecks to see if the current page is a child (on any level) to the defined page
133Only Count Comments, Not TrackbacksFilters the comment count to not include trackbacks.
132Custom Lengh ContentLets you define the lengh of the content show.
129Return Dynamic Page TitleReturns the page title for the ID given
128If is_subpage()Checks to see if the current page is a subpage.
126Get Top Level Page IDGets the page ID fo the top most parent page for the page this code was called on.
119Get Random Image From Post[Function] Gets a random image from a post
111Custom wp_list_categories FunctionThis specific snippet adds a rel tag with a lower-case name.
94Register Widget AreasSets up 2 widget areas with descriptions.
87Custom Login Screen LogoAdds a custom logo to the WP login screen.
72Full Loop With PaginationPaginated WP loop that works.
68Display comments on home page.Shows the comments for each post on the home page (index.php)
63Ignore 'More' in 'the_content'Ignores the 'More' tag and shows all of the post.
37Echo Template RootEchoes the URL for the homepage that's set in the Admin section.
36Get Custom FieldGets value for single instance of a custom field
35Custom Field LoopLoops through custom field where there are more than one of the same name
34Query Post LoopLoops through custom query
33Query PostsQuereys posts, can do too many things.
29Show Content After Shows the content after the <!--more--> tag
28If Page is Child of IDChecks to see if a page is child of another page, by ID only.
27Link to Page via IDLinks to page bu selecting the ID
26Remove P Tags from ExcerptFilters out <p></p> from the_excerpt in WordPress