Touch-Optimized Web Framework for Smartphones & Tablets
A unified, HTML5-based user interface system for all popular mobile device...
Customizing Submitted By ThemePublished by Vasna Sdoeung at Tuesday, September 20, 2011 - 20:11
Customize the submitted by block by adding this code to the template.php. Remember to change the bolded theme_name_preprocess_node with the name... |
Optimizing CSS and Javascript by CompressionPublished by Vasna Sdoeung at Monday, September 19, 2011 - 20:16
When optimizing css and javascript it can be done with a few clicks. The best way to optimize it, is by compressing and caching both. ... |
មួយម៉ឹនអាល័យ ស៊ីន ស៊ីសាមុត Mouy Mern AlaiPublished by Vasna Sdoeung at Sunday, September 18, 2011 - 17:47
This song is just classic. I've accidentally run across it and was in trance with the wonderful song of sadness and love. Its a song about guy... |
Getting categories for a postPublished by Vasna Sdoeung at Sunday, September 18, 2011 - 16:00
For more control over the post's category, use wp_get_post_categories function. It is a simple solution than doing a custom query. It requies... |
Finding the user id on Phpfox 2.0+Published by Vasna Sdoeung at Tuesday, August 23, 2011 - 13:23
Simple enough, i had to go through code to find it. I totally forgot about the api at http://www.phpfox.com/phpapi/Phpfox/Phpfox.html. $... |
phpfox accessing user group settings and variablesPublished by Vasna Sdoeung at Monday, July 25, 2011 - 13:00
Accessing the User Group Settings (variables) Lets say you want access to the user group setting for the blogs and find if they can add a... |
Grabbing Custom Fields and ValuesPublished by Vasna Sdoeung at Thursday, June 23, 2011 - 10:56
Getting the custom field can be fast. Here's an example. <?phpglobal $post; $map_location = get_post_meta($post->ID, '... |
Getting a Post Count in WordpressPublished by Vasna Sdoeung at Wednesday, June 1, 2011 - 21:00
Finding the total post can be grueling. The easiest way is to find the post count from the query. Here's the code: $total_post = $wp_query-... |