Title: [Plugin: Widget Logic] A little help please
Last modified: August 19, 2016

---

# [Plugin: Widget Logic] A little help please

 *  794365
 * [17 years, 9 months ago](https://wordpress.org/support/topic/plugin-widget-logic-a-little-help-please/)
 * Hi there.
 * I’m trying to set up widget logic and I don’t seem to be having the desired results.
 * I read through the forum and I thought is_page(‘6’) would be the way to write
   what I need.
 * but it seems to make the widget disappear off of every page.
 * I am using the tarski theme and I am using the my-page-order plug in to re sort
   the navbar.
 * So I’m not sure if it’s re-assigning the page numbers or creating a conflict.
   
   So what I’d like to do is find a way to use the title of the page to effect the
   visibility. So I tried is_title(‘shop’)
 * and I broke it. So can anyone help me get this right?
 * Thanks in advance.

Viewing 1 replies (of 1 total)

 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/plugin-widget-logic-a-little-help-please/#post-820916)
 * according to [http://codex.wordpress.org/Conditional_Tags#A_PAGE_Page](http://codex.wordpress.org/Conditional_Tags#A_PAGE_Page)
 * you should be able to use andy of 3 variations of is_page – by numer, title or‘
   slug’ – their examples:
 * is_page(’42’)
    is_page(‘about-me’) is_page(‘About Me And Joe’)
 * so, first thing get rid of ‘is_title’ – i don’t know such a conditional tag exists.
   is_page will be what you want. try the page’s ID, slug or title.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Widget Logic] A little help please’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [alanft](https://wordpress.org/support/users/alanft/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/plugin-widget-logic-a-little-help-please/#post-820916)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
