Skip to main content

Home/ Wordpress/ Group items tagged comments

Rss Feed Group items tagged

anonymous

WP Post Columns Plugin 2 - 0 views

  • When writing a wordpress post simply use the following shortcodes to create your columns: For example shortcodes you can copy and paste directly into a wordpress post please check the first comment on this post. Additional Info:
  •  
    A plugin from Sam Burdge. A great way to include columnar data in a Wordpress post/page.
anonymous

Simple Pull Quote Plugin Upgraded! - 0 views

  • The biggest new feature is that you need only type [pullquote]Your pullquote here[/pullquote] to use pullquotes.  What’s more, there is now a button in both the Visual and HTML editors to insert the above-mentioned code for you.
  •  
    A great wordpress plugin to create pull-quotes.
JR Oakes

How to remove menus in WordPress dashboard - 6 views

  • function remove_menus () { global $menu; $restricted = array(__('Dashboard'), __('Posts'), __('Media'), __('Links'), __('Pages'), __('Appearance'), __('Tools'), __('Users'), __('Settings'), __('Comments'), __('Plugins')); end ($menu); while (prev($menu)){ $value = explode(' ',$menu[key($menu)][0]); if(in_array($value[0] != NULL?$value[0]:"" , $restricted)){unset($menu[key($menu)]);} } } add_action('admin_menu', 'remove_menus');
  •  
    Remove Admin Menu Items
Josh Wilson

Must Have WordPress Plugins for Your WooCommerce Store in 2015 - Cgcolors - 0 views

  •  
    WP Super Cache WordPress Plugin This is one of a kind plugin that creates a static html file for your eCommerce Store that needs to dynamic in nature. Features It gives the static files to users who are not logged in or those who have not left a comment on your blog post.
« First ‹ Previous 101 - 107 of 107
Showing 20 items per page