senaia
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: How to redirect “301 Permanent” a directory with hundreds of urls !Its not working but thanks anyway.
The following code is working for me. Place it in the .htaccess of the folder you wana redirect, not the .htaccess in root !
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^(.*)$ http://www.domain.com [R=301,L]Forum: Fixing WordPress
In reply to: How to redirect “301 Permanent” a directory with hundreds of urls !No one has a general idea on how to do this ?
Forum: Fixing WordPress
In reply to: .htaccess rewrite conflict problem with another script.Perfect. Thanks a million 🙂
Forum: Themes and Templates
In reply to: How to Show Empty Categories !!?I did not notice the links he provided, just grapped the code and ran to try it 🙂
To sort categories by id and show empty one’s at the same time:
<?php wp_list_categories(‘orderby=id&hide_empty=0&show_count=1&title_li=<h2>Categories</h2>’); ?>
Thank You 🙂
Forum: Themes and Templates
In reply to: How to Show Empty Categories !!?Thanks a million. Its working.
Do you happen to know how to have categories listed in the sidebar according to ID’s 🙂
Thank You.
Viewing 5 replies - 1 through 5 (of 5 total)