Redirect Back To Post/Page Listing After Publish/Update
In case you want to be redirected back to the post/page listing and not to the edit page of that post/page on publish/update here is a little snippet that does just that.
Solution if previous_posts_link() and next_posts_link() are not working
Using WP_Query and pagination isn’t showing up? The solution is quite simple.
Adding Classes to the Current Page Item in wp_nav_menu()
Something that was bugging me for a long time while doing HTML -> WordPress conversions, and i finally decided to dive into the source code of WordPress and find a solution. Hope it helps you too.
Automatically Create A Page On Theme Activation
Taking a snippet from snipplr.com and improve it quite a lot. The snippet is for automatically creating a page (can be used to create a post too) right after the theme is activated.
Why Don’t You Let People See The Options Panel Demo
Noticed how not a single premium WordPress themes seller allow you to give the options panel a try and see the full potential of a theme. Well here is a little idea that might change that.
Increasing The Categories Selection Height In WordPress Admin
Increasing the height of the categories selection listing in WordPress admin using 2 different methods, CSS and jQuery.
Show Top Commentators In WordPress Without A Plugin
Here is a simple code snippet for getting the top commentators listing in WordPress so you don’t have to use a plugin for that purpose.
Adding Classes To previous_posts_link() And next_posts_link() In WordPress
Little snippet for adding classes and other attributes to previous_post_link() and next_post_link().
Best On WordPress From The Past Week N.10
This is our weekly roundup of the best wordpress articles, tips, tricks and news from the past week we ware able to find on the web.
Adding A Custom Field Automatically On Post/Page Publish
Little code snippet for automatically adding a custom field for a page or post when they are published.
Best On WordPress From The Past Week N.9
This is our weekly roundup of the best wordpress articles, tips, tricks and news from the past week we ware able to find on the web.
Showing Amount Of Comments A Comment Author Made
Little code snippet for showing amount of comment a comment author made.
Creating a Contact Page From Scratch in WordPress
Step by step guide on building a contact page in WordPress using custom templates.







