Title: WordPress in a subfolder?
Last modified: January 8, 2021

---

# WordPress in a subfolder?

 *  [smartyp](https://wordpress.org/support/users/smartyp/)
 * (@smartyp)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/wordpress-in-a-subfolder/)
 * Hi,
 * It doesn’t seem to work for WordPress installed in a subfolder (i.e. example.
   com/blog/). So home points to the blog url rather than the actual home url. Is
   there a way to make this work?

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

 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/wordpress-in-a-subfolder/#post-13882304)
 * Are you using WordPress to generate your home page as well (e.g. the WordPress
   Address (URL) is different from the Site Address (URL)), or only the entities
   under /blog?
 *  Thread Starter [smartyp](https://wordpress.org/support/users/smartyp/)
 * (@smartyp)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/wordpress-in-a-subfolder/#post-13889316)
 * WordPress is only being used under /blog (so WP address and site address are 
   both /blog).
 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/wordpress-in-a-subfolder/#post-13894767)
 * Since Breadcrumb NavXT is a WordPress plugin, and only knows about resources 
   generated by WordPress, resources that are not generated by WordPress will need
   to be added with separate code. This article covers how to add a static breadcrumb
   to the beginning of a breadcrumb trail: [https://mtekk.us/archives/guides/add-a-static-breadcrumb-to-the-breadcrumb-trail/](https://mtekk.us/archives/guides/add-a-static-breadcrumb-to-the-breadcrumb-trail/)
 *  Thread Starter [smartyp](https://wordpress.org/support/users/smartyp/)
 * (@smartyp)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/wordpress-in-a-subfolder/#post-13894892)
 * Awesome – that worked, thanks 🙂
 * I tried to override the ‘blog’ level title using this: [https://mtekk.us/archives/guides/changing-the-home-breadcrumb-title/](https://mtekk.us/archives/guides/changing-the-home-breadcrumb-title/)
 * But it also changed the title of the new home link I inserted, so I ended up 
   with
    Blog > Blog > Category > Post instead of Home > Blog > Category > Post
 * I tried altering the priority of the filters but it still got overridden?
 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/wordpress-in-a-subfolder/#post-13910270)
 * The easiest option is to change the code adding the static home breadcrumb to
   use something different than `array('home')` (e.g. `array('realhome')`).

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

The topic ‘WordPress in a subfolder?’ is closed to new replies.

 * ![](https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103)
 * [Breadcrumb NavXT](https://wordpress.org/plugins/breadcrumb-navxt/)
 * [Support Threads](https://wordpress.org/support/plugin/breadcrumb-navxt/)
 * [Active Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/breadcrumb-navxt/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [John Havlik](https://wordpress.org/support/users/mtekk/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/wordpress-in-a-subfolder/#post-13910270)
 * Status: not resolved