Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter helenpm

    (@helenpm)

    Here is the code that I’ve been using for the page template that is resulting in this page: http://www.tokens4change.com/wp/about-t4c-partners/

    If anyone can suggest what to change, that would be wonderful!

    <?php get_header(); ?>
    <div class=”container_24″>
    <div class=”grid_24″>
    <div id=”content”>
    <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
    <div id=”post-<?php the_ID(); ?>” <?php post_class(‘page’); ?>>
    <article>
    <h1><?php the_title(); ?></h1>
    <?php edit_post_link(‘<small>Edit this entry</small>’,”,”); ?>
    <?php echo ‘<div class=”featured-thumbnail”>’; the_post_thumbnail(); echo ‘</div>’; ?> <!– loades the post’s featured thumbnail, requires WordPress 3.0+ –>

    <div id=”page-content”>
    <?php the_content(); ?>
    <div class=”pagination”>
    <?php wp_link_pages(‘before=<div class=”pagination”>&after=</div>’); ?>
    </div><!–.pagination–>
    </div><!–#pageContent –>
    </article>
    </div>
    <!–#post-# .post–>

    <?php endwhile; ?>
    </div>
    <!–#content–>
    </div>

    Thread Starter helenpm

    (@helenpm)

    The black shadows were stored in the template 1198 stylesheet as a background gif image, so that section is now sorted. I would still love some help with the page template if anyone has any ideas!

    Thread Starter helenpm

    (@helenpm)

    Thanks for this. I unticked that box and it removed the register, but not the login or entries RSS. I have template 33133 from Template Monster, which is based on WordPress theme 1198. Is there any code I can paste that might help you see the problem govpatel?

    I will try Christogeretz’s suggestions shortly too.

    Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)