diff options
Diffstat (limited to 'single.php')
-rw-r--r-- | single.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ <?php -get_header(); +get_header(single); get_template_part('content-single'); get_sidebar(); get_footer(); |
![]() |
index : lidra-theme.git | |
WordPress Theme written in HTML5, Bootstrap 3, CSS3, for a world free and compatible with the GNU LibreJS | heckyel |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | single.php | 2 |
@@ -1,5 +1,5 @@ <?php -get_header(); +get_header(single); get_template_part('content-single'); get_sidebar(); get_footer(); |