Bfastmag Tabbed Widget Shows Wrong Popular Posts

Home Forums WordPress Theme Support BfastMag Pro Bfastmag Tabbed Widget Shows Wrong Popular Posts

This topic contains 5 replies, has 2 voices, and was last updated by  ramiljrespere 6 years, 7 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #8131

    Hi Support team and ThemePacific, thanks for creating such a beautiful and powerful website. It’s been over 24 hours since I set up everything; the only problem I encountered is that the popular posts in the Tabbed Widget are not correct. What the widget shows is different from the popular posts according to data from WordPress Stats and Google Analytics. Only one post in the popular section of the tab is actually “popular.” On one hand, the Recent section is doing just fine.

    Thanks.

    #8132

    I just want to add this. Could you please provide me with a code I can insert into the theme files to enable the featured images within the pages? By default the theme only shows the featured images on the posts and as thumbnails of posts and pages. Thank you so much.

    #8134

    Raja CRN
    Keymaster

    Hi,
    The WordPress Popular Posts based on Comments. We used the Popular Posts code from WordPress Codex ; https://codex.wordpress.org/Class_Reference/WP_Query
    In template-parts/content-page.php file add the following code after <div class=”entry-content”> to enable Featured image on Pages.

    <?php if ( has_post_thumbnail() ) { echo '<div class="tp-post-thumbnail">  <figure>';  the_post_thumbnail(); echo  '</figure> </div>' } ?>

    We are also going to release Popualar Posts based on Views in next update of the theme. Currently, the plugin has been in beta stage, will be released soon.

    Thanks

    #8137

    Thank you so much for the very quick reply. Ah, so that explains it all. I hope this is not too much, but can I modify something in the child theme to make Popular tab show posts based on page views, not comments? I’ll try to figure out how to insert the code, so I’ll appreciate if you can provide me the steps and codes. Thank you again! Wonderful theme with great support.

    #8141

    Raja CRN
    Keymaster

    We are also going to release Popular Posts based on Views in next update of the theme. Currently, the plugin has been in the beta stage, will be released soon.

    #8144

    Okay, I’ll just wait for that update then. Thank you so much support team!

Viewing 6 posts - 1 through 6 (of 6 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .