I’m using Graphene on my new blog/website http://sharethebounty.com. We want to add a forum plug in and would like to use Simple:Press for that. On the installation troubleshooting FAQ on their website they ask us to look for three lines of code…one is the header, the other is the footer, which are there, but the third is the_content() in the main page.php or the main theme page template. I couldn’t find that anywhere.
The theme does not have a page template, but shares the same template with posts. This allows for easier modification site-wide, without having to modify the same codes in more than one place.
The the_content() code is located in the loop.php file. If you want to add anything that will only be displayed in Pages and not Posts, use the is_page() conditional.
So if I understand correctly then to add a forum page, that doesn’t show up on the blog posts, I need to use that is_page()? Where would I add that then?
<?php if (is_page()) { // Some code for Simple:Press } ?>
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Account
Search Forums
Priority Support
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.