Tag: PHP

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

wordpress-lock-thumbnail

Prevent Profile View for Users in WP

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

Prevent ‘Subscribers’ from viewing any portion of your WordPress administration area. The code can be adapted to fit your needs – block out any WordPress user based on level from various parts of the admin section. Very handy if you’re working with user registration at your blog.

No Comments

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...