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/