Site logo

Archived topic

How to add title to this posts

15 replies · Started by Rohith on June 22, 2021

Viewing posts 1–15 of 16

After the magazine grid, I want to add the title in a similar way

That's okay but which display location should I set after designing it?

It depends on where you want to place it.

Can you specify it?

I want to add it exactly here (check image in private). I want to give some place and add a heading in that area

I want to add it exactly here (check image in private). I want to give some place and add a heading in that area

If it's directly above the WPSP list, you can edit the page's content where you've added the WPSP shortcode and put a Headline Block above it as Tom mentioned. That's the simplest way to do it.

Or if you want it to be attached within the WPSP element structure, it'll be more complicated but I believe you can hook Block Element in wpsp_before_wrapper or wpsp_inside_wrapper hook but this is going to be tricky to do because you have no way of specifying which WPSP list to hook the heading to within the UI.

Hey, please check my website, i want to add a title for the posts list exactly after the Wp Show posts grid.

Hey, please check my website, i want to add a title for the posts list exactly after the Wp Show posts grid.

I already checked it and the image where you want it placed.

To do this, you can edit the Home page and add the title using a Headline Block manually BEFORE the WPSP shortcode within the content.

Actually I am not using any home page. I am just using the latest posts as home page.

In that case:

Create a Block Element with a Headline element of your title and Hook it to generate_before_main_content.

That's the closest hook to where you want to place it. It's the hook within the page's content area. It's before the first post of the blog index page. https://share.getcloudapp.com/6qurEL9E

Please check this image, I have added but unable to see any changes.

You're hooking an element in so it's not a Page hero.

Try changing your Element type to "Hook".

Hey, I did it but there's no result

Can you show the content? Also, did you set the display rule location?

You need to set the display rule to "Front Page".

Done it's perfect now

This archived topic is closed to new replies.