Category Name

Posted in: Newspaper
Post count: 35

How to display category name of posts at block 6 ?

Post count: 7909

Hi,

Post categories can be displayed in blocks/modules only with custom modifications to the code as the theme doesn’t have an option for this…it will be added in Newspaper 5.
Block 6 use module 9 so you have to make this change there. Please make a backup of your module 9 file and replace the entire content – http://screencast.com/t/Tns86C2g with this one – http://pastebin.com/Bpvy8SHQ
Result: http://screencast.com/t/V5V4jZkrtvFj

If you want to make this change for more blocks/modules you have to do the same for each module where you want categories just paste get_category function that you have in module_blog.php file -http://screencast.com/t/Fr3yRRkmaE and echo categories where you want to show up: http://screencast.com/t/lTidrnT88

Thanks!

Post count: 35

Solved.

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