Site logo

Archived topic

HomePage Article Link - Customization

1 reply · Started by Abdul on October 9, 2022

Viewing posts 1–2 of 2

Can you please let me know how to make the article heading a hyperlink so that it can be clickable and reaches the article?

Right now I have to click on the Read More option

Hi Abdul,

The best approach right now would be to use GenerateBlocks Query Loop Block and recreate those Queries as WPSP has already been merged with GenerateBlocks. Reference: https://docs.generateblocks.com/article/query-loop-overview/

Otherwise, you can add this in Appearance > Customize > Additional CSS:

.wpsp-overlay .wp-show-posts-image+.wpsp-content-wrap {
    pointer-events: auto !important;
}
This archived topic is closed to new replies.