Author and read more and categories?

Best WordPress theme for game news websites, game portals or whatever your preferred subject.
GK User
Sun Aug 17, 2014 6:50 pm
Hi,

How do I
Remove author from the posts
Remove the category from the top of posts
Remove read more

I've tried to find te answers but no joy.

Thanks,
John.
User avatar
Expert Boarder

GK User
Mon Aug 18, 2014 6:53 am
Hello,

When you are editing posts, on the right column you should have additional params metabox - here you can specify which elements should be visible (author, category etc.).

If you want to disable this kind of information globally - for all posts, let me know I'll point you which file you'll have to edit.

You can also disable globally all meta informations (data, author, category, comments) in Template Options -> Basic tab -> "Post sidebar informations" option.

Read more from the category view you can remove by changing this fragment from GameNews/content.php file:

Code: Select all
<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', GKTPLNAME ) ); ?>

into:
Code: Select all
<?php the_content(); ?>
or
Code: Select all
<?php gk_the_excerpt(); ?>
User avatar
Moderator


cron