↧
Listing child pages
The Codex offers a way to list the children of the current page by adding this to your theme: <?php $children = wp_list_pages('title_li=&child_of='.$post->ID.'&echo=0'); if ($children) {...
View ArticleUsing categories and tags as meta keywords
Your categories and keywords are valuable bits of metadata, but WordPress doesn’t use them in its meta tags. Even the popular All in One SEO Pack plugin uses only categories, not tags. To use both, add...
View Articleusing shortcodes everywhere
Read this in Spanish | Leer esta en Español At the moment, shortcodes in WordPress are processed only in post/page content. You can use them in lots of other places, though, if you enable them for each...
View Article