• 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

    https://ww.wp.xz.cn/plugins/mcninja-post-styles/

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