Chris_K
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: anybody know a good sitemap-generator ?I’ve had good luck with this one: http://wordpress.org/extend/plugins/sitemap-generator/
Some more: http://wordpress.org/extend/plugins/search.php?q=sitemap
Forum: Fixing WordPress
In reply to: Adding author byline in the rss feedAuthor is already in the RSS feed in the
<dc:creator>element. The folks using their own name are most likely deliberately ignoring or replacing it.There are a lot of WordPress plugins out there that attempt to tackle the “anti copy” stuff. Some will simply add an author mention to the beginning or end of the post itself, which may prevent it from being overwritten by the copier. Have a search through http://wordpress.org/extend/plugins/ and let us know what you go with.
Forum: Fixing WordPress
In reply to: I deleted RSS entry of deleted articleAre you running any caching plugins? If so, clear the cache.
Are you running your feed through feedburner? If so, I believe there’s a way to logon to feedburner and manually refresh the feed.
Forum: Fixing WordPress
In reply to: Pictures don’t show!Yep, every word was english. Where’d I lose you?
(you might try a web search on “hotlink protection” and see if that helps you)
Forum: Fixing WordPress
In reply to: Pictures don’t show!Is it possible that you’ve enabled some sort of image hotlink protection with your web hosting/control panel?
Forum: Fixing WordPress
In reply to: Layout questions?Check out some options in the docs section at Customizing_the_Read_More.
Forum: Fixing WordPress
In reply to: Strange QuestionWith the assumption that your line of code (above) is in between
<?phpand?>tags… it all happens server-side. Browser shouldn’t be an issue since the code has already been rendered by the server.Forum: Fixing WordPress
In reply to: Blog lost after transfer to new hostYou skipped the part where you move the database data over as well.
Have a look at Moving_WordPress for a step-by-step approach to moving both files and data.
Forum: Fixing WordPress
In reply to: Click on link, doesn’t open new pageLog in to your blog’s admin section. Go to Settings -> Permalinks and have at it.
Forum: Fixing WordPress
In reply to: I’m learning WordPress but can’t access default templateThat’s your web host’s default index.html (or index.htm or default.html,etc.). Delete it. The only default document you want in your blog’s directory is the index.php that WordPress installed.
Forum: Fixing WordPress
In reply to: Click on link, doesn’t open new pageIf you reset your Permalinks back to Default do the links work?
If so, check out the Using_Permalinks for troubleshooting ideas.
Forum: Fixing WordPress
In reply to: Change initial account username in database?Apologies. I misread the question.
Forum: Fixing WordPress
In reply to: Change initial account username in database?Be sure to update your
wp-config.phpaccordingly and you should be OK.Forum: Fixing WordPress
In reply to: How do I import a blog using the RSS feed?Do you think you’d be willing to share a link to the blog that you’re importing from?
Forum: Fixing WordPress
In reply to: Permalinks issueWell, if you change the Permalinks back to “Default” does the new page show up?