Skip to content

Instantly share code, notes, and snippets.

@wpweb101
Created April 15, 2021 06:27
Show Gist options
  • Select an option

  • Save wpweb101/d55ad37b543449e8c0bb54ac2a8e111e to your computer and use it in GitHub Desktop.

Select an option

Save wpweb101/d55ad37b543449e8c0bb54ac2a8e111e to your computer and use it in GitHub Desktop.
Indentation incorrect code
<?php
if( have_post())
{
echo get_the_title();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment