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 ) );
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 );
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now