I want the slide show to only appear on my home page. I am using eDegree WP theme.
The code for my Page Template (page.php) is as follows:
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php //Homepage
/*if(is_front_page()) {
?>
<div class="home-content">
<?php the_content()?>
</div>
<?php
} else {*/ //Subpages ?>
<div class="page">
<h2 class="catheader"><?php the_title(); ?></h2> <?php edit_post_link(' Edit', '<span class="editpost">', '</span>'); ?>
<div class="page-content">
<?php the_content('<p class="serif">Read the rest of this page »</p>'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
<?php comments_template(); ?>
</div>
<?php //} ?>
<?php endwhile; endif; ?>
<?php get_footer(); ?>
Please show me precisely where to place the code.
Also, even though I believe that I installed the plugin properly, when I go to add a post or page,I do not see the the Custom Fields box.
Thanks.
I Need Help Inserting the Code
2 posts • Page 1 of 1
Re: I Need Help Inserting the Code
edegree comes with fcg by default.
for custom fields check this thread
for-those-who-lost-custom-fields-in-wp-3-1-version-5524.html
for custom fields check this thread
for-those-who-lost-custom-fields-in-wp-3-1-version-5524.html
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
2 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests









