WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Activate WordPress Plugins Automatically via a Function

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

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Advent Calendar – WordPress, WPCron and the right Time

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

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Return the Template Name of Current WordPress Page

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

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Remove Inline Style Of WordPress Gallery Shortcode

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

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Comment Length Limiter

If you have used Twitter, then you know that you are only allowed to type 140 characters in a single Tweet. There is a nice little number below the text field indicating how much is... read more...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Pretty permalinks without mod_rewrite

There are still some third-class web hosters who do allow the .htaccess files … and turn off the standard module mod_rewrite. But without mod_rewrite, WordPress cannot use pretty permalinks, right? Wrong! There’s another directive we... read more...

Pages: Prev 1 2 3 4 5 6 ...51 52 53 Next