go41

the info you need to know


von Joern
Keine Kommentare

I thought you might want to link (redirect) one or another category to another URL from your category bar ..?Looking at your site I find quite a lot links going to nowhere or doing permanent redirects to other places: successtools.empoweringwomenslives.com/ redirects to empoweringwomenslives.com/successtools without slash at the end and redirects…


von Joern
Keine Kommentare

I figured it out! It was this section: Code:<div class="navigation">      <div class="right"><?php next_post_link('%link »', '%title', TRUE) ?></div>      <div class="left"><?php previous_post_link('« %link', '%title', TRUE) ?></div>   </div>   </div>of the post php that was somehow throwing things off. Sorry to bother you about it unnecessarily .