Recommended eCommerce Plugin for a T-Shirt Sales Business? [closed]

Woo (the makers of WooThemes) announced their integration with shopify recently, from the looks of it… http://themes.shopify.com/themes/air/styles/air would do what you want.. I would look into hosting the shop at Shopify, and seeing if your base website can be wordpress. Woo has announced that they’re working on a e-commerce framework as well, but until that … Read more

Create theme files for plugin

Here is the code that will let you return your single-event.php if the post type is event: function my_event_template($single_template) { global $post; if ($post->post_type == ‘event’) { return dirname( __FILE__ ) . ‘/single-event.php’; return $single_template; } add_filter( “single_template”, “my_event_template” ) ;

How Is Network Activate Different From Activate (by Implementation)?

Network activation will activate a plugin for every site in a network whereas regular activation will only activate a plugin for the site you’re currently on. As far as implementation goes, there is one other important difference: If your plugin is built to do something when it’s activated (via register_activation_hook()), this will fire automatically when … Read more

Sort plugins by rating

If you search for plugins at http://wordpress.org/extend/plugins/ rather than through your WordPress install you get more options on your search results.

Beta Versioning of Plugins

If your current plugin version is 1.2.5, and you have a beta version for the next version, it should be called 1.2.6-beta. Your user can install it, and when the real 1.2.6 version is released on the repository, WordPress will notify the user on the Plugins page and let him update. WordPress uses a PHP … Read more

Admin menu as submenu from another plugin

Trying to simulate the issue, it happened the same (wp-admin/submenu_slug), and the solution is to add a priority value in the hook admin_menu. Here, I’m adding a sub menu to the plugin BackWPup. Note the priority 11: add_action(‘admin_menu’, ‘third_party_submenu_wpse_91377’, 11 ); function third_party_submenu_wpse_91377() { add_submenu_page( ‘backwpup’, // Third party plugin Slug ‘My plugin’, ‘My plugin’, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)