wordpress 923188 1280
Snippets
Ziyad Bachalany

Snippet WP: remove the WordPress menu from the top admin bar

A small PHP function by the way that allows you to remove the small WordPress logo from the admin bar, and therefore save a little space at the top of a WordPress blog on the admin side: // Remove WP logo and WP dropdown menu from top admin bar function admin_bar_remove_logo() { global

Read more »
social media tips
Social media
Ziyad Bachalany

The 10 best tips for effectively running your social networks

You manage the communication of a brand, an association, a brand, a restaurant or simply one of your customers, and you are looking for ideas to improve the adhesion of your brand on social networks, increase the number of subscribers, the reach of your posts and generate interaction. Whether it is

Read more »
launch of project development 1
Organization
Ziyad Bachalany

The 6 stages of launching a project

Here is a small formalized methodology that I remixed from my knowledge in organizational theory and my personal experience in project development. Although intuitive, I wanted to share it especially for apprentice entrepreneurs who are embarking on complex projects and who can quickly

Read more »
digital 1
Communication
Ziyad Bachalany

The 10 key points of your digital strategy

Here is a possible methodology for developing and implementing a digital strategy, broken down into 10 major points that can be considered during the upstream reflection phase. These 10 points can easily be broken down as a methodology, and therefore applied chronologically, from

Read more »
WordPress Multisite 1
Snippets
Ziyad Bachalany

Change the Default Excerpt Length in WordPress

The WordPress excerpt via the_excerpt() function is a short summary of a post from your WordPress blog that appears where it is called, usually on archive pages (categories, tags, author pages), search results, and in some cases on your site's homepage, but also in

Read more »