Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #165367

    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! :)

    #165455

    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

    #165738

    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 :)

    #167222

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove link in titles of blog posts when displayed on one page’ is closed to new replies.