Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

Nested image caption shortcode

Опис

The core img_caption_shortcode() function doesn’t process shortcodes when they’re in the caption (just when they’re in the image). This simple plugin changes it so that captions can contain shortcodes.

It also fixes some other small edge-case bugs in the original code.

Постављање

See „Installing Plugins“ article on the WP Codex

Once installed and activated, there’s nothing more you need to do (though you
can use filters in your themes functions.php to change the behaviors)

ЧПП

How do I use it

Just activate the plugin.

What else does it fix
  • When there is no image, core WordPress forgets to process content for shortcodes
  • When there is no image or width specified, core WordPress prunes out the entire caption, this tries (sort of) to restore that caption and process it for shortcodes.

Прегледи

Нема рецензија за овај додатак.

Сарадници и градитељи

„Nested image caption shortcode“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

Преведите „Nested image caption shortcode“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

1.0

  • Initial release