badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: “Top Stories Post” to show on all site.

#96046

Sorry forgot to provide the next process for script enable.

Please go to ‘Theme Directory > functions.php’. On line no: 254 You will find the below line of code:

if ( ( is_front_page() || is_home() ) && $meta_news_settings['meta_news_top_stories_hide'] == 0 ) {

now replace the above code of line with the code provided below:

if ( $meta_news_settings['meta_news_top_stories_hide'] == 0 ) {

Thanks