• moklet

    (@moklet)


    The only thing I missed was a dynamic title which is generated through a shortcode

    I solved it by adding

    // extract title
    extract(shortcode_atts(array(“title” => ”), $atts));
    $title=do_shortcode( $title );

  • The topic ‘Cool works like a dream’ is closed to new replies.