Este plugin não foi testado com as 3 atualizações principais mais recentes do WordPress. Pode ser que não tenha mais manutenção ou suporte e talvez tenha problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Conslider

Descrição

This plugin provides a simple Javascript slider, that gets the data from the post meta. It uses thumbnails for navigation, and accepts images and youtube videos. You must provide de image URI in case of images or the Youtube video ID – in case of Youtube videos.

Instalação

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php generate_slider($post->ID) ?> in your templates

FAQ

Where do I get the Youtube Video ID?

You get the ID from the address, is that sequence of letter/numbers/etc that comes after de “v=”. For example, in http://www.youtube.com/watch?v=4R-7ZO4I1pI , the Youtube video ID is 4R-7ZO4I1pI

How do I name the meta fields with the data?

If it’s an image, the key of the field must be ‘Imagen’. If it’s a Youtube video, the key must be ‘YoutubeID’.

Avaliações

There are no reviews for this plugin.

Contribuidores e desenvolvedores

“Conslider” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Contribuidores

Registro de alterações

0.5

  • First version. There’s not much to say, though.