Wordpress中的函数名称

时间:2013-12-01 12:35:32

标签: php wordpress

我这里有Wordpress中的默认函数列表和我自己的描述

  • post_title - 帖子标题<?php the_title(); ?>
  • post_content - 内容<?php the_content(); ?>
  • post_excerpt - 摘录<?php the_excerpt(); ?>
  • post_date - 发布日期
  • post_category - category
  • post_tag - 它的标签
  • post_author - 帖子的作者
  • featured_image - 选择精选图片

无论如何,我关心的是,我正在寻找YOAST的Wordpress SEO的功能名称和All in ONE SEO PACK Wordpress插件?

YOAST Plugin的Wordpress SEO 如果我想在我的帖子中显示以下内容?我应该使用什么PHP代码?

  • 焦点关键字 - <?php the_??? (); ?>
  • SEO标题 - <?php the_??? (); ?>
  • 元描述 - <?php the_??? (); ?>

全部在一个SEO PACK Wordpress插件

  • 标题 - <?php the_??? (); ?>
  • 说明 - <?php the_??? (); ?>
  • 关键字 - <?php the_??? (); ?>

我需要知道如何在发布的帖子底部显示它。例如,Yoast的Wordpress SEO的焦点关键字,我希望它在内容之后显示它。

enter image description here

enter image description here

1 个答案:

答案 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.

这里有更多链接http://yoast.com/wordpress/seo/api/