This extension to the RainLab.Blog plugin enables tagging blog posts and displaying related articles.
The following plugin is required
The following themes use this plugin

October Canvas Blog
October Canvas Blog
Canvas is a Powerful, Responsive & Raw Multi-Purpose Multi-Page & One-Page HTML5 Template. I have just bought it on Themeforest. This is OctoberCMS theme I have converted from that template. I decided to distribute it free for OctoberCMS co...

UI3kitify
UI3kitify
Based on UI3kit Starter development template for building UIkit v3 themed sites.

Small Business - Portfolio Theme for October
Small Business - Portfolio Theme for October
small business, portfolio theme for October

Wedding & Wedding Planner
Wedding & Wedding Planner
Wedding & Wedding planner for October CMS

DeepITer Blog Theme
DeepITer Blog Theme
Personal blogger theme base on OctoberCMS.

Montana
Montana
Bootstrap 4 HTML5 Responsive Hotel Booking Website Template

Ararat
Ararat
Bootstrap 4 HTML5 website template

Dizzi
Dizzi
Bootstrap 4 HTML5 Professional Business Website Template

Aavas
Aavas
Bootstrap 4 HTML5 Business Agency Website Template

Beckham
Beckham
Portfolio, blog website template
Blog Tags Extension
This plugin is an extension to the RainLab.Blog plugin. This extension enables tagging blog posts and displaying related articles.
Websites using Blog Tags Extension
Keios Solutions, All of the Lights
Want to show how your website is using this plugin? Feel free to get in touch with a review.
Related Posts
The blogRelated
component can be used to display a post's related articles.
- Slug - The target post's slug parameter.
- Results - The number of related posts to display.
- Sort by - How to sort the related articles (by relevance, title, published date, or updated date).
- Order - Direction to sort the results (ascending or descending).
Tag List
The blogTags
component is can be used to display a list of all tags.
- Hide orphaned tags - Hides tags with no associated posts.
- Results - The number of tags to display.
- Sort by - How to sort the tags (by number of posts, title, or created date).
- Order - Direction to sort the results (ascending or descending).
Tag Search
The blogTagSearch
component returns all posts with a particular tag.
- Tag - The URL parameter used to search for posts.
- Paginate results - Determines if the results are paginated or not.
- Page - The URL parameter defining the page number.
- Results - Number of posts to display per page.
This component also provides several pagination variables. They are ,
, ,
, ,
, and . For an example of how to paginate your results, please review the pagination partial. The posts may be loaded through the
URL parameter, or through the AJAX framework via the ()
method.
-
Jonathan DeSousa
Found the plugin not useful on 27 May, 2020
Used to work fine, earlier but has stopped working with a new update. Now all tag search pages show 404. Plugin authors don't respond on the support forums for any issues posted there.
-
Vladimir
Found the plugin useful on 8 Apr, 2020
Nice plugin.
-
Dream Coder
Found the plugin useful on 15 Nov, 2018
The page is working very slowly, as it tries to pull all the records on the tag editing page when table has lots of records.
-
Abdulsalam
Found the plugin useful on 22 Jan, 2017
Hi! tags produced only in English... It is impossible to expand the Russian language?
-
Miha Trtnik
Found the plugin useful on 16 Dec, 2016
Works as expected. Great work, thanks for doing this! :)
-
Abhimanyu Saharan
Found the plugin not useful on 19 Oct, 2016
I get the following error while installing the plugin
SQLSTATE[HY000]: General error: 1005 Can't create table `u847981389_tux`.`#sql-88f_d5eb590` (errno: 150 "Foreign key constraint is incorrectly formed") (SQL: alter table `bedard_blogtags_post_tag` add constraint bedard_blogtags_post_tag_post_id_foreign foreign key (`post_id`) references `rainlab_blog_posts` (`id`) on delete cascade)
-
Pierre-André Vullioud
Found the plugin useful on 17 Oct, 2016
Works well. A muss have for a blog
-
Roman Samarsky
Found the plugin useful on 6 May, 2016
you have a some unresolved bug. if you come to ...blog/tags/<nonexistent tag> you will get an exception "Division by zero". You have to check existing of tag before.
I used fast hack in controller; if (!Tag::where('name', $this->property('tag'))->first()) {
// for displaying tagname on search page $this->tag = new Tag(); $this->tag->setNameAttribute($this->property('tag')); $this->postsOnPage = 0; return; }
-
stilet
Found the plugin not useful on 20 Dec, 2015
there is no minimum amount to get started
-
JJBocanegra
Found the plugin not useful on 21 Nov, 2015
What's the purpose of this plugin if I can't click in the related post or in the tabs?
-
Scott Bedard author
Replied on 27 Nov, 2015
There is nothing preventing you from linking to related posts. If you need help, feel free to open a support thread.
-
Jorge andrade
Found the plugin useful on 5 Nov, 2015
some useful thanks!
-
Matiss Janis Aboltins
Found the plugin useful on 24 Mar, 2015
Thanks! I found this really quire useful. Especially the related posts feature.
-
Keios
Found the plugin useful on 4 Jan, 2015
works good.
-
1.4.1 |
Turkish translation added (kutups) Mar 31, 2018 |
---|---|
1.4.0 |
!!! A slug is now created for each tag. Apr 18, 2017 |
1.3.7 |
Add slug field to tags (Fl0Cri) Apr 18, 2017 |
1.3.6 |
Add German translation (justb81) Feb 24, 2017 |
1.3.5 |
Add Hungarian translation (gergo85) Feb 08, 2017 |
1.3.4 |
Add MIT license (gergo85) Feb 06, 2017 |
1.3.3 |
Use native taglist and add translation file. Feb 05, 2017 |
1.3.2 |
Add slugify configuration option (vojtasvoboda) Dec 04, 2016 |
1.3.1 |
Database maintenance. Updated all timestamp columns to be nullable. Dec 04, 2016 |
1.3.0 |
PostgreSQL support and various bug fixes Oct 02, 2016 |
1.2.1 |
Removed getters to make plugin more accessable. Feb 25, 2015 |
1.2.0 |
Upgrades for RC, and adds several new features. Feb 25, 2015 |
1.1.2 |
Replace deprecated method Jan 18, 2015 |
1.1.1 |
Bug fix Jan 12, 2015 |
1.1.0 |
Added optional pagination to the blogTagSearch component. Jan 12, 2015 |
1.0.2 |
Minor fix Dec 24, 2014 |
1.0.1 |
First version of Blog Tags Extension Dec 23, 2014 |