Title: Syntax Question
Last modified: August 30, 2016

---

# Syntax Question

 *  [attendstar](https://wordpress.org/support/users/attendstar/)
 * (@attendstar)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/syntax-question-3/)
 * I have a “page” with the following URL. This is custom plugin we had developed.
   I am not sure if it a post, page or some other WordPress “concept”.
 * [http://christianconcertalerts.com/artist/aryn-michelle-concerts/](http://christianconcertalerts.com/artist/aryn-michelle-concerts/)
 * The Widget Logic code I am using is is_artists{“aryn-michelle-concerts”)
 * The widget is not showing up and I am not really sure why.
 * Thank you for any help on this.
 * Gary
 * [https://wordpress.org/plugins/widget-logic/](https://wordpress.org/plugins/widget-logic/)

Viewing 1 replies (of 1 total)

 *  [George wp-website-mastery](https://wordpress.org/support/users/lernerconsult/)
 * (@lernerconsult)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/syntax-question-3/#post-6329689)
 * Does your example here exactly match what is in your site? Open curly brace paired
   with close parenthesis?
 * Does your custom plugin define a function is_artists() ? If so, is it accessible
   from outside your plugin?
 * try putting the Page ID, Page Title or Page Slug in is_page(), e.g.
    `is_page("
   aryn-michelle-concerts")`
 * See [https://codex.wordpress.org/Function_Reference/is_page](https://codex.wordpress.org/Function_Reference/is_page)

Viewing 1 replies (of 1 total)

The topic ‘Syntax Question’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/widget-logic_c8dde5.svg)
 * [Widget Logic](https://wordpress.org/plugins/widget-logic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/widget-logic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/widget-logic/)
 * [Active Topics](https://wordpress.org/support/plugin/widget-logic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widget-logic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widget-logic/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [George wp-website-mastery](https://wordpress.org/support/users/lernerconsult/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/syntax-question-3/#post-6329689)
 * Status: not resolved