0
Welcome Guest! Login
0 items Join Now

commenting links

    • Firefrog's Avatar
    • Firefrog
    • Rocketeer
    • Posts: 95
    • Thanks: 0

    commenting links

    Posted 14 years 5 months ago
    • Hi there

      I'm experimenting with afterburner. This is being used on an exisiting wordpress install version 2.8.6 with our own content.

      I can't see a link for users to comment or to go to the article from the home page? I would like users to see a link to comment. I can add the "learn more" button with users clicking to the post and seeing the comment box. But is there a way to show a comment link when a post does not have a "learn more" link activated.

      Also can post headings of the article be made to link to the post.

      see www.jujybean.com.au
  • Re: commenting links

    Posted 14 years 5 months ago
    • Hi Firefrog,

      Everything can be done :) For enable title to link to the post please edit index.php file from the theme directory and change that line (about line 65) :
       
      <h2 class="contentheading"><?php the_title(); ?></h2>
       
      to that :
       
      <h2 class="contentheading"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
       

      For adding the number of comments and linking it please add to the index.php file directly under this line:
       
      <span class="createdate"><?php the_time('l, j F o h:i'); ?></span>
       
      this code :
       
      <a href="<?php the_permalink(); ?>#comments"><?php comments_number(_r('0 Comments'),_r('1 Comment'),_r('% Comments')); ?></a>
       

      This should help :)
    • Remember to always post a link to the site you're having problem with.
    • Firefrog's Avatar
    • Firefrog
    • Rocketeer
    • Posts: 95
    • Thanks: 0

    Re: commenting links

    Posted 14 years 5 months ago
    • Great advice - All worked perfectly. Thankyou very much - appreciated.
  • Re: commenting links

    Posted 14 years 4 months ago
    • That helped me too! Thanks. :cheesy:
  • Re: commenting links

    Posted 14 years 4 months ago
    • Definitely, it worked for me, as well.
  • Re: commenting links

    Posted 14 years 3 months ago
    • Thanks Jakub!


      once agian, your advice helps me out

      just implemented this on the freedom card board.com blog
  • Re: commenting links

    Posted 14 years 3 months ago
    • Thanks Jakub!


      once agian, your advice helps me out

      just implemented this on the freedom card board.com blog

Time to create page: 0.048 seconds