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
Settings
Section titled “Settings”Blog Base URL
Section titled “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
After changing this value, flush the Magento cache and ensure any existing links or sitemaps are updated.
Posts Per Page
Section titled “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
Section titled “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
Section titled “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