我这里有Wordpress中的默认函数列表和我自己的描述
<?php the_title(); ?>
<?php the_content(); ?>
<?php the_excerpt(); ?>
无论如何,我关心的是,我正在寻找YOAST的Wordpress SEO的功能名称和All in ONE SEO PACK Wordpress插件?
YOAST Plugin的Wordpress SEO 如果我想在我的帖子中显示以下内容?我应该使用什么PHP代码?
<?php the_??? (); ?>
<?php the_??? (); ?>
<?php the_??? (); ?>
全部在一个SEO PACK Wordpress插件
<?php the_??? (); ?>
<?php the_??? (); ?>
<?php the_??? (); ?>
我需要知道如何在发布的帖子底部显示它。例如,Yoast的Wordpress SEO的焦点关键字,我希望它在内容之后显示它。
答案 0 :(得分:1)
使用这些功能
前端
wpseo_head
Runs at the end of the output of all SEO meta tags by the plugin, before the closing debug comment.
wpseo_opengraph
Runs at the end of the output of OpenGraph meta tags by the plugin, before the closing debug comment.
wpseo_do_sitemap_<$type>
Runs in the creation of XML sitemaps, $type can not be a valid post type or taxonomy, when they are this action will not trigger.