by admin | Feb 15, 2025 | Uncategorized
Executive Summary I. Overall outcomes of the effectiveness evaluation The second effectiveness evaluation assesses, in accordance with the framework for effectiveness evaluation, whether the Convention has succeeded in achieving its objective of protecting human...
by admin | Dec 16, 2022 | Shortcodes, WordPress
How to programmatically show “Related Posts” list Show related posts anywhere in your page or post. The following code must be inserted in the function.php contained in your child theme (**). function related_posts_shortcode( $atts ) {...
by admin | Dec 14, 2022 | Shortcodes, WordPress
Limit the readibility of you pages and make some of your content available only to registered users If you want to hide a piece of information to all anonymous users and display it only for logged people, this shortcode does exactly what you need. The...
by admin | Nov 22, 2022 | WordPress
How to easily install a MySql database and configure the associated user Step 1. Introduction and general considerations To begin my first advice is to choose a meaningful, unique name for your database, it will be easier to identify it among others later on....
by admin | Nov 20, 2022 | WordPress
Install a WordPress Manually This tutorial is to help all of you that are interested to easily setup a WordPress website in complete autonomy.Following these simple instruction to manually install a new instance of the latest WordPress version.I really hope that you...