• Resolved per61

    (@per61)


    Hi again,

    Is it possible to adjust the Post Tabs widget to default to show ‘recent’ first? Currently only ‘popular’ is shown first.

    Also is there a way to show individual post categories on a page?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author terrathemes

    (@terrathemes)

    Hi,

    sadly it is not possible to adjust the default.

    To show individual post categories on a page you can use e.g. the Post Loop widget from the SiteOrigin Page Builder.

    Thread Starter per61

    (@per61)

    Hi,

    That’s a shame, but not a problem.

    Perfect! That’s what I’m after – is it possible on the widget to hide the excerpt that displays on the page?

    Many thanks!

    Theme Author terrathemes

    (@terrathemes)

    You would have to do that via CSS, as the widget doesn’t have the option to hide it.
    Find out the ID of your row or give your row / widget a class or ID and hide the .entry-content:

    #panel-ID .entry-content  {
    	display: none;
    }
    Thread Starter per61

    (@per61)

    Awesome! Thanks for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Tabs’ is closed to new replies.