Hide Tags and Number of posts shown

Home Forums Gillion Theme Hide Tags and Number of posts shown

Home Forums Gillion Theme Hide Tags and Number of posts shown

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • ScrewThemAll
    Participant

    Hi,

    I have to problems since I bought the theme yesterday.

    1. How can I hide the tags at the bottom of the post/page?

    2. Even if in the settings set to show 30 posts / page it only shows 10 posts? Why?

    ScrewThemAll
    Participant

    For number 2.

    This is in the page settings (blog setting works fine with 30) but when I insert a blog element in a page only 10 posts can bee seen.

    How can I get the elements to show more?

    Hi @ScrewThemAll,

     

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

     

    1. How can I hide the tags at the bottom of the post/page?

    You can hide 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

     

    .post-item-single-container .post-tags {
        display: none;
    }

     

    2. Even if in the settings set to show 30 posts / page it only shows 10 posts? Why?

    This is in the page settings (blog setting works fine with 30) but when I insert a blog element in a page only 10 posts can bee seen.

    How can I get the elements to show more?

    I am not sure which blog element you are using but if you are using Blog Posts element then you can configure it using its option “Posts Limit” as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    ScrewThemAll
    Participant

    Thank you.

    Hiding the tags worked!

     

    Yes, I figured out that, but maybe this explains more my question:

    If you goto: http://www.screwthemall.fi (by blog)

    Then you click on for example “life” category in the post, then it show all the life posts, but here I can’t figure out a place to get to show more then just the 10 posts.

    You can try changing it from your site Reading Settings as shown in the attached screenshot.

    Attachments:
    You must be logged in to view attached files.
Viewing 5 posts - 1 through 5 (of 5 total)