Forums

how to put a permalink link on each blog post or make the h2 title clickable (6 posts)

  1. maddengurus
    Member
    Posted 3 years ago #

    this is my blog http://www.maddengurus.com/ and there is no way to leave comments or post a link to the direct article any where else. how can i fix this.

    im on Version 2.5.1

  2. iridiax
    Member
    Posted 3 years ago #

    Either add the code and css to your theme (look at the code in other themes to emulate it) or choose a different theme that already comes with these usually standard features. Also, make sure that comments are enabled so that the leave a comment option shows up.

  3. discojing
    Member
    Posted 3 years ago #

    try putting this in:

    <h2>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?>
    </h2>

    or this:
    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>

  4. discojing
    Member
    Posted 3 years ago #

    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
    </h2>
  5. maddengurus
    Member
    Posted 3 years ago #

    in which php page? i hope its not home.php because i had to rename that to home.php.bak in order to make the blog look like a normal blog.. i didnt like the home page was designed with the theme im using.. i wanted it to show like a regular vbulletin

  6. discojing
    Member
    Posted 3 years ago #

    it's in the index.php inside the themes folder

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.