jake RSS


jakehofman.com

Archive

May
5th
Tue
permalink

tip: wordpress

to avoid failure on popular posts, create a static page copy http://bit.ly/11uYch (via @mjmalone)

tips  wordpress 
Feb
18th
Wed
permalink

tip: wordpress

to list all pages (not posts), use wp_list_pages: ‘wp_list_pages(‘title_li=&echo=…’) http://bit.ly/72dA

tips  wordpress 
permalink

tip: wordpress

to list all tags for a given post, use the_tags function: the_tags(‘before_str’,’separator_str’,’after_str’) http://bit.ly/QDBqs

tips  wordpress