Viewing 3 replies - 1 through 3 (of 3 total)
  • On the template for that page, remove the <meta> div and that line will not be displayed.

    Edit ‘page.php’ to do that, or download ‘page.php’ , make the changes and upload it as an extra page template.

    Thread Starter slyshark

    (@slyshark)

    Thank you podz.

    where is the <meta> div?

    This is what I see in page.php

    <?php get_header(); ?>

    <div id=”content” class=”narrowcolumn”>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class=”post” id=”post-<?php the_ID(); ?>”>
    <h2><?php the_title(); ?></h2>
    <div class=”entrytext”>
    <?php the_content(‘<p class=”serif”>Read the rest of this page »’); ?>

    <?php link_pages(‘Pages: ‘, ”, ‘number’); ?>

    </div>
    </div>
    <?php endwhile; endif; ?>
    <?php edit_post_link(‘Edit this entry.’, ”, ”); ?>
    </div>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need “Category” on a “Page”?’ is closed to new replies.