xboxuser
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wordpress 3.8 upgrading problemPlease note: its LOCALHOST .. any reply to this should consider this as the real question.. its a LOCAL INSTALL..
A reply like Have you asked your host about this issue?
is not helpful..Thanks
Forum: Fixing WordPress
In reply to: Permalink are messed up help.Really No Reply i posted this 1 month ago. PLEASE..
seems im chasing image path’s most of the time . IM currently converting alot of html to WP is there a easy way to tell WP to stay in the template directory. im have mostly links like
<img src=”../images/image-leftarrow.gif”
but my WP sees it at http:www.website.com/images/image-leftarrow.gif” when it should be http://www.website.com/wp=content/theme/mytheme/images/
But i want to keep everything in my theme directory
I have tried:
<img width=’467′ height=’296′ alt=” src=”<?php bloginfo(‘template_directory’); ?>/images/image-leftarrow.gif””and some other deviation of <?php bloginfo(‘template_directory’); ?>
BUT
Cant i just tell WP to look in my template directory and dont go any higher, It would be nice if i could inform WP to stay in my template directory and not go any higher, it seems to think my root is http://www.mydomain.com , and thats true but it would be nice to keep it no higher that wp-content.. Something todo with htaccess ?? or ??