Site logo

[Support request] Changing The Titles Of Posts On A Category Archive Page

Home Forums Support [Support request] Changing The Titles Of Posts On A Category Archive Page

Home Forums Support Changing The Titles Of Posts On A Category Archive Page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2419257
    Jodie

    Hi,

    I want to change the post titles for the articles featured in category post archives without changing the titles on the single posts.

    How can I do this please? Thanks for your help!

    Cheers Jodie

    #2419452
    David
    Staff
    Customer Support

    Hi there,

    looks like you have used Block Elements to build your archive pages.
    If thats correct, you can edit those elements, select the Blocks for the title and change them in the blocks settings.

    Alternatively, if you want to create custom styles for archives that you set in the Customizer:

    1. Customizer > Typography
    2. Add New Typography.
    3. Select from the Element list -> Custom.
    3.1 This will provide a Custom CSS Class field which we can add a selector.
    4. Add your specific styles.
    5. Repeat this for as many custom styles you require.

    So which selectors to use for the archives – all of them will begin with .archive so to change:

    H2 use: .archive h2
    P use: .archive p

    Etc.

    Let me know 🙂

    #2420681
    Jodie

    Thank you as always David. I don’t think I’ve made myself clear.
    In the “blog roll” of a category archive page as I understand it, the text underneath the featured image is pulled in from the H! of the post automatically.

    Is there a way to have paragraph text that I can write underneath the featured image in the blog roll instead of it automatically pulling in the h1 title of that post?

    Cheers Jodie

    #2420694
    Fernando
    Customer Support

    Hi Jodie,

    To clarify, are you referring to adding a different Title uniquely for all posts, and show this unique title only on the Blog/Archive pages?

    #2420698
    Jodie

    Hi Fernando,

    Yes, that’s right. Thank you!

    #2420702
    Fernando
    Customer Support

    I see. Are you already familiar with ACF plugin? If not, here’s an article you may refer to https://www.advancedcustomfields.com/resources/getting-started-with-acf/

    Basically, you’ll need to add custom Post meta text fields for all your single posts.

    Then, since you’re already using a Block Element – Content Template, you can just add a GenerateBlocks Headline Block to retrieve the value of the custom field you just created. To do so, enable dynamic data, set the content source to Post meta, and then set the field name of your custom field. Reference: https://docs.generateblocks.com/article/headline-overview/

    This should allow you to do as such.

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