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.
Topic RSS
4:25 pm
I'm working on the Executive child theme of Genesis. I created a page (id = 7) in the dashboard called "Projects". I created a new page template called dcg-page.php which I assigned to the Projects page. The code in the file dcg-page.php is as follows:
/*
Template Name: DCG
*/
add_action('genesis_before_post_content', 'add_dcg');
function add_dcg() { ?>
<div class="dcg">
<?php dynamic_content_gallery(); ?>
</div><!– end .dcg –>
<?php }
// Use the Genesis page.php template
require_once(PARENT_DIR . '/page.php');
?>
The problem is that page id= 7 has has content that I added when editing the page, but instead of this content appearing beneath the DCG when I view the page, the text content of the initial post in the category that is being pulled in the DCG displays beneath the DCG images.
Please let me know how I can get my page text to display instead of the initial post text. I'm using WP 3.02 and DCG version 3.34.

5:21 pm
August 25, 2008
OfflineYou're probably better off posting this question on the Studiopress forums, but since I know SP well, I'll take a quick look. However, it's difficult to take a look without seeing your site. What's your URL? 
12:05 am
August 25, 2008
OfflineOK. I think you may be using an old version of Genesis. Are you using 1.4?
6:49 am
OK my site is now uploaded: http://www.ilenehass.com/ihcs_build/ih/wpihcs/
The DCG is appearing on page 7 which is the page called Projects.
However the content for the projects page I entered in the dashboard is not showing up.
Instead, below the DCG, the content from the initial post in the "featured Projects" category appears.
Featured Projects is the category used in the DCG.
7:36 pm
August 25, 2008
OfflineIlene said:
I am using 1.4 but didn't realize it was an old version….I just purchased Genesis (all themes package) a week or so ago. Please advise.
Don't worry – 1.4 is the latest version of Genesis.
7:50 pm
August 25, 2008
OfflineIlene said:
OK my site is now uploaded: http://www.ilenehass.com/ihcs_build/ih/wpihcs/
The DCG is appearing on page 7 which is the page called Projects.
However the content for the projects page I entered in the dashboard is not showing up.
Instead, below the DCG, the content from the initial post in the "featured Projects" category appears.
Featured Projects is the category used in the DCG.
I see you also have Sozo following this on the Studiopress forum. This is a theme issue and nothing to do with the DCG (which is working fine on your site), therefore I'm going to close this thread and I'll keep an eye on the Studiopress forum thread.
Most Users Ever Online: 28
Currently Online: nloronacele
12 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
johnbroome: 13
sjpeaches: 12
speedyp: 12
CherylMcL: 10
littlemerry: 8
lsnoei: 8
Member Stats:
Guest Posters: 770
Members: 1297
Moderators: 0
Admins: 1
Forum Stats:
Groups: 2
Forums: 7
Topics: 978
Posts: 4293
Newest Members: chargers3, jwhetstone, robert, Mak-Donuts, kilerb, Marian Bamboi
Moderators:
Administrators: Ade (2490)
Log In
Register
Home

Dynamic Content Gallery: Have you read the 
