steve21
Forum Replies Created
-
Hello,
Would anyone else have any answer to why my test wordpress directory would be redirecting back to my home page (without being able to install for testing)? I never seen this issue before, and I am not sure what to do or check.
Ok, this is what my htaccess has in it’s file (it my root)
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I am not sure exactly what to change.
Hello Tyler,
Thank you for the update. It looks like the new version was released. I did an export of the comments, but I just installed the new version, and it seems to be working great now! I didn’t delete the other comments first. I just clicked install and did a test post, and seems to be fine. Do I have to delete them first like you said, or am I ok?
-Steve
Forum: Fixing WordPress
In reply to: Replacing site-title with an image in AbsolumHello,
I am also trying to change this text to a customized png image using the Absolum theme. I am having some issues. Site-title is what needs to be replaced.
The header.php has this:
<div id="blog-title-holder"> <?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?> <<?php echo $heading_tag; ?> id="site-title"> <span>
[Please post code or markup snippets between backticks or use the code button.]
The css has this:
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
Any help would be appreciated.
This theme is a one of the ones offered through wordpress’s backend interface.
Thank you.
-Steve