• Hi,

    I was wondering if it’s possible to disable the function to “open” posts into a single page.
    As all of my posts will be displaying on one page, and won’t be very long, I just want them to show like a simple “text box”, which you can’t open.

    Thanks!

    Best regards,
    Jonas

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You mean you want to get rid of the links in your post titles? That answer will be specific to your theme, but first you’ll need to create a Child Theme: https://codex.www.ads-software.com/Child_Themes

    Thread Starter Orpian

    (@orpian)

    Hi Andrew,

    I’ve created my child theme to make sure I won’t change anything to the original theme. I’m using the Fruitful theme. Unfortunatly, in the main index.php there isn’t such a line like

    <h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>

    which I could then simply edit to disable the links. Any suggestions where I may find this?

    Thanks a lot!

    Best regards,
    Jonas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable clicking on posts’ is closed to new replies.