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 »
Foodtech
Ziyad Bachalany

The ultimate guide to opening and growing your restaurant

Here's a course that raises awareness of the challenges related to the digitalization of catering, and the foodtechization of the hotel industry in general. Feel free to share it, but remember to notify me 😉 The course will be updated with one article per week, stay connected and don't hesitate

Read more »
Social media
Ziyad Bachalany

Course: Social Media explained to everyone

Free and open course: Introduction to Social Media and Social Networks. Summary of the Social Media course I taught at the Sup de Pub communication school (INSEEC Group). Learn how current social media works, and how to implement your own social media strategy to generate traffic.

Read more »

Don't miss business advice by email

No spam, just an email when new content is published.

en_USEN