Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Content Shortcodes

Descripción

Content Shortcodes creates a custom post type to organize repeatable content that can be embedded into your site using WordPress shortcodes. Never deal with widgets for repeatable content again.

Using the plugin is incredibly straightforward. You simply create new modular content for your site under the new Shortcodes post type, and then add that content to your site’s posts and pages with a simple shortcode.

Demo Video: https://vimeo.com/85557648

GitHub URL: https://github.com/binaryorganic/content-shortcodes

Instalación

There’s no setup or customization necessary. Just install the plugin and you’re good to go.

There are a few simple steps to getting started with the plugin:
Create a new Content Shortcode: Click the new Shortcode post-type that has been created in the left-hand menu of WordPress, and then click Add New.

Add some content to your new Content Shortcode. Make sure to give it a title and assign it a category before publishing. Those will only be used to help keep you organized in the admin section and will never be displayed on the front-end of your site, but we recommend using them for quick reference later. When you’re finished, simply click Publish.

Add a Shortcode to your site: Make note of the post-id on the View all Shortcodes screen in the admin section of WordPress. Go into your post or page and add your shortcode using the following format:

[content-shortcode post_id=XX]

where “XX” equals the post-id of the content shortcode you would like to use.

Preguntas frecuentes

What exactly does the plugin do?

1) Creates a new post-type called Shortcodes

2) Creates a self-closing shortcode called [content-shortcode]

3) Adds a column in your View Posts screen that gives you easy access to Post IDs.

Why not just use widgets?

Several reasons:

  • It’s not really what widgets were intended for
  • Sites with large amounts of repeatable, modular content get quickly hard to manage using widgets
  • You get to use the normal WordPress content editor as opposed to that tiny little text box on the widget screen
  • Your modular content gets its own home in WordPress, which makes site management easy

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Content Shortcodes» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Content Shortcodes» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • Initial Release