meetgavern meta
Feel free to talk about everything related to our Wordpress Products
Rate this topic: 





- 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.
In page aside meta under date show category, autor, comments but in the home page and category is only date.
-

- 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.
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.
-

- Moderator
- GK User
- Thu Apr 04, 2013 1:01 pm
Im checking the basic free theme MeetGavernWP.
-

- 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:
More details about used conditional tags.
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())) : ?>
More details about used conditional tags.
-

- Moderator
4 posts
• Page 1 of 1
