Title: Custom template
Last modified: August 21, 2016

---

# Custom template

 *  Resolved [Danny](https://wordpress.org/support/users/dannyfoo/)
 * (@dannyfoo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/custom-template-16/)
 * I’m trying to create a new template based on the Boxes template. This is what
   I’m trying to achieve. [http://i70.photobucket.com/albums/i115/dannyfoo/Ru3080ckblicke%7CKL-POST2013-06-2618-32-41_zpsf8b06486.png](http://i70.photobucket.com/albums/i115/dannyfoo/Ru3080ckblicke%7CKL-POST2013-06-2618-32-41_zpsf8b06486.png)
 * I’ve gotten up to this point so far..
 *     ```
       <?php
       $readable .=  '<div id="ruckblicke" class="magazine">';	
   
       	//  don't mess with this php code
       	foreach($myarray as $items) {
   
       	if ($pag!==1){
       		$total = $total +1;
       		if ($maxperPage>0 && $total>=$maxperPage) break;
       	}
   
       	$idnum=$idnum +1;
       	//  END don't mess with this php code 
   
           $readable .= '<div class="block">';
   
           $readable .= ' <p>'.showexcerpt($items["myimage"],$adjustImageSize).'</p>';
           $readable .= ' <h2 class="title"><a '.$openWindow.' href='.$items["mylink"].' '.($noFollow==1 ? 'rel=nofollow':'').'>'.$items["mytitle"].'</a></h2>';
       	$readable .= ' <p class="date">'.date_i18n("F d, Y",$items["mystrdate"]).'</p>';
           $readable .= ' <p>'.showexcerpt($items["mydesc"],25,$openWindow,$items["mylink"]).'</p>';
   
           $readable .= ' </div>';
   
       }  	//  don't mess with this php code
   
       $readable .=  '</div>';
   
       ?>
       ```
   
 * But the image keeps loading only above the description.
 * How do I get it to load above the title ?
 * [http://wordpress.org/extend/plugins/wp-rss-multi-importer/](http://wordpress.org/extend/plugins/wp-rss-multi-importer/)

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

 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/custom-template-16/#post-3877824)
 * You have to edit the excerpt_functions.php file for anything related to the image
   and description.
 *  Thread Starter [Danny](https://wordpress.org/support/users/dannyfoo/)
 * (@dannyfoo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/custom-template-16/#post-3877827)
 * Thanks for replying Allen. 🙂
 * And may I know if I updated the plugin, will I have to edit the excerpt_functions.
   php again later ?
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/custom-template-16/#post-3877842)
 * Yes. Just save the edited part because you’ve changed the core of the plugin.
 *  Thread Starter [Danny](https://wordpress.org/support/users/dannyfoo/)
 * (@dannyfoo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/custom-template-16/#post-3877843)
 * Okay. Thank you very much for your help. 🙂

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

The topic ‘Custom template’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-rss-multi-importer_a9b8a0.svg)
 * [WP RSS Multi Importer](https://wordpress.org/plugins/wp-rss-multi-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-multi-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-multi-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-multi-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-multi-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-multi-importer/reviews/)

## Tags

 * [boxes](https://wordpress.org/support/topic-tag/boxes/)
 * [custom-template](https://wordpress.org/support/topic-tag/custom-template/)

 * 4 replies
 * 2 participants
 * Last reply from: [Danny](https://wordpress.org/support/users/dannyfoo/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/custom-template-16/#post-3877843)
 * Status: resolved