• Resolved zoetemanarchief

    (@zoetemanarchief)


    Hello,
    I really like your theme. I was able to adjust it, thanks to your support-replies in this forum.

    But I do have one problem:

    I read your comments about removing code from content.php to avoid double images. I followed the instructions, but do still have the featured image and my postimages…
    I removed the MH magazine lite template, and installed it again for a ‘fresh start’. It didn’t help, I got again my edited version of content.php.
    Could you please help me? Thanks in advance!!!

    These are the ‘remainders’ of my content.php:
    <?php /* Default template for displaying content. */ ?>
    <?php $options = get_option(‘mh_options’); ?>
    <article <?php post_class(); ?>>
    <header class=”post-header”>
    <h1 class=”entry-title”><?php the_title(); ?></h1>
    <?php mh_post_header(); ?>
    <p class=”meta post-meta”><?php _e(‘Posted on ‘, ‘mh’); ?><span class=”updated”><?php the_date(); ?></span><?php _e(‘ by ‘, ‘mh’); ?><span class=”vcard author”><span class=”fn”><?php the_author_posts_link(); ?></span></span><?php _e(‘ in ‘, ‘mh’) . the_category(‘, ‘) ?> // <?php comments_number(__(‘0 Comments’, ‘mh’), __(‘1 Comment’, ‘mh’), __(‘% Comments’, ‘mh’));?></p>
    </header>
    <?php dynamic_sidebar(‘posts-1’); ?>
    <div class=”entry clearfix”>
    <?php mh_featured_image(); ?>
    <?php the_content(); ?>
    </div>
    <?php if (has_tag()) : ?>
    <div class=”post-tags clearfix”>
    <?php the_tags(‘

    • ‘,’
    • ‘,’

    ‘); ?>
    </div>
    <?php endif; ?>
    <?php dynamic_sidebar(‘posts-2’); ?>
    </article>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Still problems with double images’ is closed to new replies.