Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3483
    sabine
    Member

    And another question:

    http://www.clairesalon.nl

    How can I unlink post titles?
    They have no function is this website.

    Thanks

    #3506
    Sakin
    Keymaster

    @sabine: That post title is necessary for people to view the more post. Do you mean removing it from the homepage. For that you need to build child theme and then customize content.php file.

    Replace this
    <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( ‘Permalink to %s’, ‘catchbox’ ), the_title_attribute( ‘echo=0’ ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>

    with:
    <h2 class="entry-title"><<?php the_title(); ?></h2>

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Unlink post titles’ is closed to new replies.