Activity Stream
48,167 MEMBERS
6949 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member

    Default 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:&nbsp;&nbsp; <?php the_category(' / '?> </li>
                                                                            
                                                                    </ul>
                                                                    
                                                            </div>
                                                    </div><!--post-->
                                                    
                                                    
                                            </div><!--post wrap-->
    Thanks for looking.. downloadfreemovies.co you will see the error there.
    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

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    oneddl.eu nfomation.net linksafe.me
    Pretty simple but I think you're forming your href links badly.

    Format should be:
    Code: 
    <a href="link">Name</a>
    As an example, yours are:

    Code: 
    <a href="<?php the_permalink(); ?><?php the_title(); ?></a></h2>
    They should be:

    Code: 
     <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>


    See if that works.

  4.     
    #3
    Member
    Thank you so much that worked.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. My page index is so poor
    By GBot in forum Whitehat SEO
    Replies: 0
    Last Post: 20th Dec 2013, 11:05 PM
  2. Edit only INDEX page.
    By r00ts in forum phpBB
    Replies: 0
    Last Post: 21st Feb 2012, 05:31 PM
  3. Need to create index page in wordpress
    By samipk in forum Technical Help Desk Support
    Replies: 2
    Last Post: 10th Feb 2011, 06:37 AM
  4. [help]MYBB index page
    By kizmark in forum Webmaster Discussion
    Replies: 1
    Last Post: 19th Jun 2010, 12:12 PM
  5. Review My DDL site's index page
    By Rapid S in forum Site Reviews
    Replies: 5
    Last Post: 24th Apr 2010, 01:43 PM

Tags for this Thread

BE SOCIAL