$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>How to call Yoast Seo Tags without needing to call the whole wp_head?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

How to call Yoast Seo Tags without needing to call the whole wp_head?

matteradmin8PV0评论

A client wants to add SEO to his newsletter pages, that are linked to WP. (See at end) and wants those pages to be indexed, and have some SEO in them. I already got Yoast on the site, but I do not load WP_Head in the newsletters. So is there a way to call the SEO tags without grabbing the whole wp_head?


I create newsletters in the WP site so the client can create his newsletter by himself, then just grab the code and throw it in mailchimp or something like that.

Post a comment

comment list (0)

  1. No comments so far