This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze-wordpress-theme/sidebar.php
Kazhnuz 84a2a57b79 sidebar: use a larger sidebar
I used by acciddent a value of "8" collumn instead of 9 for the page and single templates, so let's use this everywhere.
2018-10-24 17:56:41 +02:00

4 lines
72 B
PHP

<aside class="sidebar col-md-4">
<?php dynamic_sidebar(); ?>
</aside>