We're merging with GenerateBlocks! Learn more here.

[Support request] Mostrar imagenes de la taxonomia

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Mostrar imagenes de la taxonomia

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11674
    Xus
    Participant

    Hola de nuevo, despues de poder activar el plugin tengo una duda, quiero mostrar las imagenes de las estrellas porno en el home de la web, he conseguido mostrar solo los nombres, pero si pongo mostrar imagenes, me muestra las imagenes de los post, no de la taxonomia en concreto.

    Compre el plugin para mostrar esto y no se como hacerlo, gracias.

    #11702
    Tom
    Keymaster

    Hi there,

    I’m not too sure what you mean. This plugin displays the posts themselves. Are you wanting to display a list of categories? If so, that’s not possible at this time.

    Let me know 🙂

    #11711
    Xus
    Participant

    Hola, mi idea es mostrar las imagenes de las actrices en la home, pero solo me permite mostrar como post o pagina. adjunto screen.

    no muestra las actices

    ahora salen asi:
    no muestra las actices

    gracias.

    #11721
    Tom
    Keymaster

    And what are the actresses? A custom post type?

    #11734
    Xus
    Participant

    Si asi es. Es una taxonomia.

    function mt_add_custom_taxonomies() {
          register_taxonomy('actriz', 'post', array(
            'hierarchical' => true,
            'labels' => array(
              'name' => 'Actriz en el vídeo',
              'singular_name' => 'Actriz',
              'search_items' =>  'Buscar',
              'all_items' => 'Todas',
              'parent_item' => 'Pariente',
              'parent_item_colon' => 'Pariente localizacion',
              'edit_item' => 'Editar',
              'update_item' => 'Actualizar',
              'add_new_item' => 'Añadir',
              'new_item_name' => 'Nueva',
              'menu_name' => 'Actrices',
            ),
            'rewrite' => array(
              'slug' => 'pornostar',
              'with_front' => false,
              'hierarchical' => true,
            ),
    #11744
    Tom
    Keymaster

    It’s not possible to display taxonomies with this plugin – it’s only possible to display posts inside those taxonomies.

    If the actresses are posts inside a custom post type, you can display them.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.