#!/bin/bash
cd /home/redfordcom/public_html
wp post create   --post_type=post   --post_title='How Much Does Strata Maintenance Cost in Sydney? (2025 Price Guide)'   --post_content="$(cat /home/redfordcom/public_html/strata_cost_article_html.html)"   --post_excerpt='Strata maintenance in Sydney typically costs $2,500–$8,000+ per year. Learn what'"'"'s included, pricing by service, and why regular maintenance prevents emergency bills.'   --post_status=publish   --post_author=1   --post_name='how-much-strata-maintenance-cost-sydney-2025-price-guide'   --allow-root
