Wordpress shortcode not working in Retro theme -
i using wordpress retro theme, , using plugin show hide text "[wpex read more]hidden text[/wpex]" not working, data displaying custom function went there , change code "retun do_shortcode( $result );" working simple shortcode without parameters, not working shortcode have partmeters mentioned before. can guide me ?
thank much
you missed parameter in shortcode, assign read more text parameter this
[wpex parameter="read more"]hidden text[/wpex]
Comments
Post a Comment