Forums

widget logic for blogroll links on blog home page (2 posts)

  1. LindaRRR
    Member
    Posted 1 year ago #

    I am working on getting a blog roll on the home page of my blog - which is a "static" page as part of a WP CMS website.

    I have tried is_page(X), is_singular(X), is_home(X) with no results anywhere. I just tried is_home_page(X) and I found a "fatal error" message on my archive page - a child of the blog page.

    Here is a link thesmarterhomeoffice.com

    Any suggestions are gratefully welcome.

    PS - the "smarter" part of my URL refers to office layout, not technology ;-)

  2. alanft
    Member
    Posted 1 year ago #

    get rid of the X, and one of is_home() or is_front_page() is bound to be what you need

    http://codex.wordpress.org/Conditional_Tags#The_Main_Page

Topic Closed

This topic has been closed to new replies.

About this Topic