Snippets Snippet WP: remove the WordPress menu from the top admin bar A small PHP function in passing which allows you to remove the small WordPress logo from the admin bar, and therefore save a little January 4, 2024 No Comments
Snippets 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 November 3, 2023 No Comments
Snippets WordPress Snippet: display custom text after the title of an article in a specific category Cheat sheet: here is a small snippet of code to add to your functions.php file in order to display a small text tag just after the title April 18, 2023 No Comments
Snippets How to integrate a Google Analytics tag by domain with WPML Hello everyone! I had a bit of trouble inserting the famous Google Analytics tracking TAG on multilingual sites that use the WPML extension, December 19, 2020 No Comments
Snippets 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 that I added in my June 19, 2019 No Comments
WordPress: display users by registration date Here is a very useful WordPress extension for those who manage WordPress sites with regularly registered members – particularly under BuddyPress – and who August 16, 2018 No Comments
Snippets How to add a custom font to a WordPress theme with @fontface CSS3 Declaring a custom font in your WordPress theme is very useful for personalizing it and adapting it to your graphic charter. However, it happens January 7, 2016 No Comments
Snippets Create a new personalized RSS feed in WordPress Here is a very useful piece of code that will allow you to create a new RSS feed in WordPress. December 19, 2011 7 Comments