Title: Tekserve Single Post Shortcode
Author: bangerkuwranger
Published: <strong>8 de noviembre de  2013</strong>
Last modified: 9 de noviembre de  2013

---

Buscar plugins

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

![](https://s.w.org/plugins/geopattern-icon/tekserve-single-post-shortcode.svg)

# Tekserve Single Post Shortcode

 Por [bangerkuwranger](https://profiles.wordpress.org/bangerkuwranger/)

[Descargar](https://downloads.wordpress.org/plugin/tekserve-single-post-shortcode.1.3.zip)

 * [Detalles](https://es-ar.wordpress.org/plugins/tekserve-single-post-shortcode/#description)
 * [Valoraciones](https://es-ar.wordpress.org/plugins/tekserve-single-post-shortcode/#reviews)
 *  [Instalación](https://es-ar.wordpress.org/plugins/tekserve-single-post-shortcode/#installation)
 * [Desarrollo](https://es-ar.wordpress.org/plugins/tekserve-single-post-shortcode/#developers)

 [Soporte](https://wordpress.org/support/plugin/tekserve-single-post-shortcode/)

## Descripción

There are plenty of plugins to show lists of posts, but if you only want to display
a condensed preview of a post on any wp page, this is the plugin for you! The shortcode
accepts the numeric id of any post as an attribute, and will display a preview that
links to that post. This preview is generated with easily styled html. To show or
hide the featured image for your single post preview, pass the attribute `showimage`
with either `hide` or `show`. It’s pretty easy!

For fun, I decided to also build a widget that does the same thing; it’s included
and can be used like any other widget. Why not?!

## Instalación

 1. Upload the `tekservesinglepostshortcode` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use the shortcode anywhere you want a condesed preview of a single post, e.g. `[
    single_post id="1" showimage="show"]`.
 4. To use the widget, go to Appearance->Widgets and drag the Tekserve Single Post 
    Widget into whatever widget area you’d like. Enter the post id, check the box if
    you want to show the featured image, and hit save.

## Preguntas frecuentes

  Why would I want to use this?

You want to display a link to a single post with a brief content preview. Plenty
of plugins will create this type of object in a list, or as part of popular or related
posts, but sometimes you want to manually feature a post somewhere and not mess 
around with sticky posts or the loop. This simple shortcode does it for you without
modifying your theme’s functions.php.

You also get a widget, so there’s that!

  How can I style the output?

It’s pretty easy; just add css for the output classes and ids in your style.css 
for your theme, or enqueue a separate .css file in your theme to handle it.

Here’s a listing of targets to style the output:

_Output to Style_ _CSS target_

Single Post Container .tekserve-single-post -or- #single-post-$$ ( $$ is numerical
post id)

Featured Image .tekserve-single-post a img

Title .tekserve-single-post .tekserve-single-post-title

Date and Author .tekserve-single-post .tekserve-single-post-meta

Post Content .tekserve-single-post .tekserve-single-post-excerpt

  Where does the plugin get its output?

From the post, of course! Here are the specifics:

 * Image – Post Featured Image / Thumbnail
 * Title – Post Title
 * Meta – Post Date and Post Author
 * Excerpt – Post excerpt, if it exists. If not, first 90 characters of content,
   sans html tags

## Reseñas

No hay reseñas para este plugin.

## Colaboradores y desarrolladores

“Tekserve Single Post Shortcode” es un software de código abierto. Las siguientes
personas han colaborado con este plugin.

Colaboradores

 *   [ bangerkuwranger ](https://profiles.wordpress.org/bangerkuwranger/)

[Traduce “Tekserve Single Post Shortcode” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/tekserve-single-post-shortcode)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/tekserve-single-post-shortcode/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/tekserve-single-post-shortcode/),
o suscríbete al [log de desarrollo](https://plugins.trac.wordpress.org/log/tekserve-single-post-shortcode/)
por [RSS](https://plugins.trac.wordpress.org/log/tekserve-single-post-shortcode/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 1.3

 * filtered excerpt html tags
 * added support for excerpt field

#### 1.2

 * updated file permissions

#### 1.1

 * added widget

#### 1.0

 * added shortcode

## Meta

 *  Versión **1.3**
 *  Última actualización **hace 13 años**
 *  Instalaciones activas **10+**
 *  Versión de WordPress ** 3.1 o superior **
 *  Testeado hasta **3.7.41**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/tekserve-single-post-shortcode/)
 * Etiquetas:
 * [excerpt](https://es-ar.wordpress.org/plugins/tags/excerpt/)[link](https://es-ar.wordpress.org/plugins/tags/link/)
   [preview](https://es-ar.wordpress.org/plugins/tags/preview/)[Single post](https://es-ar.wordpress.org/plugins/tags/single-post/)
   [thumbnail](https://es-ar.wordpress.org/plugins/tags/thumbnail/)
 *  [Vista avanzada](https://es-ar.wordpress.org/plugins/tekserve-single-post-shortcode/advanced/)

## Valoraciones

 1 de 5 estrellas.

 *  [  0 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/tekserve-single-post-shortcode/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/tekserve-single-post-shortcode/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/tekserve-single-post-shortcode/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/tekserve-single-post-shortcode/reviews/?filter=2)
 *  [  1 valoración de 1 estrellas     ](https://wordpress.org/support/plugin/tekserve-single-post-shortcode/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/tekserve-single-post-shortcode/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/tekserve-single-post-shortcode/reviews/)

## Colaboradores

 *   [ bangerkuwranger ](https://profiles.wordpress.org/bangerkuwranger/)

## Soporte

¿Tenés algo que decir? ¿Necesitás ayuda?

 [Ver el foro de asistencia](https://wordpress.org/support/plugin/tekserve-single-post-shortcode/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Doná a este plugin ](http://www.chadacarino.com/burnallmoney.html)