Title: Chris Kepinski's Replies - page 4 | WordPress.org

---

# Chris Kepinski

  [  ](https://wordpress.org/support/users/phpworker/)

 *   [Profile](https://wordpress.org/support/users/phpworker/)
 *   [Topics Started](https://wordpress.org/support/users/phpworker/topics/)
 *   [Replies Created](https://wordpress.org/support/users/phpworker/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/phpworker/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/phpworker/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/phpworker/engagements/)
 *   [Favorites](https://wordpress.org/support/users/phpworker/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 46 through 52 (of 52 total)

[←](https://wordpress.org/support/users/phpworker/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/phpworker/replies/?output_format=md) [2](https://wordpress.org/support/users/phpworker/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/phpworker/replies/page/3/?output_format=md)
4

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WordPress 2.8.4 Permalinks Issue with 404 error (Not Found)](https://wordpress.org/support/topic/wordpress-284-permalinks-issue-with-404-error-not-found/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/wordpress-284-permalinks-issue-with-404-error-not-found/#post-1217684)
 * 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/](http://localhost:81/wikiarr_prd/)
 * Any help would be very appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Mixing Categories with Posts](https://wordpress.org/support/topic/mixing-categories-with-posts/)
 *  Thread Starter [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/mixing-categories-with-posts/#post-1209128)
 * Thank 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Mixing Categories with Posts](https://wordpress.org/support/topic/mixing-categories-with-posts/)
 *  Thread Starter [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/mixing-categories-with-posts/#post-1208877)
 * Maybe 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Mixing Categories with Posts](https://wordpress.org/support/topic/mixing-categories-with-posts/)
 *  Thread Starter [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/mixing-categories-with-posts/#post-1208864)
 * Thank 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to add my own post/page Status?](https://wordpress.org/support/topic/how-to-add-my-own-postpage-status/)
 *  Thread Starter [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/how-to-add-my-own-postpage-status/#post-1151200)
 * Any ideas? Where can I find some docs about how statuses are defined in WP 2.8.
   x?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress in a Intranet](https://wordpress.org/support/topic/wordpress-in-a-intranet/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/wordpress-in-a-intranet/#post-914851)
 * you can use links like: \\server_name\folder\subfolder – IE will recognize and
   open it correctly but FF crashes on it completely.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [url-encode in wordpress](https://wordpress.org/support/topic/url-encode-in-wordpress/)
 *  [Chris Kepinski](https://wordpress.org/support/users/phpworker/)
 * (@phpworker)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/url-encode-in-wordpress/#post-595243)
 * Hi there, I have similar problem with my WP 2.1. I/ have installed in on [http://zespółaperta.pl](http://zespółaperta.pl)
   domain, no images are shown, also links are generated in wrong way: [http://zespaperta.pl/&#8230](http://zespaperta.pl/&#8230);,
   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?

Viewing 7 replies - 46 through 52 (of 52 total)

[←](https://wordpress.org/support/users/phpworker/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/phpworker/replies/?output_format=md) [2](https://wordpress.org/support/users/phpworker/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/phpworker/replies/page/3/?output_format=md)
4