shadow
Forum Replies Created
-
Forum: Plugins
In reply to: Problem With GravatarHey, that looks remarkably like what I have in mine π
Well done !
Forum: Installing WordPress
In reply to: How do I upload photographs/images to my blog with wordpressftp or use the upload feature within the admin panel itself π
Forum: Plugins
In reply to: Problem With GravatarI must be the slowest typist here π
Forum: Plugins
In reply to: Problem With GravatarHave you added something like this to where you want the gravatar to appear?
<img class="grav" src="<?php gravatar("R", 50, "http://domain.name/wp-images/gravatar-blank.jpg", "FF0000"); ?>" align="left" hspace="5" vspace="5" alt="gravatar" />This code is in my comments.php in my current theme.
HTH π
Forum: Themes and Templates
In reply to: Theme Competition Winners AnnouncedSorry Podz.
No longer…I have taken them all down and they can fight amongst themselves from now on.
I have tried to offer something to the community and it’s been a complete waste of time. I won’t make that mistake again.
Forum: Themes and Templates
In reply to: Is there an online store I can shop for new theme?Check that your themes are in the right place in your folder/directories
For instance
iris needs to be in themes/iris and not in themes/iris/iris
Edit: aaahhhhhhhh π
Forum: Fixing WordPress
In reply to: 404 redirectionThanks Kafkaesqui π
I think I may have found an easier solution though.
Any error pages are directed to my 404.shtml so I have added a quick redirect script there and linked that to a simple error announcement on a static page.
It seems to work.
Have a look…
http://shadows.os42.com/this-page-will-not-work
Thanks again for your help π
Forum: Fixing WordPress
In reply to: 404 redirectionThanks for the link kafkaesqui but the main reason I am having to do this is because I am having trouble writing to my .htaccess.
Is there another way of doing this not using .htaccess ?
Forum: Themes and Templates
In reply to: Is there an online store I can shop for new theme?Actually, what I should have said was try HERE…
Forum: Themes and Templates
In reply to: Is there an online store I can shop for new theme?Forum: Fixing WordPress
In reply to: Pages won’t workWill read now.
I have just addeed the index.php option and it seems to be working
/index.php/%year%/%monthnum%/%day%/%postname%/So does this all mean my webhost is not allowing .htaccess?
Thanks for all the help. It all seems to be running smoothly now. I guess the only downside is that anyone who had links to my permalinks will now end up at a 404.
Still, I can get in touch with those 2 people and tell them to change it π
Forum: Fixing WordPress
In reply to: Pages won’t workI use this structure
/%year%/%monthnum%/%day%/%postname%/Forum: Fixing WordPress
In reply to: Pages won’t workAny time I have trouble like this, I have kept a backup of an old .htaccess file from when I was on another server. I upload that and things work – well partially anyway, I can access pages etc but still cannot write pages.
If I turn off permalinks will this all be resolved?
Forum: Fixing WordPress
In reply to: Pages won’t workOk set it to 777 and tried to reload pages in site. Same.
So looked at new .htaccess
Nothing written in there even when set at 777 and same when tried to write a new page.I can still get to admin and to the index.php of site but nowhere else.
Forum: Fixing WordPress
In reply to: Pages won’t workYes of course:)
All set as
/%year%/%monthnum%/%day%/%postname%/