Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • How about the opposite here, removing the header image ONLY from the home page?

    Thread Starter dkerlee

    (@dkerlee)

    Thank you very much for the reply. Once I read that, I started sniffing around and found other errors with my installation. Somehow my all my post comments got closed. I reopened them using this page “bulk editing comments” worked great.

    I had to edit
    wp-content/themes/twentythirteen/functions.php
    because that is where the previous_post_link(xxx) code appears. In twentythirteen theme Single Post (single.php) refers to twentythirteen_post_nav();
    which only appears in that functions file.

    previous_post_link( ‘%link’, _x( ‘<span class=”meta-nav”>←</span> %title’, ‘Previous post link’, ‘twentythirteen’ ) );
    next_post_link( ‘%link’, _x( ‘%title <span class=”meta-nav”>→</span>’, ‘Next post link’, ‘twentythirteen’ ) );

    Is the exact code from that file.

    When I do the drop in replacement for Abrose next/previous author, it doesn’t exactly come out looking right.

    Hey, thank you very much for your attention here. I’ve given you a five star rating.

    Thanks ruw8279.
    Hope this gets fixed in upcoming releases of this plugin.

    BTW

    excerpt=yes

    will bypass password and display contents of post.

    Thread Starter dkerlee

    (@dkerlee)

    I’m sure I’ll need to start poking around in the templates directory. But Do you have any further advice on which/where files to look in for the php code for this image rotation? I can write something to make it slower, but I need to know where to go, how to call images attached to that pages gallery etc.

Viewing 4 replies - 1 through 4 (of 4 total)