My b2evolution Version: 1.9.x
Hi,
using b2evo 1.9.2 with currently 2 blogs (plus the all-in-one-blog), the _bloglist.php displays 3 titles at the top of my pages... and there is still some space right aside... Is it possible to add two or three own links in the same style there, e.g. the rss-feeds-link etc.?
I know, there is much space in the sidebar for all that stuff as well, but perhaps the headline is more noticeable for the links I think are important...
Any ideas?
Thank you very much in advance,
Daniel
Hi Daniel,
I tested this in 193:
In ../blogs/skins/_bloglist.php add before:
this piece of code:
and change it to your preferences.
You may or may not want to add 'target="_blank"' in $extra_blog_link .= '">'; like so:
Good luck