Related articles

Post Reply
Mark
Ssr. Bludit
Posts: 26
Joined: Sun Oct 08, 2017 4:01 pm

Is there a related articles plugin? The easiest might be something that can list all the titles of a category at the end of an article or in the footer? Someplace natural on the website that the reader has options to read and stay on the website rather than moving on to the next web search result. (increase stickiness) Thanks!
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Good point.

Some themes shows tags at the end of a content. The same could be done with categories.

At the moment I'm not shure, if this should be part of a theme or done with a plugin.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Mark
Ssr. Bludit
Posts: 26
Joined: Sun Oct 08, 2017 4:01 pm

I don't think it matters as much how, rather that it falls naturally!
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Hi,
I created a topic here https://github.com/bludit/bludit/issues/559
To remember and if you want to follow the progress as well.

Regards
Diego
Mark
Ssr. Bludit
Posts: 26
Joined: Sun Oct 08, 2017 4:01 pm

Nice! I'm glad you place value in my suggestion and I am glad to see your responsiveness.
Mark
Ssr. Bludit
Posts: 26
Joined: Sun Oct 08, 2017 4:01 pm

Until this might get implemented...

As I am a novice Bludit user, what would be suggestions for achieving related articles at the bottom of an article short of manually doing this on every post within a category or directory?

Can I use a php includes without breaking other things?

Code: Select all

<?php
   $path = $_SERVER['DOCUMENT_ROOT'];
   $path .= "/related/the-big-picture-related.php";
   include_once($path);
?>
Post Reply