May
5th
Tue
5th
tip: wordpress
to avoid failure on popular posts, create a static page copy http://bit.ly/11uYch (via @mjmalone)
to avoid failure on popular posts, create a static page copy http://bit.ly/11uYch (via @mjmalone)
to list all pages (not posts), use wp_list_pages: ‘wp_list_pages(‘title_li=&echo=…’) http://bit.ly/72dA
to list all tags for a given post, use the_tags function: the_tags(‘before_str’,’separator_str’,’after_str’) http://bit.ly/QDBqs