• Hi,

    Id like to redirect the links that are in the Feature section on the homepage to different posts as I don’t want the featured image displaying on the post when opened as its only an icon. Is this possible please?

    Thanks
    Sam

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there

    Thank you for writing in.

    The posts showing in your feature section on your homepage are from the post category which you have created for the feature section and you can redirect these posts to their respective section only, you can not redirect them to the post of another category.
    Please follow the instruction kindly to remove the featured image of the post without removing from the homepage.
    Go to your Dashboard ->Appearance ->Customize, Select Additional CSS and add the following code then save it.

    header.entry-header {
    display: none;
    }

    Thank you!!

Viewing 1 replies (of 1 total)
  • The topic ‘Immediate redirect from post in feature section to a different page’ is closed to new replies.