parvathis
Forum Replies Created
-
Forum: Plugins
In reply to: [AWP Classifieds] Custom permalinks and redirectAny updates?
Forum: Plugins
In reply to: [AWP Classifieds] Custom permalinks and redirectThankyou. I have emailed you.
Forum: Plugins
In reply to: [AWP Classifieds] Custom payment option?Hmm ok. So from the code perspective, are you saying creating copies of any of the existing payment method and using the same function names will work fine for me? Or will it be enough I edit an existing payment method’s related files? Sorry if I confused you totally. I can explain better if you would want me to.
Forum: Plugins
In reply to: [AWP Classifieds] Configuration breaks siteSure. I have emailed you the details.
Please note that I am using the latest version of the plugin. Even I believe this is something specific to the server because I tried setting up the same in another WAMP server and it worked fine for me.
Thanks again.
Forum: Plugins
In reply to: [AWP Classifieds] Custom payment option?Hmm that’s sad. This was really urgent for me. Do you think the AWPCP support forum could be of any help here?
Forum: Plugins
In reply to: [AWP Classifieds] Add ad end date to ad detail pageThanks. That worked 🙂
Forum: Plugins
In reply to: [AWP Classifieds] Custom payment option?Thanks for the quick response.
I am not really into plugin development and the code looks all greek to me. Would appreciate if you could list out the files/hooks which you currently use so that I can take a look around.
Forum: Plugins
In reply to: is there a "get_the_content" ?@imstevil – did the above code really work for you?
I currently have
add_filter('the_content', 'addthis_display_social_widget', 15);
in my plugin code. I would like to apply this same filter to get_the_content(). For this I added
add_filter( 'addthis_display_social_widget', 'get_the_content');
as you have mentioned but no luck.Could you please help me out here?