dkerlee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing header image from a single page?How about the opposite here, removing the header image ONLY from the home page?
Forum: Plugins
In reply to: [Ambrosite Next/Previous Post Link Plus] comments and disqusThank 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.
Forum: Plugins
In reply to: [List category posts] Password protected post titles disappeared from listThanks ruw8279.
Hope this gets fixed in upcoming releases of this plugin.BTW
excerpt=yes
will bypass password and display contents of post.
Forum: Fixing WordPress
In reply to: Random image rotationI’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.