hello
i have prepared a number of short blog posts for the client, and want to simply display them on one page, so would like to remove the title’s link to the post on its own page
please advise where i need to mdofy the php; thanks! :)
Hello webWahine!
Removing them for just one page can be time-consuming, however you can use the pointer-events hack:
.page-id-xxx .entry-title a{
pointer-events: none;
}
Regards,
Josue
sorry, but to clarify, i want to remove the ‘a’ link from the titles of ALL of the blog posts, not just one
also, i did try this in my custom.css and it did not work – i can still click on any of the titles to go to its post on a single page, which i don’t want
please advise; thanks :)
Hello!
In your WordPress theme directory please go to Enfold > Includes and open helper-post-format.php file. Find these codes http://i.imgur.com/jWSFJAv.jpg and change it to http://i.imgur.com/FPecXEx.jpg
So you basically delete 63rd row and edit 61st one
Best regards,
Yigit