wp spam
Buddypress
Ziyad Bachalany

How to get rid of SPAM on WordPress

Hello everyone! I hope you are well 🙂 I am taking the trouble to write this post to offer my ideal combo to fight spam on WordPress and BuddyPress. Indeed, spam is one of the scourges of the web, and particularly in the WordPress universe. Between registrations

Read more »
restaurant delivery ubereats deliveroo
Foodtech
Ziyad Bachalany

Restaurateurs: how to increase your delivery sales volume?

Hello everyone, dear restaurant friends! Last week, I posted an article with my ideas for how restaurants can generate margins—or at least avoid losses—on delivery services with delivery intermediaries such as UberEATS or Deliveroo. This article was a follow-up

Read more »
WordPress Multisite 1
Snippets
Ziyad Bachalany

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

Read more »
en_US