Title: WordPress Url Structure vs Breadcrumbs
Last modified: January 13, 2021

---

# WordPress Url Structure vs Breadcrumbs

 *  [wpjbm](https://wordpress.org/support/users/jbmwordpress/)
 * (@jbmwordpress)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/wordpress-url-structure-vs-breadcrumbs/)
 * Hello,
 * I need some help with setting up a logical URL hierarchy on my website, and having
   the breadcrumbs follow the same hierarchy.
 * My website will have two elements to it, one is a store and another is a blog.
   I have tried using a combination of Permalinks, Breadcrumb NAVX plugin and Custom
   Permalinks plugin and nothing is getting me the required result after many hours
   of trying various combinations. Please also note that my store setup is being
   done through WooCommerce.
 * **BLOG**
    Structure overview: Homepage Breadcrumb hierarchy: Home URL hierarchy:
   websitename.com Structure overview: Homepage > Blog Main Page Breadcrumb hierarchy:
   Home > Blog URL hierarchy: websitename.com/blog Structure overview: Homepage 
   > Blog Main Page > Blog Category Page Breadcrumb hierarchy: Home > Blog > Electronics
   URL hierarchy: websitename.com/blog/electronics Structure overview: Homepage 
   > Blog Main Page > Blog Category Page > Blog Post Breadcrumb hierarchy: Home 
   > Blog > Electronics > Best Laptops URL hierarchy: websitename.com/blog/electronics/
   best-laptops **Please note that I need the Blog Main Page to be a standard page(
   not post category page) as I want to customise it using Elementor.**
 * **STORE**
    Structure overview: Homepage Breadcrumb hierarchy: Home URL hierarchy:
   websitename.com Structure overview: Homepage > Store Breadcrumb hierarchy: Home
   > Store URL hierarchy: websitename.com/store Structure overview: Homepage > Store
   Page > Product Category Breadcrumb hierarchy: Home > Store > Clothing URL hierarchy:
   websitename.com/store/clothing Structure overview: Homepage > Store Page > Product
   Category > Product Breadcrumb hierarchy: Home > Store > Clothing > Gloves URL
   hierarchy: websitename.com/store/clothing/gloves **Please note that I will be
   using Woocommerce plugin for me store**
 * Many thanks for your support in advance.

Viewing 1 replies (of 1 total)

 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/wordpress-url-structure-vs-breadcrumbs/#post-13904111)
 * I think you’ll need to make use of `add_rewrite_rule()` to get WP to recognize
   your desired URL structure and transform the requests into a series of query 
   vars which WP knows internally how to process.
    [https://developer.wordpress.org/reference/functions/add_rewrite_rule/](https://developer.wordpress.org/reference/functions/add_rewrite_rule/)
 * If you want a standard WP page to also list blog posts as well as show Elementor
   content, you’ll need a custom page template which has a secondary query and loop
   added which queries for and lists the blog posts.
    [https://developer.wordpress.org/themes/template-files-section/page-template-files/](https://developer.wordpress.org/themes/template-files-section/page-template-files/)
   [https://developer.wordpress.org/reference/classes/wp_query/](https://developer.wordpress.org/reference/classes/wp_query/)

Viewing 1 replies (of 1 total)

The topic ‘WordPress Url Structure vs Breadcrumbs’ is closed to new replies.

## Tags

 * [url structure](https://wordpress.org/support/topic-tag/url-structure/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 1 reply
 * 2 participants
 * Last reply from: [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/wordpress-url-structure-vs-breadcrumbs/#post-13904111)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
