I’d like to replace all {POST_NAME} ‘s from my text-widgets on single.php sidebar. I’m thinking of something like this global $post; $POST_NAME= $post->post_name; ...
-
May 26, 2022
- 0 Comments