How to remove category link from single page?

Posted in: Newspaper
Post count: 2

I want to remove the part with red border and make my article closer to top. Can you help me please?

Post count: 3343

Hello,
Add this to style.css

.post .meta-info {
    display: none;
}

Thanks

Post count: 61

Hi,

Sorry to mix, but this is a very bad solution.

http://www.mattcutts.com/blog/seo-mistakes-unwise-comments/

To use display:none for something like this might be the easiest answer to give but a very bad one. I have been purchasing themes and templates for years and no proper premium theme/even open source theme support gives such a website ruining answer.

The proper way to do it, is for you to tell us where to edit the php that is generating the html.

Post count: 61

Hi amewrika,

I found this screenschot on an other post.

http://screencast.com/t/HR2Muxj0x4F

You should basicly comment these //

from $buffy .= '<div class="meta-info">';

to $buffy .= '</div>';

Post count: 2

I coudn’t find the page that I have to edit, until now. Thanks for help, very much.

Post count: 61

Hi,

I do not know php that well, and I am also unfamiliar with this theme.
But by searching for meta-info using notepad++ search in files, I was able to find it appears in

Newspaper\includes\app\modules\td_module_1.php

Newspaper\includes\app\modules\td_module_2.php

Newspaper\includes\app\modules\td_module_3.php

Newspaper\includes\app\modules\td_module_4.php

Newspaper\includes\app\modules\td_module_5.php

Newspaper\includes\app\modules\td_module_6.php

Newspaper\includes\app\modules\td_module_8.php

Newspaper\includes\app\modules\td_module_9.php

Newspaper\includes\app\modules\td_module_aj_search.php

Newspaper\includes\app\modules\td_module_full_w_content.php

Newspaper\includes\app\modules\td_module_search.php

Tagdiv support is refusing to help me

https://forum.tagdiv.com/topic/featured-video-and-dailymotion/

Post count: 3343

Hello,
Thanks @dalandau for the help.

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