Embed Post
开发者 |
gskhanal
|
更新时间 |
2020年2月29日 04:40 |
PHP版本: |
2.6 及以上 |
WordPress版本: |
5.3.2 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
Embed a Post title or excerpt or featured image or content within another Post or Page. Use the shortcode([embed_post post_id="123" type="content"])
安装:
- Upload
embed-post
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Place
[embed_post post_id="123" type="content"]
in posts or pages where post_id
is the id of post you want to embed and type is what you want to embed, if you do not define type then by default excerpt
will get embeded. content
, title
and image
are other options you can embed.
- For
type="content"
you can limit no of words to display by adding one more option e.g. [embed_post post_id="123" type="content" limit_word="10"]
will embed 10 words of content of post_id 123
- Embed featured image:
[embed_post post_id="123" type="image" size="medium" hide_more="1"]
更新日志:
1.1
- Added support for embedding featured image:
[embed_post post_id="123" type="image" size="medium" hide_more="1"]
.
0.3
- Added support of removing read more link: [embed_post post_id="123" type="content" hide_more="1"].
0.2
- Added support of limiting number of words in content.
0.1