Linux 软件免费装

Plugin Name

开发者 Paul Whitehead
更新时间 2009年7月3日 01:30
PHP版本: 2.7 及以上
WordPress版本: 2.8

标签

custom custom field loop outside loop

下载

详情介绍:

use this function to access any part of the $wp_query array which holds all post information, OUTSIDE the loop. so you may get the content of a page and display it in the header.php.

安装:

  1. Upload get_my_custom.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. View the examples in comments at the start of the php file.