How to get rid of SPAM on WordPress
Hello everyone! I hope you are well 🙂 I am taking the time to write this post to propose my ideal combo to fight against spam on WordPress and BuddyPress. Indeed, spam is one of the scourges of the web, and particularly in the WordPress world. Between registrations
Urban Mobility Show 2019: I tested the Pink Up scooter thanks to Scootlib!
I went last week to Autonomy 2019, the urban mobility show, at the invitation of Scootlib, about which I spoke to you (well) in my overview of solutions for providing electric scooters and bicycles aimed at professionals. The event was held at the
Restaurateurs: how to increase your delivery sales volume?
Hello everyone, dear restaurateur friends! Last week, I posted an article with my ideas allowing restaurants to generate margins – or at least not to generate losses – in delivery with delivery intermediaries such as UberEATS or Deliveroo. This article followed
Restaurants: ways to improve your profitability on Deliveroo, UberEATS and others!
Do you have a restaurant and are you wondering how to generate margins with delivery via the business providers responsible for delivering your orders? Here are some video ideas that I had the opportunity to discuss for the Coach Mon Resto website! Remember, I listed a year ago
The best electric scooter and bike solutions for restaurateurs and home delivery
As you know, I launched a restaurant brand, one of whose specialties is offering food delivered to your home. In addition to using marketplaces like Deliveroo or UberEATS, some restaurants wish to continue “traditional” home delivery, with their own fleets of delivery people, especially in
TEST: is the LVE S5 the best electric scooter in terms of autonomy / price ratio?
After my test of the Askoll, I had the opportunity this week to test the LVE S5, a little gem imported from Asia, which displays almost unrivaled autonomy for the price so far. It was the Urban 360 store that allowed me to test this machine. And the least we can say,
I tested Merci Jack, the specialist in work and maintenance of commercial premises
Today, I wanted to share with you my test of the Merci Jack solution, which I use for Libshop.paris. Merci Jack is a network of craftsmen allowing entrepreneurs, VSEs, SMEs and larger structures to subcontract all technical maintenance and development work on their premises and commercial areas. https://www.instagram.com/p/B3cWOAdo0rt/
Is Kinsta the best WordPress host on the market?
Choosing the right host for your WordPress blog is not easy. There is a wide variety of offers, and comparing them is a real task. This article is intended for a particular host, called Kinsta, and which in my opinion will be the optimal solution for those
Is Akismet antispam paid? Here is a free, quick and super simple alternative
Hello everyone. If you own more or less lucrative WordPress blogs, Akismet may have “blacklisted” access to your API key in the WordPress dashboard. Indeed, Akismet is now very careful about the following 3 conditions so that a WordPress blog can use anti-spam
Create a shortcode for the permalink of a WordPress article
I needed to create a shortcode allowing me to display the link to a WordPress article. To do this, here is the code that I added to my functions.php file: [code] add_shortcode( 'my_permalink', 'my_permalink' ); // The Permalink Shortcode function my_permalink() { ob_start(); the_permalink(); return ob_get_clean(); } [/code] And there was
Add to Home Screen WordPress Plugin
Hi! I'm happy to share with you my WordPress plugin called Add to Home Screen WP. This plugin is based on the awesome Add to Home Screen script by Matteo Spinelli from Cubiq.org. This script places a floating balloon inviting the user to add your website to home screen of his iPhone,
The ultimate guide to opening and growing your restaurant
Here is a course that allows you to become aware of the issues linked to the digitalization of catering, and to the foodtechization of the hotel industry in general. Don't hesitate to share it, but remember to notify me 😉 The course will be enhanced at the rate of one article per week, stay tuned and don't hesitate
Course: Introduction to Management 2.0 and the digitalization of an organization
Here is a free and open course that will allow you to learn about digital entrepreneurship and management 2.0. Through this course, I will try to convey to you the different thoughts related to the digitalization of a company, and how to adapt your teams to the challenges of web 2.0. I. Theoretical introduction
Course: Social Media explained to everyone
Free and open course: Introduction to Social media and social networks. Summary of the Social Media course that I taught at the Sup de Pub communication school (INSEEC Group). Learn how today's social media works, and how to implement your own Social Media strategy to generate
BuddyPress: how to remove rich text on xprofile text area
Here is a little trick for BuddyPress to remove the rich text functionalities of the editor from the xProfile text areas, like bio field for example. Add this custom code to bp-custom.php to disable the rich text: [code] /*———-*/ /* REMOVE rich text on xprofile text area /*———-*/ function antipole_remove_rich_text(