rampriya
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Not working!U re right! “Comment Attachment” was enabled. Disabling the same, wpDiscuz started working. Thanks.
But how do I get the feature of attachment now? Please let me know. Thanks for your help in advance.
Forum: Fixing WordPress
In reply to: How to generate shortcode from template shortcode and viceversaYea. Thank u 🙂
But if plugin’s this functionality is updated, my code in theme file will remain the same… 😐
But is there anyway to overcome this? Any dynamic way like do_shortcode()?
Hope I m not troubling with bunch of questions
Thank u
Forum: Fixing WordPress
In reply to: How to generate shortcode from template shortcode and viceversaYou mean that, I should capture the functionality of this and recreate the same in theme’s functions.php and generate the shortcode. Did I understand correct?
Forum: Fixing WordPress
In reply to: How to generate shortcode from template shortcode and viceversaYes I did.
I understood that if we need a fresh shortcode for any custom functionality, we can get as specified in Shortcode_API.I need shortcode for a predefined one.
Actually I need it for, <?php echo s2member_pro_login_widget(); ?>Thanks for ur immediate response
I didn’t make any folder moves. Using <?php em_get_event_form_shortcode(); ?> and things work fine.
Can anyone please tell me what will be the shortcode relevant to this template tag?
(Let me tell in advance, [event_form] not working)