Tag: code

A list of all articles for the tag "code".

Default Text in Editor - thumbnail

Add Default Text for WordPress Pages and Posts

Categories: Blog, Development, WordPress
Tags: , , , ,

Making the WordPress ‘default_content’ hook work in your favor by easily adding default text to new pages, new posts or both. The code for this is slightly adapted from other ‘default text’ code I’ve seen online because it allows you to distinguish between whether you’re adding a new page or a new post.

1 Comment

Continue Reading...

 
 
Client Management Intro - thumbnail

Client Management Plugin

Categories: Blog, Business, Development, Personal, WordPress
Tags: , , , , ,

I’m undertaking the development of a Client Management plugin for WordPress. This is a personal project that should help in keeping track of clients, projects, price quotes, payments and invoices. All this will of course be housed on a personal server to keep sensitive data safe.

No Comments

Continue Reading...

 
 
WordPress Cats, RegEx and Parent/Child Relationships

WordPress Categories, RegEx and the Parent/Child Relationship

Categories: Blog, Development, Personal, PHP, WordPress
Tags: , , , , , , ,

I couldn’t seem to find a WordPress function that would return an array of all categories in their parent/child relationship order – so I went ahead and coded a way. If you know of a better way, please share. If not, enjoy the code.

No Comments

Continue Reading...

 
 
WP Widgets API - Classes and IDs

WP Widgets API – Adding Classes and Unique IDs

Categories: Blog, Development, WordPress
Tags: , , , , , ,

Adding unique IDs to your multiple use widget can make it extremely easy for your users to style the output. Using the WordPress Widgets API to access the property declarations of the WP_Widget class is the way to go. Learn from some sample code on how to add classed and unique IDs to your output.

2 Comments

Continue Reading...

 
 
WordPress Theme Options

Looking at WordPress Theme Options

Categories: Blog, Development, WordPress
Tags: , , , , ,

Re-exploring the wonderful world of WordPress theme options. I wanted to find a method that would make adding WordPress theme options easier than it already was. Since there wasn’t anything online that fit my needed I created a way. A few thoughts about the process and a few of the features of the soon to be released code.

No Comments

Continue Reading...

 
 
LXCU Plugin

WordPress XML Client Update

Categories: Development, Portfolio
Tags: , , , , , , ,

An XML Client Update plugin for WordPress. This plugin allows me to keep in touch with my clients or anyone using my custom themes, plugins and/or widgets via their WordPress dashboard. The only solution I could think of to notify people of updates without submitting the theme, plugin or widget to the appropriate Official WordPress directory.

No Comments

Continue Reading...

 
 
WP Omit Search

Excluding Pages, Posts and Categories from WordPress Search

Categories: Blog, Development, WordPress
Tags: , , , , , ,

There may be a time when you find that excluding certain pages, posts or categories from your WordPress search results is needed. The following article will explain how you can do just that.

No Comments

Continue Reading...