litody
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: googlebot always uses incomplte url and generates 301sand I just noticed that this is even happening on the home/root page
66.249.64.128 – – [11/Aug/2016:13:52:11 +0100] “GET / HTTP/1.1” 301 – “-” “Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)”
66.249.64.164 – – [11/Aug/2016:15:25:05 +0100] “GET / HTTP/1.1” 200 27244 “-” “Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)”Forum: Fixing WordPress
In reply to: Twenty Fourteen MenusAh I discovered how to make plugin http://wordpress.org/plugins/ce-wp-menu-per-page/ work as I wanted.
Purely by accident I found that if header top level menu does not have a sidebar menu then plugin doesn’t put in specified alternative menu for page. But if top level menu does have a sidebar menu defined then plugin works as I wanted.
So problem solved.
Thank you.
Forum: Fixing WordPress
In reply to: Twenty Fourteen MenusThanks, if I get time I’ll have a look at it. I was hoping for an out of the box solution and found the following plugin
http://wordpress.org/plugins/ce-wp-menu-per-page/
but it doesn’t seem compatible with 3.8. It’ll put menu in header (which I don’t want) but not in sidebar. A pity as it would be exactly what I was looking for. Hopefully owner will bring it upto date.
Forum: Fixing WordPress
In reply to: slow initial access to wordpresssite page which is wordpress and everything below,
http://www.tidel.biz/gallery/
host is zen internet in UKNothing in apache error logs.
p.s. this site is about 5 years old has been running without problems until old host server started falling over.
Forum: Themes and Templates
In reply to: how to make my theme html 5 compliantAre you saying it will? That would be smart since you haven’t seen my code.
Forum: Themes and Templates
In reply to: how to make my theme html 5 compliantYes I know w3c validator is far from perfect. Unfortunately I have found that people use w3c errors to convince others that coder doesn’t know what they are doing when infact they do.
In this instance the fix I found won’t cause any harm but does make my theme validate.
http://wordpress.org/support/topic/wordpress-abuses-rel-tag?replies=30
as they say:
The really great thing about standards is that there are so many to choose from.
Forum: Themes and Templates
In reply to: how to make my theme html 5 compliantI take that means you don’t know the answer
Forum: Themes and Templates
In reply to: how to make my theme html 5 compliantSo I dug a bit deeper and it seems this has been discussed before. So far the suggestion is to edit wp-include/category-template.php to just use rel=”tag” instead of rel=”category tag”. So I have done this for now but I have no idea what it really means to a search engine.
Any clues please.
Forum: Plugins
In reply to: [WordPress Importer] [Plugin: WordPress Importer] Not work upload imagesI have same problem even though I have ticked box to do upload.
This was working for me earlier today but since I installed version 0.6 in production and then export, the import to local won’t grab attachments from production environment. The databse shows links to attachments in production. Not good. I fixed by editing database but it would be nice if it worked properly.