badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Service icon link to page

#21178
m.l.cap123
Participant

Thanks. I’m trying to add an anchor which I think looks like this:

‘<a href=”<?php

the_permalink(); ?>” title=””><?php echo $page_title; ?>‘

I’m adding it here:

if ( has_post_thumbnail() ) {

echo'<div class=”service-icon”>’.get_the_post_thumbnail( $post->ID,

‘icon’ ).”<a href=”<?php

the_permalink(); ?>” title=””><?php echo $page_title; ?>‘</div>’;
}
?>

It’s breaking the site so I loaded the original file. Can you be more specific about where exactly I need to add the code and what exactly the code should be? Thanks.