WordPress gives two views for editing the page. There is the “visual” and the “text” view tab available when editing every page. Under the “Text” tab you will see the markup for what is behind the visual information.
Select the “Text” tab for your page and then a “ctrl + F” to find the list item you want to disable the link for and either comment out or change the link to be a null link like this:
Thread Starter
tar112
(@tar112)
Thanks crowesam,
What i ‘m actually trying to achieve is to make the “Title” of the post itself inactive when it shows up on a list of posts on the post page not the content of the post.
i dont know of a way to have the post show up in the category but not have it be clickable. private posts wouldn’t be visible in the list
anyone have any ideas?
i’m guessing you’ll either need a plugin or a coder to get this done
can you make a page with a manually created list? that would allow you to control which are links and which are plain text
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
@bernbe01, could you open a new thread to discuss that; https://ww.wp.xz.cn/support/forum/how-to-and-troubleshooting#postform
Edit: Oops sorry I misread you!!
hey @andrew, i can but I’ll leave it up to the OP if thats cool with you since I’m just trying to give them ideas
Thread Starter
tar112
(@tar112)
i thought of that but the page i want to use has already been custom created to show posts that’s why i’m trying to tackle it like this without having to create another template page