Hey BROMaster, something you might wanna do
Whoever is running www.imabro.com
in your themes main index.php file yu have this:
<?php the_excerpt(); ?>
that shows your content
the issue with that is, that when you post something like this
Quote:
Naughty America is known all around the BROMaster community as the program with some of the best paysites around, also the best games for BROMasters to use on sites. In fact, if you have never checked um out, you should.
Go here
|
that GO HERE is not linked because there are no links in excerpts
my suggestion.....show the whole post on the front page of the site
switch
<?php the_excerpt(); ?>
to
<?php the_content(); ?>
and that will show full posts on the front page of the blog
|