WP MVC plugin framework
Please check – http://wpmvc.org/
Looks like outdated but very good idea…
No More Passwords: Log Into WordPress with a QR Code
Check out the implementation details here
http://www.jackreichert.com/2012/01/22/no-more-passwords-log-into-wordpress-using-a-qr-code/
When we show up the like box in the sidebar and the Facebook connect button for the commenting system as well (Simple Facebook connect plugin, etc.), every time we click on the FB connect button to authenticate ourselves as a facebook user, the console shows up the error as “FB_login() called before FB_init()”. According to what I could learn, the like box loads the all.js synchronously while the facebook connect button in the commenting system adds up the same again, but asynchronously, after the complete page gets loaded. This creates a major conflict. Though, this has a simple solution to remove the complete script tag that loads the all.js () making the all.js file to get loaded asynchronously only once and thereafter everything should work fine.
WordPress Post Formats Admin UI : alexking.org.
Must use plugin!
@DEV
Explore post-formats. I don’t see anyone using it.
I guess we can atleast use “Gallery” for client projects where they need photo-gallery feature.
@rtPanel team
We will provide support for post-formats in our framework and one-click installation support for this plugin!
WordPress › WP Help « WordPress Plugins.
Check this plugin. Not sure how but will be useful someday.
Wow ! This is nice.
There is plugin available “Custom Post Type UI”, which provide same wizard.
http://yoast.com/wp-best-practice/separate-frontend-admin-code/
All plugin developers, please read and FOLLOW this tutorial.
I guess rtPanel can also use this
We don’t need to write out own character excerpt function. wp_html_excerpt() extracts not more than the first $count characters from html string and return string excerpt. If you want to add ‘…’ to string , append it after calling the function.
Syntax: wp_html_excerpt( $str, $count );
$str String to get the excerpt from.
$count Maximum number of characters to take.
you will get this function in /wp-includes/formatting.php.
Good find Umesh…will be helpful…
Radhe 4:52 pm on February 7, 2012 Permalink | Log in to Reply
Need to check this out – http://wordpress.org/extend/plugins/wp-mvc/