Skip to content

Instantly share code, notes, and snippets.

View ola-wale's full-sized avatar
:octocat:
-

Wale ola-wale

:octocat:
-
View GitHub Profile
appeal_set_post_views(get_the_ID());
//get post format template
get_template_part( 'template-parts/content-single', get_post_format() );
//Post Navigation
if(get_theme_mod('content_display_post_navigation',1)){
appeal_post_navigation();
}
if(get_theme_mod('content_display_author_details',1)){
appeal_author_details();
}