an
groups-icon

WLT BUILDER EDIT SEARCH RESULT

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    JUDE DALISMA
    0 points
    Beginner

    I’m trying to add tag into the filter and I guess im writing the css code wrong
    ==============================================================================
    =====ORG VERSION=====

    public function shortcode_frontend( $atts, $content ){
    extract( shortcode_atts( $this->default_options, $atts ) );

    global $CORE;

    // UNIQUE ID
    $ranid = rand();

    // BUILD DISPLAY
    ob_start();

    echo apply_filters( ‘the_content’, $content, );
    ================================================================================
    =====EDIT VERSION=====

    public function shortcode_frontend( $atts, $content ){
    extract( shortcode_atts( $this->default_options, $atts ) );

    global $CORE;

    // UNIQUE ID
    $ranid = rand();

    // BUILD DISPLAY
    ob_start();

    echo apply_filters( ‘the_content’, ‘post_tags’, ‘LIKE’, $content, $post, $compare );

    July 6, 2020 at 8:01 pm
  • JUDE DALISMA
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    July 6, 2020 at 10:46 pm
  • fiona wylder
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    July 8, 2020 at 3:11 am
  • Mark Fail
    11,845 points
    Platinum User
    Bronze User Silver User Gold User Platinum User Helpful Award Fast Responder Thank You Coffee Villian Award Video Testimonial
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    July 8, 2020 at 7:15 pm

714

Views

3

Replies