Found Image Advanced Custom Fields – Code Area Field | Plugin Review Network Skip to Content

Plugin Review Network

Plugin Review Network

an eye on the best wordpress plugins
Show Sidebar Hide Sidebar
[+] Sidebar [-] Sidebar
Plugin:
Rated:
82%
4.1 Stars (9 votes)

Home

WP.Org

ReadMe

Support
  • Author:
    Taylor Mitchell-St.Joseph
Version: 1.0.0
Requires: WP 3.3
Last Updated:4430 days ago
Downloads:6688
Installations: 2,000+
Tags:
    acf, advanced custom fields, code
Download Plugin Package

Advanced Custom Fields – Code Area Field

Released on June 20, 2013.
Download Plugin Package

Version: 1.0.0

Adds a 'Code Area' textarea editor field type for the Advanced Custom Fields WordPress plugin.

  • Description
  • Changelog
  • Installation
  • Screenshots


The 'Code Area' field allows you to add custom CSS, Javascript, HTML and PHP to an advanced custom field, whcih can be use anywhere in your wordpress template files.

The code area uses Code Mirror and has various themes to suit.

CSS Type your css, no tags needed

Javascript Type your Javascript, no tags needed

PHP Type your PHP, no tags needed (Note, you can not open and close php tags anywhere in your code)

Output all types of code in the usual fashion the_field('code_area_field');

Compatible with both ACF V3 & V4

1.0.1 - Fixed the editor. (replaced <?= with echo)


This add-on can be treated as both a WP plugin and a theme include.

Install as Plugin Copy the 'acf-code_area' folder into your plugins folder Activate the plugin via the Plugins admin page

Include within theme Copy the 'acf-code_area' folder into your theme folder (can use sub folders). You can place the folder anywhere inside the 'wp-content' directory Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-cf7.php file)

add_action('acf/register_fields', 'my_register_fields');

function my_register_fields()
{
    include_once('acf_code_area-field/acf_code_area-v3.php');
}


Code Area field options
Screenshot 1


Editing a Code Area field
Screenshot 2



 

Click here to cancel reply.

Click here to cancel reply.


*

*


Please copy the string EMbK9L to the field below:

Home | Sitemap | Contact
Network Skin Theme for BioShip by WordQuest
Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.