Hi,
Do you believe in that it is needed to have a category although no place to edit it on pages?
For example at http://net.tr.gen.tr/index.php/iletisim/ you will see the category as "Kategori: .Net Framework 2.0".
Hi,
Do you believe in that it is needed to have a category although no place to edit it on pages?
For example at http://net.tr.gen.tr/index.php/iletisim/ you will see the category as "Kategori: .Net Framework 2.0".
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.
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(); ?>
This topic has been closed to new replies.