Skip to content

Blog Settings

The Blog Settings group controls the fundamental behavior of the blog - where it lives in your Magento URL structure and how posts are listed.

Admin path: Stores > Configuration > Orange Collar > WordPress Integration > Blog Settings

The URL path segment under which all blog pages are served.

  • Default: blog
  • Result: all blog URLs live under /blog/
  • Do not include leading or trailing slashes
  • Example values: blog, news, articles

After changing this value, flush the Magento cache and ensure any existing links or sitemaps are updated.

How many posts appear on the blog listing page and archive pages.

  • Default: 10
  • Must be a positive integer
  • Pagination links are generated automatically when the total post count exceeds this number

An image uploaded to Magento media storage that is shown when a post has no featured image set in WordPress.

  • Upload via the file selector in the admin
  • Stored in pub/media/orangecollar/wordpress/
  • Supports JPEG, PNG, GIF, and WebP formats

Whether to render WordPress comment counts and comment section links on post pages.

  • Default: No
  • When enabled, the template includes a link to the WordPress comment thread
  • Actual comment display depends on your template implementation