Advertisement
Guest User

easyslider title link

a guest
Mar 5th, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. replace this line:
  2.  
  3. <?php the_title( '<h2 class="entry-title"><a href="' . get_post_meta($post->ID, 'slide_link', TRUE) . '" title="' . the_title_attribute( 'echo=0' ) . '" rel="bookmark">', '</a></h2>' ); ?>
  4.  
  5. with this:
  6.  
  7. <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title( );?>'</a></h2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement