Orange Collar Media
Orange Collar Media
DOCS
ORANGECOLLAR/MODULE-WORDPRESS-INTEGRATION · BLOG SETTINGS

Configure the WordPress blog base URL, posts per page, default image, and comments in Stores > Configuration

  • Magento
  • Adobe Commerce
  • Hyvä

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

Settings

Blog Base URL

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
CAUTION /

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

Posts Per Page

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

Default Post Image

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

Enable Comments

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