Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @blnttrd,

    I appreciate the suggestions, but I don’t have any plans on adjusting the featured image size in McLuhan. I might add the option for dropdown menus in a future update, but it’s unlikely, since I spend most of my feature development time on my more recent themes. Both of these changes are something that could be done pretty easily with a child theme, though.

    — Anders

    Thread Starter blnttrd

    (@blnttrd)

    Hello
    thank you for the answer. I created a child theme and made some experiments. I added a logo. I couldn’t make the featured visual feature. I just did a few tries
    I don’t know much wordpress, I used to be interested in phpbb ?? thanks

    I solved the problem .. I don’t know if it’s true :))

    singular.php

    <article <?php post_class(); ?>>
    <?php if ( has_post_thumbnail() && ! post_password_required() ) : ?>
    <header class=”entry-header section-inner wide”>
    <div class=”featured-image”>
    <?php the_post_thumbnail( ‘mcluhan_fullscreen-image’ ); ?>
    </div>
    <?php endif; ?>
    </header><!– .entry-header –>

    • This reply was modified 4 years, 9 months ago by blnttrd.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I have a few feature suggestions’ is closed to new replies.