vishalnthoriya
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: How to use shortcode inside html attributeHmm thanks i will look at there
Forum: Fixing WordPress
In reply to: How to use shortcode inside html attributeHi i know that but any how i don’t why any shortcode written in html tag is executing first compare to else
Forum: Fixing WordPress
In reply to: How to use shortcode inside html attributeThanks james for your time i am making one plugin for my client. let me explain you how all thing going.
I have made one custom download loop for Edd
so shortcode is working like this
[download_loop] // we are listing all download here and use do_shortcode method to execute nested shortcode. <a href="[download_url]">[download_url]</a> /* [download_url] is returning download post link now problem is [download_url] which in set to href is executing much earlier even before [download_loop] that's why it's returning page id in which all this stuff return. but simple [download_url] which is running between <a>[download_url]</a> is working fine as i want just problem when we are passing that to tag attribute it's executing very first.*/ [/download_loop]
Thanks again!
Forum: Themes and Templates
In reply to: How to add a widget inside a submenu?Thanks but i think it is totally static menu i want to add dynamic can you help me?
Forum: Fixing WordPress
In reply to: Adding Submit Button to search form in TwentyElven-Child Thememake searchform.php in theme folder and place that code in it
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>"> <div> <input class="text" type="text" value=" " name="s" id="s" /> <input type="submit" class="submit button" name="submit" value="<?php _e('Search');?>" /> </div> </form>
Change whatever you want !
Forum: Themes and Templates
In reply to: How to add a widget inside a submenu?Sir i also want to this type of menu if you will got solution then please let me know
Viewing 6 replies - 1 through 6 (of 6 total)