Title: The Loop
Last modified: August 20, 2016

---

# The Loop

 *  [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/the-loop-5/)
 * Hi
 * Within my blog page It is calling in the loop code below
 * ‘<h2>’. get_the_title() . ‘</h2><p>’ . get_the_excerpt() . ‘</p>’
 * How do I make tht title a permalink to that blog post?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Micah Cooksey](https://wordpress.org/support/users/micahcooksey/)
 * (@micahcooksey)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/the-loop-5/#post-2282958)
 * Hi Kevin,
 * Is there a link to your blog where I could see what you’re talking about?
 *  Thread Starter [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/the-loop-5/#post-2282959)
 * Sure check [http://www.calgavin.com/engineering-blog](http://www.calgavin.com/engineering-blog)
 *  [Micah Cooksey](https://wordpress.org/support/users/micahcooksey/)
 * (@micahcooksey)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/the-loop-5/#post-2282974)
 * Try this:
 * `<h2><a title="<?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"
   ><?php the_title(); ?></a></h2>`
 *  Thread Starter [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/the-loop-5/#post-2283038)
 * This didnt work it returned an error
 * The below is all the code in the loop
 * while ( have_posts() ) : the_post();
    $p_text = ‘<h2>’ . get_the_title() . ‘</
   h2><p>’ . get_the_excerpt() . ‘</p>’; $p_img = get_post_thumbnail_id($post->ID);
   calgavin_content_block($p_text, get_permalink($post->ID));

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘The Loop’ is closed to new replies.

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 4 replies
 * 2 participants
 * Last reply from: [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/the-loop-5/#post-2283038)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
