Blog Archives

404 errors PHP files plugin wordpress

For some reason I was not able to directly access a PHP file in my Wordpress plugin and I could not figure out why.  This file was a Javascript file with a PHP extension as I needed some server variables data.

Tagged with: , , ,
Posted in HTML, JavaScript, Wordpress

WordPress Custom Meta Boxes and the Media Library

Nice resource to allow the use of the media library in Wordpress when using custom meta boxes.

Tagged with: , ,
Posted in JavaScript, PHP, Wordpress

Force WordPress to Upload Plugins and Themes without FTP

Allow Wordpress to download and install themes and plugins without using their FTP option by default.

Tagged with: , , , , ,
Posted in PHP, Wordpress

WordPress Multiple Post Thumbnails

Ever have the need for multiple thumbnails for your posts? Here is one solution.

Tagged with: , , , , , ,
Posted in Wordpress

Get Term by Post Slug WordPress

A function that returns the term or taxonomy for a post by using the post slug.

Tagged with: , , , ,
Posted in PHP, Wordpress

Search Box for Custom Post Types in WordPress

Ever wonder how to generate a search box that uses custom post types to search against, here it is.

Tagged with: , , , ,
Posted in Wordpress

Using Pages to Hold Content for a WordPress Template Page

Using pages to hold small snippets of data throughout your website.

Tagged with: , , , ,
Posted in JavaScript, Linux, PHP, Wordpress

WordPress TinyMCE Editor Black Background Fix

For about 2-3 hours I was sifting through the support forums and blogs throughout the web and was not able to find a fix for this weird bug/feature in the Wordpress (there were a few fixes but none of them worked for this instance).

Tagged with: , , ,
Posted in JavaScript, Wordpress