Category title disappeared from category page

Posted in: Newsmag
Post count: 90

Hello, after the upgrade to Newsmag 3.0, the category title disappeared from the category page.
I want to show only the title of the category, not the related/other categories. Is this possible?

I mean, when the “category template” was “disable” in the theme panel, it showed the title of the category. Now, if “disable” is selected, it shows nothing. I want it to show only the category title, like it was on newsmag2.

Post count: 6535

Hi

You can achieve that by adding this line of code in td_category_template.php file: http://screencast.com/t/W2DHGseBinhttp://screencast.com/t/ElnLpV5m

$buffy .= '<li class="entry-category"><a ' . $td_css_inline->get_inline_css() . ' class="' . $class . '" href="' . get_category_link($this->current_category_obj->cat_ID) . '">' . $this->current_category_obj->name . '</a></li>';

Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.