Created
April 15, 2021 06:24
-
-
Save wpweb101/309424b174bebf750f558031643391bb to your computer and use it in GitHub Desktop.
Indentation - Correct
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| if( have_post() ) { | |
| echo get_the_title(); | |
| } | |
| else { | |
| echo 'No post found!'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment