Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Show Sidebar Only On Custom Post Type Home (http://forum.bytesforall.com/showthread.php?t=18129)

bswb97 Aug 7, 2012 12:19 AM

Show Sidebar Only On Custom Post Type Home
 
I would like to only show the Right Inner Sidebar on the Home and Category pages for my Custom Post Type called Books.

Based on my previous thread, I've been using this conditional If to help display specific content on the Home page for the CPT:

PHP Code:

<?php  if ( (get_post_type() == 'books') and !is_single() )
        echo ... ; 
?>

How can I apply that so that the Right Inner Sidebar only displays on the same parameters?

juggledad Aug 7, 2012 04:54 AM

go taake a look at the theme options for sidebars

bswb97 Aug 7, 2012 07:56 PM

Using the sidebar options for Home displays on both CPT and general home/category pages. I want it to only display CPT home and CPT category pages, not the general one.

juggledad Aug 8, 2012 06:25 AM

This is something that would take more than a 'few minutes' to figure out and due to paying customer and family committments, I don't have the 'free' time to dig into this.

I would suggest looking at the code in footer.php and see if you can get it to work in there.


All times are GMT -6. The time now is 08:36 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.