How to Remove Author name, date, Category Link on Home Page for Each Post Item

Posted in: Newspaper
Post count: 56

How to Remove Author name, date, Category Link on Home Page for Each Post Item that is displayed.

Post count: 23312

Hello k2point0,

If you want to disable these settings you can achieve this from Theme panel, like this -> http://screencast.com/t/d0ZgA6S8shG -> http://screencast.com/t/ZnkLtAS0IP4X

Hope this helps!

Thanks.

Post count: 56

This is what I was asking for but the problem remains still.

I just wanted not to show up Author name, comment count and date on homepage and at the same time it should show up on single post pages.

With those above settings which you asked me, I landed up disabling Author name, comment count and time stamp on homepage as well as on the individual post pages. How can I disable just on the homepage?

Post count: 23312

Hello k2point0,

If you want to hide the meta information only for your home page, please try the code below and place it in Theme panle->Custom CSS area.

The code is ->

.home .td-module-meta-info{
display:none;
}

Thank you for the message!

Post count: 56

That worked superfine for me. Thank a lot.

I need two more things –

1- Author name, comment count and date and other meta info on single post pages should be moved to end of the article. i.e., above or below the tags.

2- On Homepage, I need to disable the ‘link to category’ under each post listing that shows up. Check the image.

Post count: 23312

Hello k2point0,

For your first request, if you want to change the position of the meta info you have to do some additional customization in code in order to achieve as you want. If it is about page display, you have to change it from your modules/blocks settings. For example, if you use are using module 1 (used by Block 3 ->http://screencast.com/t/SndrQ6HLNJ) you have to do these modifications like this -> http://screencast.com/t/dw8cRUf6rK and the result you should see here -> http://screencast.com/t/f4fCOWrMEwRC

For your second request, it is an option for it in Theme panel, like this -> http://screencast.com/t/J6fVODX1ceF8 and for more information about this, please consult our documentation here -> https://forum.tagdiv.com/category-tag-on-modulesblocks/

Thank you for the message!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.