Articles Submitted for wpcanyon.com
Adding Classes to the Current Page Item in wp_nav_menu()
wpcanyon.com - I encountered this issue many many times while doing HTML Template to WordPress theme conversions. The thing is that WordPress will add “current-page-item” class to the current page list item in the menu, but in 90% of cases it won’t ...
Automatically Create A Page On Theme Activation
wpcanyon.com - 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.
Increasing The Categories Selection Height In WordPress Admin
wpcanyon.com - Increasing the height of the categories selection listing in WordPress admin using 2 different methods, CSS and jQuery. The first method makes a fixed height and the second makes a dynamic height.
Why Don’t You Let People See The Options Panel Demo
wpcanyon.com - 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.
Show Top Commentators In WordPress Without A Plugin
wpcanyon.com - 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. Show Top Commentators In WordPress Without A Plugin.
Adding Classes To previous_posts_link() And next_posts_link() In WordPress
wpcanyon.com - 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().
Adding A Custom Field Automatically On Post/Page Publish
wpcanyon.com - 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
wpcanyon.com - 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.
Little code snippet for showing amount of comment a comment author made
wpcanyon.com - I saw a really cool thing on ProBlogDesign. In the comments there is also the amount of comments the comment authors made. Here is a screenshost. I saw a really cool thing on ProBlogDesign. In the comments there is also the ...