Commit 9f0ce832 authored by Jakob Moser's avatar Jakob Moser
Browse files

Use simpler the_title construct to get title

parent 6ae5c18a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ get_header();
                echo get_header_image();
            }
            echo '\');"';?> >
            <h1><?php echo get_the_title($post->ID); ?></h1>
            <h1><?php the_title(); ?></h1>
        </header>
        <div class="content">
            <?php
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ get_header();
                echo get_header_image();
            }
            echo '\');"';?> >
            <h1><?php echo get_the_title($post->ID); ?></h1>
            <h1><?php the_title(); ?></h1>
        </header>
        <div class="content">
            <?php