Linux 软件免费装

Plugin Name

开发者 arickmann
更新时间 2008年11月27日 23:45
捐献地址: 去捐款
PHP版本: 2.2 及以上
WordPress版本: 2.7

标签

Guest Post

下载

1.0 1.1 1.1.1

详情介绍:

The plugin automates some of the guest post publicising process by:

安装:

Add to the plugin directory then turn it on. Once activited the write and edit post screens will have an additional advanced option, beneath custom fields, called guest post options. Enter the full address that your post / article has been published at (inlcuding http://) in this field. You should include the full content of the post in the content section. This will not be shown to visitors but it will mean that the full contents can be search against on your blog. Finally make sure to enter some introductory text in the optional excerpt field. This will be displayed on guest posts instead of the main content, even if it is empty, with an additional link added to it to direct readers to the website where the full version has been published. There is also an additional function that you can use to customise your theme. if ( $guest_url = is_guest_post() ) { echo �This post has been published at �.$guest_url; } this will return the URL, or false if it is not a guest post.