Link to home
Start Free TrialLog in
Avatar of oo7ml
oo7ml

asked on

Wordpress Widget Logic

Hi, i am using widget logic to display certain widgets on certain pages... for example, if i want a widget to display on my 'about' page i simply use:

is_page('about')

Open in new window


Does anyone know how to get a certain widget to display on a page that has a url as follows:

www.mydomain.com/portfolio/graphics


WIDGET LOGIC
http://wordpress.org/plugins/widget-logic/other_notes/

Thanks in advance for your help
Avatar of James Rodgers
James Rodgers
Flag of Canada image

Does anyone know how to get a certain widget to display on a page that has a url as follows:

www.mydomain.com/portfolio/graphics

should just be is_page('graphics')
Avatar of oo7ml
oo7ml

ASKER

I thought so too, but 'graphics' is a category of the portfolio section so it doesn't work like you suggested.
ASKER CERTIFIED SOLUTION
Avatar of eemit
eemit
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial