Inline Category and bread crumbs.

Posted in: Newspaper
Post count: 6

Hi, I want to inline Category Tag and breadcrumbs. http://prntscr.com/98leh3
Please help me out.

Regards,
UC

Post count: 22421

Hello,
It can be done by editing the core files like so:
You need to edit every post template file you use. Every template has 2 files a loop.php and a single.php http://screencast.com/t/V8eaFkJyhaw. You need to remove the code for the category headers from the loop files: http://screencast.com/t/ICSY0coK7H and then add the code to the single.php files: http://screencast.com/t/i1hxTT2J
Then you can use this custom css for positioning:
.td-crumb-container{
display: inline-flex;
}

result: http://screencast.com/t/MYMxqNtuuECc
Thank you!

Post count: 6

Hai Bogdan,

I have achieved what I am looking for. Thanks you so much for your help and time.

Regards
UC

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