WordPress WordPress: paginating posts without plugins June 18, 2012 A simple way to paginate WordPress posts without using plugins. Read more
WordPress WordPress: get all the post attachments from the database June 15, 2012 How to get all the post attachments of a WordPress site by running a simple query on the database. Read more
WordPress WordPress: add login/logout and register links to the main menu and redirect users after login June 14, 2012 Two filter functions to add the login/logout and register links to the WordPress main menu and redirect users after login. Read more
WordPress WordPress: alternate thumbnails alignment June 13, 2012 How to align our WordPress thumbnails in an alternate way. Read more
WordPress WordPress: display your GitHub activity June 12, 2012 How to display your public GitHub activity on WordPress Read more
WordPress WordPress: using the HTML5 time element June 10, 2012 How to use the HTML5 time element in WordPress. Read more
WordPress WordPress: display the total number of Twitter followers and Facebook fans June 8, 2012 How to display the total count of our Twitter followers and Facebook fans on WordPress. Read more
WordPress WordPress: display the total number of posts on the current category June 7, 2012 How to get and display the post count on each WordPress category. Read more
WordPress WordPress: listing categories with the most recent posts June 6, 2012 How to create a nested list of WordPress categories featuring the most recent posts and the number of posts of each category. Ideal for an archive page. Read more
WordPress WordPress: implementing the body_id() function to assign a different ID to each section of a site June 5, 2012 How to assign a different ID to each section of a WordPress site by implementing a custom body_id() function. Read more