Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter saphiloche

    (@saphiloche)

    Hi,

    Well, didn’t take long to find out… we should have read the fontelo help first ?? It works just like we wanted.

    Thanks again, and hope you will keep that plugin updated ??

    Regards.

    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 ??

Viewing 2 replies - 1 through 2 (of 2 total)