BloggerCamp.com header image

Posts Tagged ‘Add Categories’

Remove Several Categories from the Loop in WordPress

Here is a little trick to to remove categories from the main loop. Yes, you can display these elsewhere; in pages (view custom template), the sidebar, the footer… wherever you want them and I’ll show you how. Complete code <?php $themes = $wpdb->get_var(”SELECT term_id FROM wp_terms WHERE slug = ‘themes’”); $plugins = $wpdb->get_var(”SELECT term_id FROM wp_terms WHERE slug = [...]

Popularity: 100% [?]