How to exclude category from loop in wordpress
0, 'parent' => '', 'orderby' => 'name', 'order' => 'ASC', 'hide_empty' => 0, 'hierarchical' => 1, 'include' => '9,10,224,11,28,474,31,227,32,475', 'exclude' => '9,10,224,11,28,474,31,227,32,475', 'number' => '', 'taxonomy' =>…
WordPress Shortcodes and Plugins You Might Want To Try
WordPress Shortcodes And Plugins You Might Want To Try If you are not familiar with shortcodes, a shortcode is a WordPress-specific code that lets you do creative things with scripts and code. Since you won’t have to fill your posts and pages with long…
Tips to Create Custom Tags In WordPress
Tips to Create Custom Tags In WordPress Building a WordPress theme is so easy with template tags. You can add the_title() to display the post or page title, and you can use the_content() to display post or page contents. There are many more template tags…
Tips to show WordPress Widgets on Condition in Perticular Pages or Area
Tips to show WordPress Widgets on Condition in Perticular Pages or Area WordPress, by default, provides a set of widgets for showing post categories, tag clouds, search, and calendar. Following WordPress standard themes like TwentyTen and TwentyTwelve,…
Tips For Every WordPress Developer
Tips For Every WordPress Developer Optimize your DB once a while You can use either a plugin or manually but it’s always good to optimize your MySql tables often (at least once or twice a month) so you’ll ensure that your queries are as good as they can…