jcapshaw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink ProblemI forgot to mention, when I try to hard link the images, it still converts the images to the bad url location.
Forum: Fixing WordPress
In reply to: permalink seems to break conditional display of imageMoshu,
I see your point. However, I am still having issues. The blog info trick doesn’t seem to work.
My wordpress installation is in one folder and my index file is in the main folder.
so it goes:
domain/index.php
domain/wordpress(wordpress installation)When I update my permalinks structure and use:
<img src=”<?php bloginfo(‘template_url’); ?>/images/my-pic.jpg” alt=”” />I get this img url:
https://www.domain.com/atlanta-under-deck-ceiling/wordpress/wp-content/themes/final/images/leftCoupons.gifIt Should Be:
https://www.domain.com/wordpress/wp-content/themes/final/images/leftCoupons.gifOne other issue, when I set up the permalinks I simply use the /%postname%/.
However, the permalink setting keeps adding the word “Atlanta” in the URL. I know that can be done through the “Category Base” in the permalinks settings, however mine is empty and I have never used it.
Any suggestions?
Forum: Fixing WordPress
In reply to: How to TURN OFF RSS FEEDI had a similar issue. I actually just wanted to redirect my feed to another one of my blogs. I simply created a folder /feed and put a 301 redirect into the folder pointing it where I wanted it to go. This worked for me. After I erased all of the above mentioned files I still had a feed.
Forum: Fixing WordPress
In reply to: List parent and child pages on child pageHi, did you every find an answer to this question? I have been searching for an answer now for a while. I have seen wordpress sites that function in this manner.
Forum: Installing WordPress
In reply to: New Install, permalinks do not work unless set to “?p=3” normalTurns out when I tried to use the custom feature I screwed things up. Got it working now.