Page 1 of 1

Related articles

Posted: Tue Nov 07, 2017 12:22 am
by Mark
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!

Re: Related articles

Posted: Tue Nov 07, 2017 10:24 am
by Edi
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.

Re: Related articles

Posted: Tue Nov 07, 2017 2:24 pm
by Mark
I don't think it matters as much how, rather that it falls naturally!

Re: Related articles

Posted: Tue Nov 07, 2017 9:26 pm
by diego
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

Re: Related articles

Posted: Thu Nov 09, 2017 3:39 am
by Mark
Nice! I'm glad you place value in my suggestion and I am glad to see your responsiveness.

Re: Related articles

Posted: Sun Nov 19, 2017 4:11 pm
by Mark
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);
?>