Title: digiprom's Replies | WordPress.org

---

# digiprom

  [  ](https://wordpress.org/support/users/digiprom/)

 *   [Profile](https://wordpress.org/support/users/digiprom/)
 *   [Topics Started](https://wordpress.org/support/users/digiprom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/digiprom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/digiprom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/digiprom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/digiprom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/digiprom/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Radiate] Front Page Featured Section](https://wordpress.org/support/topic/front-page-featured-section/)
 *  Thread Starter [digiprom](https://wordpress.org/support/users/digiprom/)
 * (@digiprom)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/front-page-featured-section/#post-5026338)
 * [@rob4236](https://wordpress.org/support/users/rob4236/)
 * Hi there,
 * We created a custom field for the featured image… Added this to front-page.php
 *     ```
       <div class="page_text_container">
       					<?php if( get_field('url_for_featured_image') ): ?>
       				<a href="<?php the_field('url_for_featured_image'); ?>"><?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } ?></a><?php endif; ?>
       					<h1 class="entry-title"><a title="<?php the_title_attribute(); ?>" href="<?php the_field('url_for_featured_image'); ?>"><?php the_title(); ?></a></h1>
       					<?php the_excerpt(); ?><a class="more-link" title="<?php the_title_attribute(); ?>" href="<?php the_permalink(); ?>"><?php _e( 'Read more','radiate' ); ?></a>
       				</div>
       ```
   
 * Hope this helps
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Radiate] Front Page Featured Section](https://wordpress.org/support/topic/front-page-featured-section/)
 *  Thread Starter [digiprom](https://wordpress.org/support/users/digiprom/)
 * (@digiprom)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/front-page-featured-section/#post-5026213)
 * Found a fix
 * Cheers

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