Support » Plugin: Widget Logic » [Plugin: Widget Logic] Widget Doesn't Display on Blog Page

  • I am using Widget Logic in several places on my site with no problems.

    I recently added a widget to the Header Right widget area. I entered is_page() because I want Trackable Social Share icons to display on all pages. The icons display on every page EXCEPT the blog page and single blog post pages.

    The theme is Genesis/Prose, and the URL is http://jamesbendellattorney.com.

    I removed is_page() and tried different code to see if I could get the icons to display on the blog pages. I tried:
    is_front_page()
    is_home()
    is_page()
    is_page(7)
    is_page( ‘Blog’ )
    is_page(‘Blog’)

    None of these would display the icons on the blog pages.

    Any ideas?

    http://wordpress.org/extend/plugins/widget-logic/

  • The topic ‘[Plugin: Widget Logic] Widget Doesn't Display on Blog Page’ is closed to new replies.