I would like to disable the popular posts or reorder the tabs so related posts shows first. Can you provide some guidence.
Disable Popular Posts
(4 posts)
(3 voices)
-
Posted 5 months ago #
-
Hello azchipka,
You can find this on lines 1491 - 1503 in
/wp-content/themes/[your_theme]/lib/functions/theme.php,$out .= '<div class="one_half">'; $out .= '<div class="additional_posts">'; $out .= '<h4>' . __( 'Popular Posts', MYSITE_TEXTDOMAIN ) . '</h4>'; $out .= $popular_posts; $out .= '</div>'; $out .= '</div>'; $out .= '<div class="one_half last">'; $out .= '<div class="additional_posts">'; $out .= '<h4>' . __( 'Related Posts', MYSITE_TEXTDOMAIN ) . '</h4>'; $out .= $related_posts; $out .= '</div>'; $out .= '</div>';Posted 5 months ago # -
I'm using Awake, and that file is not in the specified path. In fact, it's not anywhere in my download, either. Is this code in another place?
Posted 3 months ago # -
Your most likely using an outdated version of Awake then. Send us a link to your site and we'll take a look.
Posted 3 months ago #
Reply
You must log in to post.













