Plain Text Custom Post Type

Adds a custom post type for plain text files that can be used for JavaScript or CSS.

Author:Ryan Nutt (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.4.2
Plugin version:0.2
Added to WordPress repository:22-06-2012
Last updated:12-10-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.nutt.net/tag/plain-text-cpt/
Total downloads:1 427
Active installs:10+
plugin download
Click to start download

Create plain text files through WordPress using a custom post type.

This came about because I needed a way to edit a JavaScript file on a blog that's part of a multi site network setup, and I didn't want to do a child theme for just that one blog and keep up with updating the JS through FTP. This way I can edit it directly inside of WordPress as I need to without firing up Notepad++ or FileZilla.

If you select either CSS or JavaScript as the file type you'll have the option for the plugin to automatically link to the file within your page header, assuming your theme supports the wp_head callback. The links are created using either wp_register_script / wp_enqueue_script or wp_enqueue_style / wp_enqueue_style.

And a thank you goes out to Ted Devito for his Tabby jQuery plugin that allows the capture of tabs inside the edit text area.


Screenshots
FAQ
ChangeLog