Home Forums Free Themes WEN Business Category Page – Add Post Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40376
    neocharles
    Participant

    I believe it is specific to the theme (but if not, definitely let me know).

    On my Category Page, https://w4bfb.org/news/, there are no Post titles. Is there a way to be able to edit the theme (or is there a setting somewhere) to enable this?

    #40433
    wensolutions
    Keymaster

    Hello @neocharles,

    To enable the post title in the category page use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .archive h2.entry-title {
        display: block;
    }

    Hope this helps.

    If you have any issue further, please let us know.

    Best Regards!!

    #40511
    neocharles
    Participant

    Thank you so much.

    Just curious – is there similar for the post date? I tried entry-date, on a whim, and it did not impact anything.

    #40558
    wensolutions
    Keymaster

    Hello @NEOCHARLES,

    As we have inspected your website the <div class="entry-meta">section below the entry title that contains the date and author is not rendered in your archives page.

    As in the theme latest version, the date and author for the default posts is displayed below the title as seen in the demo URL here : http://demo.wenthemes.com/wen-business/category/features/

    Also, as the theme itself does not have the option to hide the blog metas. It looks like that you are using custom post type for the news listing in your website.

    While we strongly recommend to use the WordPress default post type “posts” for your news listing, if you still want to display the meta info for your custom post type archive, you will need to make some code modifications via child theme.

    Let us know if you have any further confusions / queries.

    Best Regards !!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.