jzader
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exclude a "featured" post from a per-category loop?Breadcrumb trail… For anyone else who has a similar problem, it looks like the solution is among the sticky_post options on this page:
Forum: Fixing WordPress
In reply to: Exclude a "featured" post from a per-category loop?Pinging this back to the top. Does anyone have ideas how this can be accomplished?
Forum: Fixing WordPress
In reply to: Populating sidebar with the contents of a certain pageMichael,
I thank you tremendously for your help!
Joshua
Forum: Themes and Templates
In reply to: Showing single category on custom home pagejeremyclark13,
I had never come across query_posts before, but it’s just what I had been searching for and it works BEAUTIFULLY.
Thank you!
Looks like Moshu was pointing out the same thing. Thanks, guys.
Forum: Everything else WordPress
In reply to: mod_ssl:error:HTTP-requestJust to clarify, this problem isn’t happening on any of my non-WordPress pages, so there is something in WordPress that is causing this error (perhaps because of how it interacts with the rest of the code on my site).
I do not understand the mechanics of WordPress well enough to know what parts of WordPress would be causing this behavior.
Forum: Fixing WordPress
In reply to: Posting is SlowRemoving the pingomatic fixed it — thank you!
Forum: Fixing WordPress
In reply to: Importing MT Post IDThe relevant passage of the Codex still hasn’t been updated. I am sure that many former MT users would appreciate having it updated. Can someone please take care of this?
Forum: Fixing WordPress
In reply to: WordPress Overriding htaccess?UPDATE: Can anybody offer insights on this?
Since posting this message, I’ve noticed other strange behavior, e.g., if I password protect a folder within my blog directory using .htaccess, then WordPress overrules and redirects the protected URL to a 404 file not found page, before I ever get a chance to enter the password.
Forum: Fixing WordPress
In reply to: Category Links Bring Up Home PageMy hosting agency is taking forever to answer that question (about AllowOverrides) so I moved the site to a different server today. Now everything’s peachy.
Thanks again for your help, HandySolo.
Moral of the story: never trust a hosting agency named after overweight bovine.
Forum: Fixing WordPress
In reply to: Importing MT Post IDOkay, I have posted full instructions now. The Codec’s old instructions for doing this no longer apply in a WP2.0+ world, so I’ll go update the MT import FAQ in the Codex as well.
UPDATE: Oops, looks like I don’t have the authority to make that edit. Here’s the link to the relevant passage in the documentation, for anyone who has the authority and is willing to make the change. Would be helpful to have this information in the Codex.
Forum: Fixing WordPress
In reply to: Category Links Bring Up Home PageGood idea. When I wedge ‘/index.php/categories/’ into the category permalink, everything works fine. So now, how do I make it work sans index.php in the URLs…?
Forum: Fixing WordPress
In reply to: Category Links Bring Up Home PageFWIW, here’s what the .htaccess file says when I wedge in the index.php. It’s strange to me that there’s nothing about the category URLs (but I’ve noticed on other installations that it looks the same).
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /2006/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /2006/index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Category Links Bring Up Home PageThanks for jumping in to land a hand, HandySolo.
– I’ve looked through the troubleshooting areas, but didn’t see what I was looking for.
– Yes, my blog directory has a .htaccess and it’s writable by the server (currently 777 on a temporary basis)
– I am on an Apache server
– My custom structure is currently set to
/archives/%post_id%.php
. When I change it to/index.php/archives/%post_id%.php
, nothing noticeable changes. My category links still pull up the home page.Any other suggestions?
FWIW, the site can be seen here, on a temporary basis: https://www.zader.com/2006/
Forum: Fixing WordPress
In reply to: Padding the Post Numbers in PermalinksLike a charm. Thank you very much, Kafkaesqui.
Forum: Fixing WordPress
In reply to: Importing MT Post IDOkay, here’s the short answer:
1. Modify your MT export file in accordance with the instructions provided by Dr. Bacchus.
2. Then rename the file
mt.php
(inside thewp-admin/import/
folder) to something likemtORIG.php
and then replace it with my revision of this same file.3. Then go into your WP admin and conduct an import like you normally would.
I can’t make any guarantees, but it certainly worked for me.
If you have any ‘test’ posts in your current WP installation, you’ll want to delete them first, in case the files you’re about to import have the same ID number that those posts did.