<?php
// use this custom code to remove the tags or no tags text from the bottom of adverts
function cp_blog_post_meta_footer_custom() {
global $post, $cp_options;
if ( ! is_singular( array( 'post', APP_POST_TYPE ) ) )
return;
?>
<?php
}
?>
<?php
// use this custom code to remove the tags or no tags text from the bottom of adverts
function cp_blog_post_meta_footer_housekeys() {
global $post, $cp_options;
if ( ! is_singular( array( 'post', APP_POST_TYPE ) ) )
return;
}
?>
?> <?php
There are currently 1 users browsing this thread. (0 members and 1 guests)