• Resolved pearweed

    (@pearweed)


    I have a blog riding on a domain in a folder named “blog”. It may be viewed at:

    https://www.bagby.org/blog

    I’ve applied the theme Typogriph which works well except for one glitch. Because it’s in the folder /blog/ the link at the bottom left corner just above the footer doesn’t follow the correct path.

    This theme works fine when WordPress isn’t in a folder, but I need this blog to remain in the folder.

    The script that directs you to other pages is:

    <div class=”navigation”>
    <div class=”alignleft”><?php next_posts_link(‘← Older entries’) ?></div>
    <div class=”alignright”><?php previous_posts_link(‘Newer entries →’) ?></div>
    </div>

    Any input on how to resolve this glitch is much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • What urls are entered in Admin/Settings/General?

    Thread Starter pearweed

    (@pearweed)

    Thanks for the tip. Sometimes you look at something so long you can’t see the obvious. I had:

    https://www.bagby.org/blog

    and

    https://www.bagby.org/blog/index.php

    Unfortunately, after you brought this to my attention I removed /blog from the first path and /index.php from the second path and was locked out of the admin center.

    After I was able to reset the path on the server I logged in and have the paths set to where the link is working as it should.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Typogriph theme in folder glitch’ is closed to new replies.