Title: Conditional Tags Shortcode
Author: shazdeh
Published: <strong>28 de Enero de  2015</strong>
Last modified: 26 de Mayo de  2020

---

Buscar plugins

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://s.w.org/plugins/geopattern-icon/conditional-tags-shortcode.svg)

# Conditional Tags Shortcode

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

[Descargar](https://downloads.wordpress.org/plugin/conditional-tags-shortcode.zip)

 * [Detalles](https://cl.wordpress.org/plugins/conditional-tags-shortcode/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/conditional-tags-shortcode/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/conditional-tags-shortcode/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/conditional-tags-shortcode/#developers)

 [Soporte](https://wordpress.org/support/plugin/conditional-tags-shortcode/)

## Descripción

With this shortcode you can take control of where the content is displayed.

#### Usage

You can use all the [conditional tags](https://codex.wordpress.org/Conditional_Tags)
WordPress provides. Checkout examples below.

Show text only on the homepage:
 [if is_front_page] The text [/if]

Show text only on the About page of the site:
 [if is_page=”about”] The text [/if]

Show only on the category archive view:
 [if is_category] The text [/if]

You can add “not_” before the conditional tag to reverse the logic, example:
 Show
on all pages of the site except the homepage: [if not_is_front_page] The text [/
if]

#### OR

Using multiple parameters, the content is displayed when either of the conditions
are met (“OR” comparison), for example, show text on both category and tag archive
pages:
 [if is_category is_tag] The text [/if]

#### AND

To set multiple conditions you can nest the shortcode, for example show text only
on homepage AND if the user is logged in:
 [if is_user_logged_in][if is_front_page]
The text [/if][/if]

Show a link to wordpress.org site, only on single post pages and only on mobile 
devices:
 [if wp_is_mobile][if is_single] [WordPress](https://wordpress.org/) [/
if][/if]

#### has_term_{taxonomy}

You can use this to check if the current post in the loops belongs to a custom term
in the desired taxonomy. See: https://codex.wordpress.org/Function_Reference/has_term

Example, check if current post has the “jazz” term in the “genre” taxonomy:
 [if
has_term_genre=”jazz”] The text [/if]

## Instalación

 1. Upload the `menu-item-visibility` directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Enjoy!

## Reseñas

![](https://secure.gravatar.com/avatar/a790366fa6c15cb32ce4b1d394966884f896da397176b9df63af01430867f816?
s=60&d=retro&r=g)

### 󠀁[Brilliant](https://wordpress.org/support/topic/brilliant-591/)󠁿

 [Tina Hammar](https://profiles.wordpress.org/tina-hammar/) 3 de Septiembre de 2016

Such a clever solution to create the code in a way that it doesn’t need to be updated
as it will accept all the conditional tags that wordpress provides. It will work
as long as wordpress don’t change their syntax …

 [ Leer los 2 comentarios ](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/)

## Colaboradores & Desarrolladores

“Conditional Tags Shortcode” es software de código abierto. Las siguientes personas
han contribuido a este plugin.

Colaboradores

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

[Traduce “Conditional Tags Shortcode” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/conditional-tags-shortcode)

### ¿Interesado en el desarrollo?

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

## Meta

 *  Versión **0.2**
 *  Última actualización **hace 6 años**
 *  Instalaciones activas **100+**
 *  Versión de WordPress ** 3.1 o superior **
 *  Probado hasta **5.4.21**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/conditional-tags-shortcode/)
 * Etiquetas
 * [conditional](https://cl.wordpress.org/plugins/tags/conditional/)[conditional-tags](https://cl.wordpress.org/plugins/tags/conditional-tags/)
   [context](https://cl.wordpress.org/plugins/tags/context/)[page](https://cl.wordpress.org/plugins/tags/page/)
   [shortcode](https://cl.wordpress.org/plugins/tags/shortcode/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/conditional-tags-shortcode/advanced/)

## Calificaciones

 5 de 5 estrellas.

 *  [  2 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/?filter=1)

[Tu reseña](https://wordpress.org/support/plugin/conditional-tags-shortcode/reviews/#new-post)

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

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/conditional-tags-shortcode/)