Hi,
We have an issue to use the shortcode into that code :
if ( ( $cb_meta_onoff == 'on' ) || ( $cb_posts_on == true ) ) {
$cb_byline = '<div class="cb-byline">' . $cb_author . $cb_date . $cb_cat_output . $cb_comments . $cb_post_views . '</div>';
}
return $cb_byline;
}
}
We tried to put the two shortcode codes after the “$cb_post_views” (where we want it) but it doesn’t work ?? It works into single.php but not at the place we want ??