Front Page Article Links
-
Hello Everybody,
I had tough time trying to figure out the best way to word this so here it goes. I changed my WP front page to show summaries of articles rather than just one, but now I would like to add the title although the code
<a href="<?php the_permalink(); ?>" title="<?php printf( __('Read Full Post', 'blankslate'), the_title_attribute('echo=0') ); ?>" rel="bookmark"><?php the_title(); ?></a>
is all I can see to change generate a title, but I’m not sure how to determine the others title.To get the multiple summaries to show I used the the_excerpt and replaced the_content
Any help is greatly appreciated, and I am sorry if this is a duplicate question. Also I would like to mention I am using a blank theme to make it look like the rest of my website.
- The topic ‘Front Page Article Links’ is closed to new replies.