Forum

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

using in pages?

closed
UserPost

2:28 am
January 15, 2010


burakco

New Member

posts 2

1

hi everybody,

i am using static front page in my site. my header.php code is

<?php if( is_front_page() ) {
dynamic_content_gallery();
} ?>

in my template. plugin is workin with this code, but if i use

<?php if( is_page('Chip-Tuning') ) {
dynamic_content_gallery();
} ?>

code in my page.php, it doesnt work in Chip Tunin page.

how can i fix it, can you help me?

screenshot;

static page :

http://img524.imageshack.us/i/…..tatic.jpg/

chip tuning page :

http://img524.imageshack.us/i/…..gpage.jpg/

7:51 pm
January 15, 2010


burakco

New Member

posts 2

2

anybody can help me?

12:52 pm
January 17, 2010


Ade

Admin

posts 1233

3

Hi,

Take a look at the codex Conditional Tags page. Make sure you use the page slug, not page title, in your code.

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?