dvpl
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: WordPresss Admin Post listing Pagination Text UpdateThanks @bcworkz,
I will try the same.Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Can we us a Custom template?Custom template means, if I have a newsletter PSD design, then how can I integrate same with mailpoet.
Forum: Themes and Templates
In reply to: wordpress url with www and without wwwI got it, this is because of using “jonradio Multiple Themes” plugin.
As http://example.com url was not defined in plugin settings, It is rendering with default theme and showing the post archive page.Fix is just 301 redirect http://example.com to http://www.example.com using .htaccess
Forum: Hacks
In reply to: allow wordpress shortcode in wp_kses()Greetings!
I found a solution and that is :
Replaceecho wp_kses(get_the_content(), $allowed_html );
BY
$content = wp_kses(get_the_content(), $allowed_html );
echo do_shortcode($content);Thanks for the support.
Forum: Plugins
In reply to: [Contact Form 7] Error Message: JSON.parse: ….I got a fix, It was
Really Simple Captcha Plugin
, I just deactivated the plugin and problem resolved !!
Viewing 5 replies - 1 through 5 (of 5 total)