Posts Tagged ‘WordPress’

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

Comment Length Limiter
WordPress Hacks | December 9th, 2011 | by Frank | 5 Comments
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...

Pretty permalinks without mod_rewrite
WordPress Hacks | December 8th, 2011 | by Thomas | 7 Comments
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...

XML to Array
WordPress Hacks | December 7th, 2011 | by Frank | no Comments
In terms of importing data is often set to be XML and have to pass an array in WordPress, which passes into the database. To get an array in PHP after parsing XML, you will... read more...

Debug enqueued Scripts and Styles in WordPress
WordPress Hacks | December 6th, 2011 | by Frank | 1 Comment
WordPress can easily manage scripts and style sheets, a prerequisite is the use of the opportunities around wp_enqueue_script() and wp_enqueue_style(). A small function can help and returns the built-in scripts and styles. read more...



