Hello everybody, I was studying the code of your theme that I am “childing” to fit to my needs when I came in front of this piece of code:
if( 1) {
add_action('cryout_post_meta_hook','tempera_posted_on',10);
add_action('cryout_post_meta_hook','tempera_posted_after',11);
add_action('cryout_post_meta_hook','tempera_comments_on',12);
}
Line 229 of theme-loop.php
And I would like to know what’s the reason for that “if(1)” or if it is an error.
Thank you for your big work.