Image

Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Image

Custom Code

Описание

Add Custom script and CSS code to header, footer,before post,after post.

1. You can add custom code at header, but before

2. You can add custom code at footer, but before

3. You can add custom code before post content, this will display on single page only

4. You can add custom code after post content, this will display on single page only

You can use plain html, JavaScript and CSS code, but for JavaScript and CSS don’t forget to add and tag

Скриншоты

  • Image
    Add Edit Custom Code.
  • Image
    Manage Custom Code.
  • Image
    How Code look in source code.

Установка

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Часто задаваемые вопросы

In which place I can add custom code?

1. You can add custom code at header, but before

2. You can add custom code at footer, but before

3. You can add custom code before post content, this will display on single page only

4. You can add custom code after post content, this will display on single page only

which type of code I can use for custom code?

You can use plain html, JavaScript and CSS code, but for JavaScript and CSS don’t forget to add and tag

Отзывы

Посмотреть все 4 отзыва

Участники и разработчики

«Custom Code» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Custom Code» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.1

  • Fixed issue in before content and after content

1.0

  • Add Custom script and CSS code to header, footer