Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter afarnsworth

    (@afarnsworth)

    What would closing properly mean?

    I’ve done some reading about the loop. I have done computer programming so I’m familiar with C++ which isn’t quite php, but I have an understanding of while loops and how code is executed.

    It says:<a href="<?php the_permalink(); ?>"><?php comments_number(); ?></a> | <a href="<?php the_permalink(); ?>">View Full Entry</a>

    in a file named “loop-news.php” (I’m not sure if that’s a standard file or custom).

    I interpret it is it goes and finds the link to the post, decides how many comments and provides a link. Could it be that the_permalink is pointing to the wrong link? Where does the_permalink get it’s information from?

    Or am I going in the complete wrong direction. I apologize for trying to learn some php in a user forum. The developer isn’t really helping much.

Viewing 1 replies (of 1 total)