Forum

Please make sure that you have read the documentation and extensive resources provided on this site before posting your question!

Dynamic Content Gallery Resources

DCG Version 4.0 beta is now available for download and testing. This is a development version and not recommended for live sites. Read more here.

Note that the current stable release of the DCG is version 3.3.5.

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Minimum search word length is 3 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

using in pages?

closed
UserPost

2:28 am
January 15, 2010


burakco

Guest

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

Guest

2

anybody can help me?

12:52 pm
January 17, 2010


Ade

Admin

posts 2378

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?