• hey

    I’m trying to block a drop down form field from appearing on one of my product pages. Is the is_page() php fuction able to tell a single page not to show this drop field without having to do “is_page(’42, 45, 45,……..’)”

Viewing 1 replies (of 1 total)
  • Is the is_page() php fuction able to tell a single page not to show this drop field
    without having to do "is_page('42, 45, 45,........')

    — I don’t entirely understand what you’re asking, but is_page() will return true on individual WordPress pages (anything under wp-admin/edit.php?post_type=page). See http://codex.wordpress.org/Conditional_Tags#A_PAGE_Page for your options requiring finer grain control

Viewing 1 replies (of 1 total)

The topic ‘blocking content for a certain page’ is closed to new replies.