Form will not popup, when clicking on the link to the form

check this .. replace YOUR.BUTTON.CLASS with Your Link Class html body .show-important { display: block !important; // or flex opacity: 1 !important; filter: opacity(100%) !important; } html body .hide-important { display: none !important; } html body .hide-important * { display: none !important; } (function($){ $(document).ready(function(){ //when page loaded hide form $(“#form_wrapper”).hide(); // or $(‘#form_wrapper’).removeClass(“show-important”).addClass(“hide-important”); $(“YOUR.BUTTON.CLASS”).on(“click”,function(){ … Read more

Remove all external links from posts

You can do this by a SQL query, example: UPDATE wp_posts SET post_content = CONCAT( LEFT(post_content, LOCATE(‘<a’, post_content) – 1), SUBSTRING(post_content, LOCATE(‘</a>’, post_content, LOCATE(‘<a’, post_content) + 2) + 4)) WHERE post_content LIKE ‘%<a%’;

Obfuscate links (for SEO purpose) [closed]

I ended up making my own system that allows me to obfuscate any link easily. Add the following code to your child theme’s functions.php file, then just add the class “obfuscate” to any element to obfuscate its link by replacing it with a element with no readable link. Also be sure to edit styles above, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)