Title: end user display problems
Last modified: August 30, 2016

---

# end user display problems

 *  [boruxk](https://wordpress.org/support/users/boruxk/)
 * (@boruxk)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/end-user-display-problems/)
 * hi you have said, that the plugin is for programers,
    i am not, but maybe you
   could help me: you said:
 *     ```
       get_template_part call to the following:
       get_template_part( 'content', get_post_style() );
       ```
   
 * but i have no such code,
    instead of this i have following in my loop
 *     ```
       <div class="td-post-content">
   
               <?php
               // override the default featured image by the templates (single.php and home.php/index.php - blog loop)
               if (!empty(td_global::$load_featured_img_from_template)) {
                   echo $td_mod_single->get_image(td_global::$load_featured_img_from_template);
               } else {
                   echo $td_mod_single->get_image('td_696x0');
               }
               ?>
   
               <?php echo $td_mod_single->get_content();?>
               </div>
       ```
   
 * maybe you can adjust this, and would this be enough to show all the styles?
    
   i am using this theme: [http://themeforest.net/item/newspaper/5489609](http://themeforest.net/item/newspaper/5489609)
 * [https://wordpress.org/plugins/mcninja-post-styles/](https://wordpress.org/plugins/mcninja-post-styles/)

The topic ‘end user display problems’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mcninja-post-styles.svg)
 * [McNinja Post Styles](https://wordpress.org/plugins/mcninja-post-styles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mcninja-post-styles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mcninja-post-styles/)
 * [Active Topics](https://wordpress.org/support/plugin/mcninja-post-styles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mcninja-post-styles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mcninja-post-styles/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [boruxk](https://wordpress.org/support/users/boruxk/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/end-user-display-problems/)
 * Status: not resolved