Hello Themehorse Team,
Thank you very much for your great work in providing great themes in both Free and Pro version, i really like your way in provide the free edition as it almost as Pro.
Going to my question, how i can show the (top_stories) in all pages? now it appears only in frontpage.
Before i submit this question, i tried to find the way and i goes to header.php file, then goes to line #145 which is:
<?php if ( ( is_front_page() || is_home() ) && $newscard_settings[‘newscard_top_stories_hide’] === 0 ) {
I removed:
( is_front_page() || is_home() ) &&
And saved the file it show the top stories in other pages but the problem is the news stop scrolling and only the 1 post show with no movements (this in the other pages only, while in FrontPage it still scrolling).
Do you any note about that? can you improve my edit to fix the issue.
Please advice.
Im using Newscard free edition, last version (1.2.4)
Thank you