robanna
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Static Front Page and Previous Entries linkHere’s the fix:
Forum: Alpha/Beta/RC
In reply to: bug when using custom post page in 2.5 RC1Solution:
Forum: Fixing WordPress
In reply to: Static Front Page and Previous Entries linkThe Post Page is on /news-and-events.
If I change the permalink to anything but /news-and-events/ then it goes to the correct pageExample: permalink structure is /news-and-events/%postname%
click on next_posts_link and you get a 404 error. everything else workas it shouldChange the permalink structure is /news-and-event/%postname% (remove the ‘s’ on events)
click on next_posts_link and it goes to /news-and-events/page/2/ just fine but all of the post links look like /news-and-event/post-nameCould it be something in the rewrite.php file?
Forum: Fixing WordPress
In reply to: Static Front Page and Previous Entries linkSo, a custom permalink of /news-and-events/%postname%/ does not work but the custom permalink of /%year%/%monthnum%/%day%/%postname%/ does work.
Forum: Fixing WordPress
In reply to: Static Front Page and Previous Entries linkThis must have something to do with next_posts_link but I don’t how or where to fix it.
Anyone?
Forum: Alpha/Beta/RC
In reply to: bug when using custom post page in 2.5 RC1I’m having the same issue only just with the site.com/page/2/ instead of site.com/blog/page/2/
What’s the deal? Any solutions yet?Static front page
post page: blog
custom Permalink Structure: /blog/%postname%/
default category baseWP 2.5 Final, IIS server, wp-url-rewriting
Forum: Plugins
In reply to: Category lists on a PageBest solution I could come up with was to use a custom page template for that page.
I have to put the cat list on the top or bottom of the page and not in the middle of the text but it’ll work. Customer’s happy.
DOH!
wp-404-handler.php needfs to be in rootForum: Plugins
In reply to: Extended URLs brokenI’m using iis too and I’m having a problem with a static front page.
I’m using PV .5 and WP 2.3.1
My permalink structure is:
/index.php/%year%/%monthnum%/%day%/%postname%/I tried to add /news-and-events/ and /index.php/news-and-events/ to the $exclude array but it still returns to the front page
http://www.northjeffco.org/blog is the front page
and http://www.northjeffco.org/blog/index.php/news-and-events is the posts page.Forum: Plugins
In reply to: English version for Search and Replace?OK, to get the English version and not the German, I had to edit line 15 of wp-config.php to read:
define (‘WPLANG’, ”);
The old one had an us in there that needed to be removed
define (‘WPLANG’, ‘us‘);Forum: Plugins
In reply to: English version for Search and Replace?I’d like the new 1.7.1 in English too if anyone knows how to accomplish it.