Feat: Blog new article.
This commit is contained in:
@@ -105,12 +105,10 @@
|
||||
<a href="{{ model.HASH_PAGE_BLOG_CATEGORY_TRAINING_TECHNIQUES }}" class="{{ model.FLAG_NAV_BLOG_CATEGORY_TRAINING_TECHNIQUES }}">Training Techniques</a>
|
||||
<span class="post-count">2</span>
|
||||
</li>
|
||||
<!--
|
||||
<li>
|
||||
<a href="#">Client Relations</a>
|
||||
<span class="post-count">15</span>
|
||||
<a href="{{ model.HASH_PAGE_BLOG_CATEGORY_CLIENT_RELATIONS }}">Client Relations</a>
|
||||
<span class="post-count">1</span>
|
||||
</li>
|
||||
-->
|
||||
<li>
|
||||
<a href="{{ model.HASH_PAGE_BLOG_CATEGORY_MARKETING_AND_GROWTH }}" class="{{ model.FLAG_NAV_BLOG_CATEGORY_MARKETING_AND_GROWTH }}">Marketing & Growth</a>
|
||||
<span class="post-count">1</span>
|
||||
@@ -132,6 +130,12 @@
|
||||
<div class="sidebar-widget">
|
||||
<h3 class="widget-title">Recent Posts</h3>
|
||||
<ul class="recent-posts">
|
||||
<li class="recent-post-item">
|
||||
<a href="{{ model.HASH_PAGE_BLOG_ARTICLE_5_WAYS_TO_INCREASE_CLIENT_RETENTION_IN_YOUR_DOG_TRAINING_BUSINESS }}"
|
||||
class="recent-post-title"
|
||||
>5 Ways to Increase Client Retention in Your Dog Training Business</a>
|
||||
<div class="recent-post-date">18th August 2025</div>
|
||||
</li>
|
||||
<li class="recent-post-item">
|
||||
<a href="{{ model.HASH_PAGE_BLOG_ARTICLE_THE_HIDDEN_COSTS_OF_SPREADSHEET_DOG_TRAINING_WHY_UK_TRAINERS_ARE_LOSING_2000_PLUS_POUNDS_PER_YEAR }}"
|
||||
class="recent-post-title"
|
||||
@@ -171,6 +175,22 @@
|
||||
|
||||
<!-- More Blog Posts -->
|
||||
<section class="blog-posts-grid">
|
||||
<article class="blog-post-card">
|
||||
<div class="post-image">📊</div>
|
||||
<div class="post-content">
|
||||
<span class="post-category">Client Relations</span>
|
||||
<h3>5 Ways to Increase Client Retention in Your Dog Training Business</h3>
|
||||
<div class="post-meta">
|
||||
<span>📅 18th August 2025</span>
|
||||
<span>⏱️ 6 min read</span>
|
||||
</div>
|
||||
<p class="post-excerpt">
|
||||
The biggest reason clients leave dog training programs isn't poor results — it's poor communication.
|
||||
</p>
|
||||
<a href="{{ model.HASH_PAGE_BLOG_ARTICLE_5_WAYS_TO_INCREASE_CLIENT_RETENTION_IN_YOUR_DOG_TRAINING_BUSINESS }}" class="read-more">Read More</a>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<article class="blog-post-card">
|
||||
<div class="post-image">📊</div>
|
||||
<div class="post-content">
|
||||
|
||||
Reference in New Issue
Block a user