Manapo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New Posts Not showing, Can’t Change Theme, etc.Not showing any errors.
Forum: Fixing WordPress
In reply to: New Posts Not showing, Can’t Change Theme, etc.@alichani I disabled CloudFlare and it’s certainly done something.
The individual posts are displaying correctly, and they react to theme and header changes as well as post edits, but the home page is still not right.
At the moment, as I see it, the theme is Twenty Sixteen, when it should be Twenty Seventeen. It is, however, showing comments and post edits.
Forum: Fixing WordPress
In reply to: New Posts Not showing, Can’t Change Theme, etc.Thanks, @alichani
My fingers have barely left the Ctrl and F5 buttons! 🙂
Strange that you should see it…
I have tried it in both Chrome and Firefox with the same result, and have also been clearing the caches.
Forum: Fixing WordPress
In reply to: New Posts Not showing, Can’t Change Theme, etc.WP Fastest Cache.
Forum: Fixing WordPress
In reply to: Would like Home page/ Posts page listed in sidebar.Just searched google and came up with this: http://en.forums.wordpress.com/topic/how-to-add-a-home-page-to-sidebar
I created a new page, put the following code in the title bar and hey presto!
<a href="http://blog url//">Home </a>So simple!
Forum: Fixing WordPress
In reply to: Would like Home page/ Posts page listed in sidebar.Hmmm…
Well, I tried replacing this:
<?php wp_list_pages(__(‘title_li=<h3>Seiten</h3>’,’avenue’ )); ?>
with this:
<?php wp_list_pages(‘title_li=&show_home=1’); ?>
as you suggested but no luck.
Anyone else any ideas?
Forum: Fixing WordPress
In reply to: Would like Home page/ Posts page listed in sidebar.Last bit of code didn’t show up how I pasted it, but it’s the one you pointed me to.
Forum: Fixing WordPress
In reply to: Would like Home page/ Posts page listed in sidebar.Not having much luck here, I’m afraid.
Here’s my sidebar file: http://pastebin.com/zA298EmF
I tried removing this line:
<?php wp_list_pages(__(‘title_li=<h3>Seiten</h3>’,’avenue’ )); ?>
Ans replacing it with this:
<h3>Pages</h3>
- “><?php bloginfo(‘name’); ?>
<?php wp_list_pages(‘title_li=’); ?>
But no joy.
Forum: Fixing WordPress
In reply to: Would like Home page/ Posts page listed in sidebar.This is my site: http://foresthermitage.org.uk/dhammadiary/
Is that the example you mean?
I’m not sure what I’m using to generate navigation. How do I find out?
Cheers :o)
Forum: Fixing WordPress
In reply to: Arranging widgets – stuck with 'Pages' at top.OK. I sorted it.
Thanks again.
Forum: Fixing WordPress
In reply to: Arranging widgets – stuck with 'Pages' at top.It’s not quite solved…
The Pages list is not hard-coded to be at the top when I’m on my home/main blog page. But it is on all of the other pages…
Any ideas?
Cheers.
Forum: Fixing WordPress
In reply to: Arranging widgets – stuck with 'Pages' at top.It’s OK. I worked that one out.
Thanks very much for your help!
Forum: Fixing WordPress
In reply to: Arranging widgets – stuck with 'Pages' at top.Almost there…
The ‘Pages’ title and header bar are still there…
Forum: Fixing WordPress
In reply to: Arranging widgets – stuck with 'Pages' at top.Here you go!
Forum: Fixing WordPress
In reply to: Arranging widgets – stuck with 'Pages' at top.Do you mean the ‘sidebar.php’ file?