Latest posts panel issue
-
I added some new posts to the page and the latest posts content(which is rendered with the code below on index.php) disappeared.
if (1 == (royal_magazine_get_option('show_slider_on_blog_page'))) { if (is_front_page() || is_home()) { do_action('royal_magazine_action_front_page'); } else { do_action('royal-magazine-page-inner-title'); } } else { if (is_front_page() && !is_home()) { do_action('royal_magazine_action_front_page'); } else { do_action('royal-magazine-page-inner-title'); } }
- The topic ‘Latest posts panel issue’ is closed to new replies.