Forums

[resolved] category and tag misdirect (6 posts)

  1. hd2o.tv
    Member
    Posted 3 years ago #

    http://jaystaggs.com
    The index.php is setup outside wp directory, and functioning correctly.
    May or may not be related to issue.

    Category and tag links are misdirected. address comes up this way: http://jaystaggs.

      comcategory

    /uncategorized/ which is obviously wrong.

    tags have same address error.
    Where's this code???
    2.7.1 brand new install
    thanks
    Paul

  2. MichaelH
    Volunteer
    Posted 3 years ago #

    Review your Permalinks structure via Administration > Settings > Permalinks

    Also your index.php in your web-root should be something like this:

    <?php
    /**
     * Front to the WordPress application. This file doesn't do anything, but loads
     * wp-blog-header.php which does and tells WordPress to load the theme.
     *
     * @package WordPress
     */
    
    /**
     * Tells WordPress to load the WordPress theme and output it.
     *
     * @var bool
     */
    define('WP_USE_THEMES', true);
    
    /** Loads the WordPress Environment and Template */
    require('./blog/wp-blog-header.php');
    ?>
  3. hd2o.tv
    Member
    Posted 3 years ago #

    Hi Michael,
    Yes, I've got these set.
    I will re-install because I notice all internal links are making the same address error. [.comauthor] [.comcategories] etc.
    Very strange.
    Paul

  4. MichaelH
    Volunteer
    Posted 3 years ago #

    If you reinstall, just drop the database tables via phpMyAdmin, then browse to http://jaystaggs.com/blog to install, then login and change ONLY your Blog Address (URL) to http://jaystaggs.com

  5. hd2o.tv
    Member
    Posted 3 years ago #

    I've backup and remove the DB. phpMyAdmin and drop the tables.
    Now reinstall. got it.
    thanks

  6. hd2o.tv
    Member
    Posted 3 years ago #

    Awesome,
    Uploaded the few changes I made to the style, etc and it's up an running. You guys writing the code are off the planet.
    bang. Everything works.
    perfect, thanks again for the mentoring.
    Paul

Topic Closed

This topic has been closed to new replies.

About this Topic