Loading single.php +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ get_header(); <?php the_content(); ?> </div> <footer> <div class="post-meta-author"><?php the_author_meta('display_name');?></div> <time><?php the_date();?></time> <div class="post-meta-author"><?php the_author_meta('display_name', $post->post_author);?></div> <time><?php echo get_the_date();?></time> </footer> </article> </main> Loading style.css +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite) * Author URI: https://personads.me/ * * Version: 1.3.1-beta.1 * Version: 1.3.1-beta.2 * * License: GNU General Public License v3.0 * License URI: https://www.gnu.org/licenses/gpl-3.0.html Loading Loading
single.php +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ get_header(); <?php the_content(); ?> </div> <footer> <div class="post-meta-author"><?php the_author_meta('display_name');?></div> <time><?php the_date();?></time> <div class="post-meta-author"><?php the_author_meta('display_name', $post->post_author);?></div> <time><?php echo get_the_date();?></time> </footer> </article> </main> Loading
style.css +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite) * Author URI: https://personads.me/ * * Version: 1.3.1-beta.1 * Version: 1.3.1-beta.2 * * License: GNU General Public License v3.0 * License URI: https://www.gnu.org/licenses/gpl-3.0.html Loading