• Resolved Connor Miles

    (@connor15)


    Hi,

    first of all when i put this in

    <?php the_author_posts_link(); ?>

    it returns nothing and i have also tryed all other ones from www.remarpro.com like the_author(); .. ect

    secondly when i put

    <?php the_excerpt(); ?>

    it shows nothing unless when i go to add post it has an excerpt section and when i put something in there it shows, but i thaught it was ment to automaticaly generate that?

    have any idea’s?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Connor Miles

    (@connor15)

    also the_content(); isnt working i think theres something seriosly wrong here

    Thread Starter Connor Miles

    (@connor15)

    heres a bit more info

    heres my php

    <section class="entry">
    
    	 <?php
         // CHECK IF THE POST HAS A THUMBNAIL ASSIGNED TO IT
    	 	if ( has_post_thumbnail() ) {
     		 the_post_thumbnail('thumb-800x700');} ?>
    
            <?php the_content(); ?>
    
        </section>

    and heres the output

    <section class="entry">
    <img width="800" height="500" src="https://localhost/wp-content/uploads/2012/12/ZA-wp1.jpg" class="attachment-thumb-800x700 wp-post-image" alt="African Elephant Walking on Savanna" />
    </section>

    Thread Starter Connor Miles

    (@connor15)

    please ignore my stupidness it wasnt wrapped in a loop hah sorry

    * CASE CLOSED

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problems displaying data’ is closed to new replies.