jwwceo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Formatting Sidebar categoriesI’ve tried a bunch of alt’s to display:block…nothing seems to work… any tips on exactly what chages to make…
the “(#)” doen’t appear to be in any within the same ul or li as anything else so it’s kinda hard to format.
Where would I find the function file to just modify it so the numbers ae included in the same format at the category…is that possible???
Forum: Fixing WordPress
In reply to: I’m ready to pay somebody….permalinks are driving me insanethanks! [email protected] is my email.
Forum: Fixing WordPress
In reply to: Still can’t get Permalinks to work?My htaccess is the same after I change the permalinks structure…
it looks like this both times…
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
The permission is set to 666 when I look at that file through FTP. htaccess is within the root directory…
So would it work if I just wrote my own rules in htaccess??? It wouldn’t auto-update but that’s ok with me for now… I know it’s a hack, but I just want this to be finished…
JW
Forum: Fixing WordPress
In reply to: Still can’t get Permalinks to work?I have tried making my own structure as well as using the 2 or 3 common entries on the permalinks page. From what I understand, any of those should work right???
In terms of my hsot. It’s my buddy and he’s very competent. I’ve told him that 1. mod rewrite needs to be on 2. Allow overide is on for this directory and 3. ( I did this myself through FTP) htaccess needs to be writeable. Is there anything else the server needs???
Is there any way to test these settings through a browser or simple php script?
This is super frustrating….
Forum: Fixing WordPress
In reply to: Displaying category desriptionYes, thank you. That worked great. A little geeky doesn’t bother me… ??
Forum: Fixing WordPress
In reply to: Not sure what’s going on?So I just cheked with my host and mod-rewrite is on…
anybody see anything like this before…
Forum: Fixing WordPress
In reply to: Not sure what’s going on?No. I just changed them from the ugly links yesterday to allow for a Flickr plugin. they require non-default. I will email my host and make sure it is enabled….and post back…that is all I can think of too…
Forum: Fixing WordPress
In reply to: Not sure what’s going on?I have tried all those options and still none of the links work…
any other ideas…
Forum: Fixing WordPress
In reply to: Not sure what’s going on?I’m not sure I’m getting this… it sounds like if I change my permalink structure I need to also modify my httaccess file…and that wordpres will generate the text I need to do this when I create the permalink structure..
based on this from the permalink page..
When you create a permalink structure, WordPress will generate rewrite rules and attempt to insert them into the proper .htaccess file. If it can’t, it will print the rules out for you to copy and paste into your .htaccess file.
where does it print the rules I need????
Forum: Fixing WordPress
In reply to: Not sure what’s going on?My httaccess has the following:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress