Support » Theme: Miniva » Regarding Posts

  • Resolved preetimanrao

    (@preetimanrao)


    Hello,

    1.How can I hide “Leave a Comment” in front of every post on Landing Page ( Home Page)

    2. How can I populate posts on Pages? may be based on Category….e.g If My Page is United Kingdom and I want to populate all the posts related to the cities in UK, how can I do that.

    Thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Tajam

    (@tajam)

    1. Please use this css code:
    .comments-link { display: none }
    You can add css code from Appearance → Customize → Additional CSS.

    2. You can use a posts block and insert it in your page editor. WordPress has the built-in Latest Posts widget, or you can also use our plugin Flex Posts.

    Thread Starter preetimanrao

    (@preetimanrao)

    Thanks for your reply.
    I need to actually display posts by Category on various pages in my website. So, I need more flexibility e.g select by Category. Just Latest Posts does not do the trick for me. I am happy to use your Flex Post if it give me the flexibility layout wise and Category wise….

    Also, Is Flex Posts responsive, light weight and matches the theme of Miniva?

    Thread Starter preetimanrao

    (@preetimanrao)

    I tried but this did not work.
    .comments-link { display: none }

    Any other pointers?

    • This reply was modified 3 years, 9 months ago by preetimanrao.
    Theme Author Tajam

    (@tajam)

    Yes, Flex Posts is responsive, lightweight, and you can filter by Category and choose different layouts. You can see the plugin demo using Miniva theme here: Flex Posts Demo.

    Do you have a live url of your site? We need to make sure that you have added the css code correctly.

    Theme Author Tajam

    (@tajam)

    Sorry, the correct code should be like this:

    .entry-footer > .comments-link { display: none }

    Thread Starter preetimanrao

    (@preetimanrao)

    The code worked. Thank you so much for your help. I appreciate it.

    I have not replicated the layout in my live website yet because I am still trying out different options to use. I will surely come back to you if I face issues with my live website. Thanks again.

    • This reply was modified 3 years, 9 months ago by preetimanrao.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Regarding Posts’ is closed to new replies.