Title: morgrog's Replies | WordPress.org

---

# morgrog

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comic Easel] Featured Image not Showing with Fluida Theme](https://wordpress.org/support/topic/featured-image-not-showing-with-fluida-theme/)
 *  Thread Starter [morgrog](https://wordpress.org/support/users/morgrog/)
 * (@morgrog)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/featured-image-not-showing-with-fluida-theme/#post-10085638)
 * Getting there, the featured image is now [displaying](http://morgrog.com/comic/test2/)
 * > By default, the home page should show the latest comic if the ‘comic-area’ 
   > action is active there
 * This is what I want, the home page to display the latest comic. I want the home
   page to show the latest comic with the same format as the single page. It currently
   display the Hello World post, just adding the comic-area action puts the latest
   image but not its associated test. How can I use the content of single.php on
   the home page?
 * Once again, thanks a lot!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comic Easel] Featured Image not Showing with Fluida Theme](https://wordpress.org/support/topic/featured-image-not-showing-with-fluida-theme/)
 *  Thread Starter [morgrog](https://wordpress.org/support/users/morgrog/)
 * (@morgrog)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/featured-image-not-showing-with-fluida-theme/#post-10085483)
 * Actually no, I don’t have the original code, but that’s not a big issue, I’ll
   just reset the database (as I said I’m a total WP/PHP noob).
 * I’ll start fresh and heed your advice, i.e. create a child theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comic Easel] Featured Image not Showing with Fluida Theme](https://wordpress.org/support/topic/featured-image-not-showing-with-fluida-theme/)
 *  Thread Starter [morgrog](https://wordpress.org/support/users/morgrog/)
 * (@morgrog)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/featured-image-not-showing-with-fluida-theme/#post-10084148)
 * I put the do_action(‘comic-area’); code in the following files:
 * _Main Index Template (index.php)_
 *     ```
       ...
       <?php cryout_before_content_hook(); ?>
       <?php do_action(‘comic-area’); ?>
       <?php cryout_after_content_hook(); ?>
       ...
       ```
   
 * and
 * _Single Post (single.php)_
 *     ```
       ...
       </div><!-- .entry-content -->
       <?php do_action(‘comic-area’); ?>
       <?php if ( get_the_author_meta( 'description' ) ) {
       // If a user has filled out their description, show a bio on their entries
           get_template_part( 'content/author-bio' );
       } ?>
       ...
       ```
   
 * Still no go.
 * BTW, if it wasn’t obvious enough, I’m an extreme WP/PHP neophyte (but a programmer
   by trade) so if you have any tips to debugging this myself, I’d appreciate it
   🙂
 * Thanks for the reply Max.
    -  This reply was modified 8 years, 2 months ago by [morgrog](https://wordpress.org/support/users/morgrog/).

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