Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Caroline Moore

    (@sixhours)

    1.3 had some significant code changes… You may need to reset your custom menus and featured images.

    Thread Starter rollopack

    (@rollopack)

    No, the new theme miss some features:
    The navigation:

    <div class="navigation">
    			<div class="alignleft"><?php previous_post_link( '? %link' ); ?></div>
    			<div class="alignright"><?php next_post_link( '%link ?' ); ?></div>
    </div>

    And the post_thumbnail:

    <?php if ( has_post_thumbnail() ) {
    				echo "<div class='post-thumbnail'>";
    					echo "<a href="">";
    					the_post_thumbnail();
    					echo "</a>";
    				echo "</div>";
    			} ?>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button.]

    I have solved inserting those 2 block inside content-single.php

    Theme Author Caroline Moore

    (@sixhours)

    Ahh, gotcha. I removed post thumbs from the single display (since the featured thumb is often repeated in the post) so that explains that. Not sure why the navigation isn’t appearing, though… it is on the demo site. But glad you were able to fix it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Scrappy] 1.3.X Update bugs – No navigation and no’ is closed to new replies.