Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

Embed Post

Popis

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“])

Instalace

  1. Upload embed-post to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. 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.
  4. 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
  5. Embed featured image: [embed_post post_id="123" type="image" size="medium" hide_more="1"]

Nejčastější dotazy

Q. Can I embed unpublished posts?
A. No, this plugin only embeds post which is published.

Q. What will happen if I do not specify post_id?
A. Nothing will happen if you do not specify post_id in Shortcode.

Q. What will happen if I do not specify type?
A. By default, post excerpt will be embedded if you do not specify type in Shotcode.

Recenze

6. 5. 2017
I personnally have avny problem with this plugin. It works for me 100%.
Přečtěte si všechny 3 recenze

Autoři

Embed Post je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přeložte “Embed Post” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

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

  • First Release