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
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
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.
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 »'); ?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
</h2>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
it's in the index.php inside the themes folder
This topic has been closed to new replies.