Shufflehound widget changes

Home Forums Gillion Theme Shufflehound widget changes

Home Forums Gillion Theme Shufflehound widget changes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • buildblogger
    Participant

    Hi

    I have a few questions of the Shufflehound widgets.

    I’m using the ‘Shufflehound post tabs’ widget that shows popular posts and latest posts.

    And I’m using the ‘Shufflehound recent posts’ widget.

    Is there a Shufflehoud widget that only shows popular posts? Or is there a way the ‘Shufflehound post tabs’ can only show the popular posts.

    And on the ‘Shufflehound post tabs’ popular posts, how can I remove the date?

    Here’s my site, example blo posts showing the side bar:

    https://clientwebsitetemplate.com/wine/2015/03/11/what-is-this-wine-tribe-thing/

    Thanks,

    Andrew

     

     

     

     

    Solution for this topic

    Hi Andrew,

     

    I hope you are well today and thank you for your question.

     

    Is there a Shufflehoud widget that only shows popular posts? Or is there a way the ‘Shufflehound post tabs’ can only show the popular posts.

    To achieve this, you have to develop custom code in the child theme of Gillion theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/gillion-multiconcept-blogmagazine-theme/19470306/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

     

    And on the ‘Shufflehound post tabs’ popular posts, how can I remove the date?

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .tab-content>.tab-pane:last-child .post-meta {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    buildblogger
    Participant

    Thanks for coming back to me – I appreciate it.

     

    Andrew

    You are always welcome here 🙂

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