
The best electric scooter and bike solutions for restaurateurs and home delivery
As you know, I launched a restaurant brand whose specialty is offering home delivery. In addition to using marketplaces like Deliveroo or UberEATS, some restaurants want to continue "traditional" home delivery, with their own fleets of delivery drivers, especially in

TEST: is the LVE S5 the best electric scooter in terms of autonomy / price ratio?
After my Askoll review, I had the opportunity this week to test the LVE S5, a little gem imported from Asia, which boasts a battery life that is so far almost unmatched for the price. It was the Urban 360 store that allowed me to test this device. 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 review of the Merci Jack solution, which I use for Libshop.paris. Merci Jack is a network of artisans allowing entrepreneurs, VSEs, SMEs, and larger organizations to subcontract all technical maintenance and development work for their premises and commercial spaces. https://www.instagram.com/p/B3cWOAdo0rt/

Is Akismet antispam paid? Here is a free, quick and super simple alternative
Hello everyone. If you own WordPress blogs for more or less profit, Akismet may have "blacklisted" access to your API key in the WordPress dashboard. Indeed, Akismet is now very careful about the following 3 conditions for a WordPress blog to use anti-spam:

Create a shortcode for the permalink of a WordPress article
I needed to create a shortcode that would allow me to display the link to a WordPress article. To do this, here is the code 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

The Ultimate Guide to Opening a Restaurant and Making It Thrive
Opening a restaurant, increasing sales, and being profitable: here is the ultimate guide to success in the restaurant business, by a restaurateur with over 10 years of experience. This guide is a course that provides awareness of the challenges of the restaurant industry, the digitalization of the restaurant industry, and

Digitalization, Management & Organization: the practical guide for entrepreneurs
This free, open-source course will introduce you to digital entrepreneurship, 2.0 management, and organizational dynamics. Through this course, I will attempt to share with you the various considerations related to the digitalization of a company and how to adapt your teams to the challenges of the 21st century.

Course – Social Media explained to everyone (social networks and digital marketing)
A free guide to understanding the basics of social media: community management, social networks, digital marketing, and essential tools to optimize your online presence. This guide is a summary of the social media course I taught at the Sup de Pub communication school (INSEEC Group), which I am adding to
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(

BuddyPress Tip: How to Remove Visual Editor from Text Profile Fields
A little tip that I share with you and which is very useful on BuddyPress installations: it consists of removing the right for users of your social network to use the "rich text feature" (which includes italics, bold, etc.) in the "multi-line" profile fields, such as for example the

Multi Author Donation: the WordPress plugin for simplified donations on your multi-author blogs
Read more »