MW WP Hacks

MW WP Hacks

from 0$

MW WP Hacks is a WP Plugin Package from the Open Source WP Plugins range MW WP Hacks is plugin to help with development in WordPress.

For more information about a tailored WP Plugin Package like MW WP Hacks please contact us directly.

MW WP Hacks is plugin to help with development in WordPress.

  • Add Google Plus ID field in user profile page. IF input, echo <link rel=”author” /> in <head>.
  • Custom Feed into any post types.
  • Custom text after excerpt.
  • Add Google Plus ID field in management page. IF save this, include <link rel=”publisher” /> in <head>.
  • Add Facebook AppID field in management page. IF save this, include <div id=”fb-root”></div> any more.
  • Add GA Tracking ID field in management page. IF save this, include Google Analytics tag.
  • Add UA Tracking ID field in management page. IF save this, include Universal Analytics tag.
  • Add OGP & Twitter Cards setting.
  • Add Google Site Verification setting.
  • Add Meta description setting.
  • Include any social scripts. ( Facebook, Twitter, Hatena Bookmark, Google+1 )
  • Define widget areas.
  • Define custom thumbnail sizes.
  • Fix wp_title in the case of japanese.
  • You can setting that custom post type to disable a single page.
  • You can setting that posts per page for custom post type.
  • Useful method: MW_WP_Hacks::pager();
  • Useful method: MW_WP_Hacks::get_top_parent_id();
  • Useful method: MW_WP_Hacks::is_custom_post_type();
  • Useful method: MW_WP_Hacks::the_local_nav(); There is the shortcode [local_nav]
  • Useful method: MW_WP_Hacks::the_bread_crumb();
  • The Class that Register Custom Post Type and Custom taxonomy.
    ‘‘‘
    $Manage_Custom_Post_Type = new MW_WP_Hacks_Manage_Custom_Post_Type();
    $Manage_Custom_Post_Type->custom_post_type( ‘新着情報’, ‘news’,
    array( ‘title’, ‘editor’, ‘author’, ‘excerpt’, ‘comments’, ‘revisions’, ‘thumbnail’ ),
    array( ‘has_archive’ => false )
    );
    $Manage_Custom_Post_Type->custom_taxonomy( ‘新着カテゴリー’, ‘news-category’, array( ‘news’ ),
    array( ‘hierarchical’ => true )
    );
    $Manage_Custom_Post_Type->init();
    ‘‘‘
  • etc…

Download & install the zip archive

The plugin package installer can be downloaded from the WP2E project tab called “code”.

1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.

2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.

3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.

Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.

MW WP Hacks

typePlugin
version1.4.0
descriptionMW WP Hacks is plugin to help with development in WordPress.