Categoría: BRICKS FREE GET_POSTS WORDPRESS
-
Get Post ID from Post Title in WordPress
Updated on 18 May 2023 Looking for a way to get a Post ID given its title on single posts in WordPress? Add the following in child theme‘s functions.php (w/o the opening PHP tag) or a code snippets plugin: // Function to get WordPress post ID given the post title function bl_get_post_id_by_title( string $title =…