Doraemon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: .htaccessOkay, this is because you do not have a .htaccess file, that’s fine…
Here’s what you need to do:
1. Log on to your site via FTP
2. Open up your favorite text editor and add the rules it asks you to add to your .htaccess file
3. Make sure that at the very top of your .htaccess file the first line is:RewriteEngine On
4. Save your file in plain text format
5. Upload the file to your server in the same directory that you installed WordPress to. Then rename the file to exclude all extensions and be sure to add the period at the beginning of your file. Result should be:.htaccess
Now you’re set. Let me know if you have any problems.Forum: Fixing WordPress
In reply to: .htaccessIf you go into ‘templates’ under the admin page is there a link to your .htaccess file?
Forum: Fixing WordPress
In reply to: .htaccessAh, so you haven’t set up your .htaccess file?
Forum: Fixing WordPress
In reply to: need help with cg-whattunesI’m no expert… But I tried to get those plugins to work myself with no luck at all. My conclusion is that the files are outdated and simply don’t work with WP anymore. Now, if I were you I’d email the author and request help, because, again, I didn’t do any extensive digging to see what the problem might have been, but I did try a lot if different directories and such to make sure it could find the file, which it did do, but then the function was broken and I was done playing around with it.. Also, you’ll note that the plugins are a few months old. Anywho, that’s my take on the matter, but if it’s important for you to get it working email the author.
Forum: Fixing WordPress
In reply to: .htaccessWhat’s your URI structure?
Forum: Fixing WordPress
In reply to: Changing post timeWell, do you have a link to your site? Changing that in the options should work. :/ For example I have
-7from GMT and that’s worked for me.Forum: Fixing WordPress
In reply to: Posting RSS FeedsHaw, yeah Beel, I don’t know what that would be like… being wrong.. Such as odd thought. I haven’t been there or anything. 😉 Damn abstract concepts.
Hmm, the more I think about this the more I see I need these to be WP posts.. For searchability reasons, comments, etc.
Maybe… and a big maybe, I could use WP’s posting function to post parsed RSS feeds? Any thoughts on that?Forum: Fixing WordPress
In reply to: Posting RSS FeedsPodz, thanks for the link. From what I read this script does not make an actual WordPress post? Is that right? I am looking for something that would make an actual post to WordPress.
Forum: Fixing WordPress
In reply to: Display one post per pageAlso… I tried adding this bit of code at the top of my page:
$posts_per_page = 5;but it doesn’t seem to do anything at all.Forum: Fixing WordPress
In reply to: Display one post per pagepodz, my problem is limiting posts on a different category. If you look at my site you can see the default category has been reset to ‘general’. So the rules in the Options don’t apply to this category.
Is there a way to set the post per page on other categories?Forum: Fixing WordPress
In reply to: Display one post per pageI’m having the same problem… I can’t get it to work as well. Any ideas anyone?
Forum: Fixing WordPress
In reply to: Post article via emailTo fix, edit wp-includes/class-pop3.php, and change this line:
if($this->RFC1939) {
to this:
if(!$this->RFC1939) {
(add exclamation point).Forum: Fixing WordPress
In reply to: XML broken…?Okay, I’ve commented out that line of code. I’m not sure why it was there, but we now validate.
Forum: Fixing WordPress
In reply to: HELP! Sub-sub categories not showing!Ah, my bad, forgot the second function, works now. 😀 Thank you!
Forum: Fixing WordPress
In reply to: php dateThank you Moshu. 🙂