Posts Tagged ‘WP’
Add Icon to Site Link in the WordPress Admin Bar
WordPress Tutorials | December 16th, 2011 | by Frank | 3 Comments
Each button in the Admin bar has a self-defining and space-saving icon. But the link to the blog frontend (which is represented as a blog title), has no icon. If you want, you can change... read more...

unserialize() Error at Offset… Different solutions
WordPress Hacks | December 14th, 2011 | by Frank | 2 Comments
The problem is not always obvious, for example the error message in relation to the function unserialize(). If you look around the net to help you find countless search and few answers, because usually the... read more...

Activate WordPress Plugins Automatically via a Function
WordPress Hacks | December 13th, 2011 | by Frank | 7 Comments
WordPress stores the active Plugins in the database table options, field activate_plugins, so it is easy to change this value to activate various Plugins by WordPress; either as a Plugin solution after setting up a... read more...

Advent Calendar – WordPress, WPCron and the right Time
WordPress Hacks | December 12th, 2011 | by Frank | 1 Comment
WordPress offers a pseudo-cronjob functionality, which allows the developer to execute scheduled events. For example, the whole Update Notification does it. In these so-called Scheduled Events you can define your own jobs. Thereby you should... read more...

Return the Template Name of Current WordPress Page
WordPress Tutorials | December 11th, 2011 | by Frank | 1 Comment
WordPress save the assignment in the post_meta table and so it is easy to get the template name with the default function to return post meta data - get_post_meta(). The key for the value is... read more...

Remove Inline Style Of WordPress Gallery Shortcode
WordPress Tutorials | December 10th, 2011 | by Frank | 4 Comments
Today I'll give you a small tip for the WordPress Gallery. With version 3.1 of WordPress it is possible to replace the inline style of the core, it's done easily with a Filter-Hook. Use this... read more...



