Rich Owings
Forum Replies Created
-
The reason it didn’t work for me was that the .html files were outside of the WordPress installation.
Thanks, guys. Great support!
Thanks! I just submitted a ticket.
Forum: Themes and Templates
In reply to: [Ryu] How to eliminate search iconThat did it. Thank you so much!
Forum: Themes and Templates
In reply to: [Ryu] How to eliminate search iconThanks! I will give it a try and report back.
Forum: Themes and Templates
In reply to: [Ryu] How to eliminate search iconThanks Kathryn. I’d prefer a solution using functions.php or CSS but I may try that if I can find time to get up to speed on child themes.
Forum: Requests and Feedback
In reply to: Bug? WP allows duplicate URLs for pages and postsIt may be, but it still makes for a bad user experience.
Forum: Requests and Feedback
In reply to: Bug? WP allows duplicate URLs for pages and postsI just verified that it does this in 3.6.1 with all plugins disabled.
Just a note… My previous sitemap was gzipped at domain.com/sitemap.xml.gz. Google wasn’t picking up the changes. I had to resubmit it as domain.com/sitemap.xml.
Forum: Plugins
In reply to: [Nofollow for external link] Great but a couple of issuesI ended up using the Better WordPress External Links plugin to do it. Thanks for the offer of help though.
Forum: Plugins
In reply to: [Follow Nofollow Control] Doesn't work with Amazon affiliate linksThey are in the posts. I ended up using the Better WordPress External Links plugin to do it. Thanks for the offer of help though.
Sorry, I didn’t realize it would point to multiple files like http://gpstracklog.com/post.xml. It seems to be working. Thanks so much!
Crap, I did it and it’s only showing three files!…
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="http://gpstracklog.com/wp-content/plugins/bwp-google-xml-sitemaps/xsl/bwp-sitemapindex.xsl"?> <sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>http://gpstracklog.com/site.xml</loc> <lastmod>2012-10-31T18:34:17+00:00</lastmod> </sitemap> <sitemap> <loc>http://gpstracklog.com/post.xml</loc> <lastmod>2012-10-31T18:32:22+00:00</lastmod> </sitemap> <sitemap> <loc>http://gpstracklog.com/page.xml</loc> <lastmod>2012-10-31T18:34:17+00:00</lastmod> </sitemap> </sitemapindex> <!-- This sitemap was originally generated in 0.006 second(s) (Memory usage: 7.66 MB) - 2 queries - 3 URL(s) listed -->Yes, I would like this too.
Forum: Fixing WordPress
In reply to: Unexplained loss of some images from uploads foldersJust to close the loop…
I figured out what happened. In the WP admin interface, under media, there is a section for “unattached images.” I deleted those, figuring they weren’t attached to a post, but it turns out they were! Why, I don’t know. Fortunately I keep good backups including all files from my server.