Typerite themes + tags plugin
Typerite has no template sidebar.php.
But you can add the following to the file index.php in the directory /bl-themes/typerite-1.1:
For example before <ul class="header__social"> or after <footer class="s-footer">.
Then style it with some CSS.
But you can add the following to the file index.php in the directory /bl-themes/typerite-1.1:
Code: Select all
<?php Theme::plugins('siteSidebar') ?>
Then style it with some CSS.
Planet Bludit, Tipps, Snippets und nützliche Links. - Newsletter, Informationen zu Bludit (auf Deutsch).
You can place it in a div with your own class.
Planet Bludit, Tipps, Snippets und nützliche Links. - Newsletter, Informationen zu Bludit (auf Deutsch).