Blog

23 décembre 2022 / html, PHP, Web
lecteur page php sans extension .php .htaccess
Je ne suis vraiment pas simple à comprendre : mon code par défaut ressemble à du chinois. Je me signale…

30 août 2022 / PHP
Display custom fields with get_post_meta()
The get_post_meta() function allows you to be more precise and target the field to retrieve. $post_id: Accepts the post id….

25 août 2022 / PHP, worpdress
Retrieve the ID of a post or a page in WordPress
You may be using WordPress to publish your blog. You have started to modify a theme to adapt it to…

24 août 2022 / PHP
Retrieve the name of the logged in user.
Good evening, Let me briefly explain my problem.I’m looking from a WordPress site to retrieve the name of the logged…

24 août 2022 / PHP
display id table user PHP in WordPress
Gets the current user’s ID. Return (int) The current user’s ID, or 0 if no user is logged in. Top ↑…