diff options
author | Jesús <heckyel@hyperbola.info> | 2018-06-15 20:21:38 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-06-15 20:21:38 -0500 |
commit | 7f29c252b70c0d4c6a6fb754e34ab2685d3c6f9a (patch) | |
tree | b28f7fb69a04bce88b23cf71c8ec404424703457 /single.php | |
parent | 19e8817875136a6eb120d73e4c40dcc4e4410f09 (diff) | |
download | lidra-theme-master.tar.lz lidra-theme-master.tar.xz lidra-theme-master.zip |
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(); |