meetgavern meta

Feel free to talk about everything related to our Wordpress Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Apr 04, 2013 12:07 pm
Where can I find code for aside meta in home page and catagory mode ...
In page aside meta under date show category, autor, comments but in the home page and category is only date.
User avatar
Fresh Boarder

GK User
Thu Apr 04, 2013 12:34 pm
Hi,

In Theme/gavern/helpers/helpers.layout.fragments.php you can find function gk_post_meta which is used to generate post meta data.

The aside meta block depends on the theme, so first of all please tell me theme that you mean or write new topic in specified theme section.
User avatar
Moderator

GK User
Thu Apr 04, 2013 1:01 pm
Im checking the basic free theme MeetGavernWP.
User avatar
Fresh Boarder

GK User
Thu Apr 04, 2013 2:15 pm
Ok,
So I guess you want to display category, autor, comments on every page? to do it you have to edit gk_post_meta function.

Inside the function find this fragment:
Code: Select all
<?php if(!(is_tag() || is_archive() || is_home() || is_search())) : ?>
and delete whole condition, or e.g if you want to display full post meta data on homepage and category, delete "|| is_archive() || is_home()".
More details about used conditional tags.
User avatar
Moderator


cron