WordPress and Marketing Online
Blog & Tutorials
Some tips and tricks for beginners and professionals concerning WordPress site creation and Online Marketing (SEO, SEM, Google Analytics, etc.)
Convert a click on your site into Analytics 4 and Google Ads conversion
Today I would like to share a tip that I found this summer when I had to migrate all my sites and those of my clients to Google Analytics 4 . The idea is simple: It is a jQuery function (Javascript) which sends an event to...
CSS script to improve WPCF7 styling
Contact form 7 is so great but its style is so basic. Here are a few CSS line to improve its appearence in 3 clicks: .wpcf7 input[type=submit] { background: #b90c04; border: navajowhite; padding: 10px 20px; color: #fff; } div.wpcf7 .ajax-loader { float: right; }...