molinam
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
So, no way to add it without future premium plugin?
I coded much around textareas, its dissapointing I stuck now.
Thanks anyway.
Forum: Fixing WordPress
In reply to: cant getI guess gravity forms conflicts that plugin.
You will need to ask on gravity support site.Forum: Fixing WordPress
In reply to: List categories by shortcode?keesiemeijer, amazing.
Thanks!
P.S. Can you make function for tags also. Please. Thanks.
Forum: Fixing WordPress
In reply to: Shortcode return jumps outside div in wordpressfunction wpratings( $atts, $content = null ) { return '<div id="wpratings"><b>Rating: </b>' . do_shortcode('[raw][ratings][/raw]') . '</div>'; } add_shortcode("wpratings", "wpratings");:p
Forum: Fixing WordPress
In reply to: Shortcode return jumps outside div in wordpressI solved problem with that, now I have problem that, this function pulls excerpt(start of the post entry….:S
function wpratings( $atts, $content = null ) { return '<div id="wpratings"><b>Rating: </b>' . do_shortcode('[ratings]') . '</div>'; } add_shortcode("wpratings", "wpratings");
Viewing 5 replies - 1 through 5 (of 5 total)