Results 1 to 3 of 3
-
8th Jan 2012, 06:32 PM #1OPMember
index page error
Does anyone see anything wrong with this?
PHP Code:<!--post-->
<div class="post">
<h2><a href="<?php the_permalink(); ?><?php the_title(); ?></a></h2>
<div class="post-meta">
<ul>
<li class="date"><a href="<?php the_permalink(); ?>"><?php the_modified_date(); ?></a></li>
<li class="time"><a href="<?php the_permalink(); ?>"><?php the_time() ?></a></li>
<li class="comments"><a href="<?php the_permalink(); ?>"><?php
$commentcount = comments_number('0', '1', '%');
echo $fulltitle;
?></a></li>
<li class="views"><a href="#"><p>Author:
<?php the_author_posts_link(); ?></p></a></li>
<li class="c" >Category: <?php the_category(' / ') ?> </li>
</ul>
</div>
</div><!--post-->
</div><!--post wrap-->Zero - HosterBin Reviewed by Zero - HosterBin on . index page error Does anyone see anything wrong with this? <!--post--> <div class="post"> <h2><a href="<?php the_permalink(); ?><?php the_title(); ?></a></h2> <div class="post-meta"> Rating: 5
-
8th Jan 2012, 06:41 PM #2MemberWebsite's:
oneddl.eu nfomation.net linksafe.mePretty simple but I think you're forming your href links badly.
Format should be:
Code:<a href="link">Name</a>
Code:<a href="<?php the_permalink(); ?><?php the_title(); ?></a></h2>
Code:<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
See if that works.
-
8th Jan 2012, 06:45 PM #3OPMember
Thank you so much that worked.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
My page index is so poor
By GBot in forum Whitehat SEOReplies: 0Last Post: 20th Dec 2013, 11:05 PM -
Edit only INDEX page.
By r00ts in forum phpBBReplies: 0Last Post: 21st Feb 2012, 05:31 PM -
Need to create index page in wordpress
By samipk in forum Technical Help Desk SupportReplies: 2Last Post: 10th Feb 2011, 06:37 AM -
[help]MYBB index page
By kizmark in forum Webmaster DiscussionReplies: 1Last Post: 19th Jun 2010, 12:12 PM -
Review My DDL site's index page
By Rapid S in forum Site ReviewsReplies: 5Last Post: 24th Apr 2010, 01:43 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...