Chris Kepinski
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WordPress 2.8.4 Permalinks Issue with 404 error (Not Found)I have very the same problem with permalinks on even clean wp284, wp282 as well. I found the same problem on one of my online blogs – I regenerated permalinks there and everything runs well. But on my company’s localhost and intranet website permalinks are dead.
The above solution (and the one described by jmaquitania) did not help.
The problem is with posts, pages, categories and archives permalinks.
When permalinks are turned off everything works well.Here is my info:
mod_rewrite is present, .htaccess looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wikiarr_prd/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wikiarr_prd/index.php [L]
</IfModule># END WordPress
Permalinks structure:
/%postname%_%post_id%.html
categories prefix: kategorie
tags prefix: klucze
The server is Apache/2.2.8 (Win32) PHP/5.2.5
Loaded modules:
core mod_win32 mpm_winnt http_core mod_so mod_actions mod_alias mod_asis mod_auth_basic mod_authn_default mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_dir mod_env mod_include mod_isapi mod_log_config mod_mime mod_negotiation mod_rewrite mod_setenvif mod_php5
website URI looks like this (if it does matter):
http://localhost:81/wikiarr_prd/
Any help would be very appreciated.
Forum: Plugins
In reply to: Mixing Categories with PostsThank you for you answer.
Seems there is a need for a plugin that would allow me to create links to categories within another category. Next it should allow to show such links on category page.
Let’s look deeper…
There is column post_type in wp_posts, which I could use to identify a “category-link” type. By creating my own WP Query and some php code I could define some specific conditions of showing that category-link (link to category, not to post, etc.).And such “category-link” post should have custom_field that has category ID which it links to.
OK, seems we found a solution 🙂
Thanks again and have a nice week!
Forum: Plugins
In reply to: Mixing Categories with PostsMaybe I provide some example of what I need…
Let’s assume that the following is content of example category. What we have inside? Let’s see:
post #1
post#2
category#44
post#6
post#4
category#2
category#26
post#3
…Maybe now you see what I mean 🙂 Categories listed above are in fact just links to them. There is no such functionality in WordPress admin, nor in plugins (google not found yet).
Any idea where to start?
Forum: Plugins
In reply to: Mixing Categories with PostsThank you for quick reply. I’ll try to be more clear: I need a tool that would allow me to list links to categories inside another category. These links would be mixed up with posts (some ordering would be a must).
Is there any concept for realizing such functionality?
Forum: Fixing WordPress
In reply to: How to add my own post/page Status?Any ideas? Where can I find some docs about how statuses are defined in WP 2.8.x?
Forum: Fixing WordPress
In reply to: WordPress in a Intranetyou can use links like: \\server_name\folder\subfolder – IE will recognize and open it correctly but FF crashes on it completely.
Forum: Fixing WordPress
In reply to: url-encode in wordpressHi there, I have similar problem with my WP 2.1. I/ have installed in on http://zespółaperta.pl domain, no images are shown, also links are generated in wrong way: http://zespaperta.pl/…, so the “ół” phrase is omitted. Also I realised there’s something wrong with options, the settings WordPress address and Blog address are somehow filtered so, even updated they become with the same “ół” error .
I suppose Afrael’s solution could help but I don’t know how to use the code he shared.Any help, please?