• Resolved hd2otv

    (@hd2otv)


    https://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: https://jaystaggs.

      comcategory

    /uncategorized/ which is obviously wrong.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • MichaelH

    (@michaelh)

    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');
    ?>

    Thread Starter hd2otv

    (@hd2otv)

    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

    MichaelH

    (@michaelh)

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

    Thread Starter hd2otv

    (@hd2otv)

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

    Thread Starter hd2otv

    (@hd2otv)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘category and tag misdirect’ is closed to new replies.