Tags
adsense animation apache apple auto future date blog coding compsci css diy flash forum game hard drive internet explorer iphone itunes java javascript link linux mac mysql netbeans network Photography photoshop php Plain Text Custom Post Type plugin Programming prototype python reliti robot scratch teaching tips twitter ubuntu usb video web design wordpress youtube-
Popular This Week
- Difference in Hub, Switch, Bridge, & Router
- JavaScript Error ‘expected identifier, string or number’ in IE
- Multiple cases for switch construct
- Plugins for inserting JS and CSS into posts
- PHP: A function to return the first n words from a string
- PHP: Benchmarking echo vs. print vs. printf
- DIY: Make Your Own Ethernet Loopback Cable
- How to create a wine glass in Blender
- How to get a screen shot from an iPhone
- Highlighting source code in Word and PowerPoint
My Other Sites
Tag Archives: wordpress
Updated Plain Text CPT Plugin
Had to do a quick update for my Plain Text Custom Post Type WordPress plugin. Right now I’m only using it one site, and I’ve never noticed a problem until this week. The JavaScript wasn’t working from another computer. Turns … Continue reading
Margins around MathJax equations in WordPress
Love the MathJax plugin for WordPress. Makes it really easy to insert equations, assuming you’re somewhat familiar with Latex formatting. Problem is, there is always no space below the equation. I’ve been just hitting enter a couple of times after … Continue reading
Trouble with textarea in TinyMCE Editor
Came across an issue where the TinyMCE editor inside WordPress was stripping out <textarea> tags as I switched between the HTML and Visual editors, and the page I was working on needed a textarea. After digging through Google I came … Continue reading
Plain Text Custom Post Type
Just uploaded a plugin to the WordPress SVN that creates a plain text custom post type. It’s a post that has absolutely no formatting, and even strips out the WordPress theme leaving just the text. What’s the point? I’m playing … Continue reading
A couple of new WordPress plugins
Had some free time this week and kicked out a couple new WordPress plugins for another site I’m working on. Plain Text Custom Post Type adds a new custom post type to WordPress that outputs as just plain text. What … Continue reading
Posted in WordPress
Tagged Insert JavaScript & CSS, Plain Text Custom Post Type, plugin, wordpress
1 Comment
Plugins for inserting JS and CSS into posts
Just finished up a WordPress plugin that allows for arbitrary JavaScript and CSS to be included in the head section of posts. I needed to come up with some small project to put together and I needed this for a … Continue reading
Get WordPress posts with one of two meta key values
Been working on a project for the past couple of days, and spent a bit of time this morning trying to get WordPress to do something. As usual, WordPress came through. Just took me knowing what to enter. What I’m … Continue reading
WordPress, Custom Taxonomy, and “An unidentified error has occurred”
Working on a plugin today, part of which includes a custom taxonomy, and came across a snag today. Got the taxonomy added, along with the custom post type it was associated with. The meta box showed up just like it … Continue reading
Hiding the “Welcome to your new WordPress site” message
Sitting here working on setting up a WordPress network and hit a snag. New sites have a giant “Welcome to your new WordPress site” message when someone logs in for the first time. Now, I’m not against the message; and … Continue reading
Should add new comment be above existing comments
Had a thought while scrolling to the bottom of a WordPress post with 250+ comments. Does having the add new comment form at the bottom of a page that long lead to fewer comments? Really, who is going to scroll … Continue reading