Pods Shortcode and data array
-
I have problem to get items from shortcode in fields that came from a data array.
I have no problem with Shortcode outside a data array.Ex.
while ($diskografinfo->fetch()) { $diskografibio = $diskografinfo->field('credit_1'); $diskografibio = do_shortcode( wpautop( $diskografibio ) ); $diskografi_data = array( 'tracknotes' => $diskografinfo->field('track_credit'), ); }Pods Shortcode in field(‘credit_1’) shows data but Pods Shortcode in field(‘track_credit’) only shows [pods name=”bandnamn” id=”7″]{@name}[/pods]
What am I doing wrong here?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Pods Shortcode and data array’ is closed to new replies.