Skip to main content

Home/ Wordpress/ Group items tagged page

Rss Feed Group items tagged

anonymous

WP Mail SMTP - 0 views

  •  
    Reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page to manage the settings.
anonymous

Better Tag Cloud - 0 views

  •  
    Lots of configuration options, a widget and a shortcode to add tag clouds to posts and pages.
anonymous

Social Media Tracking - 0 views

  •  
    Add social media buttons to your posts, pages, feeds etc. And track the interaction with the buttons using your Google Analytics account.
anonymous

Shortcode Exec PHP - 0 views

  •  
    Execute arbitrary, reusable PHP code in posts, pages, comments, widgets and RSS feeds using shortcodes in a safe and easy way
Luciano Ferrer

WordPress › Google XML Sitemaps « WordPress Plugins - 0 views

  •  
    This plugin will generate a special XML sitemap which will help search engines to better index your blog.
  •  
    "This plugin will generate a special XML sitemap which will help search engines to better index your blog. This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it's much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content."
anonymous

LJ Longtail SEO - 0 views

  •  
    LJ Longtail SEO is a tool that detects search engine visits and uses this information to display a list of links based on second page search results
anonymous

WP Maintenance Mode - 0 views

  •  
    Adds a splash page to your site that lets visitors know your site is down for maintenance. Full access to the back- & front-end is optional.
anonymous

Facebook Comments Importer - 0 views

  •  
    Imports the comments posted on your facebook fan page (or public profile) to your blog.
anonymous

WP Coda Slider - 0 views

  •  
    Add a jQuery Coda Slider in no conflict mode to any WordPress page, post or custom post type using shortcodes or template tags.
anonymous

Multipost MU - 0 views

  •  
    Multipost MU is a WordPress MU plugin that allows you to duplicate posts and pages to multiple sub-blogs at once.
anonymous

Kalin's Post List - 0 views

  •  
    Creates a widget, shortcode or PHP snippet for inserting dynamic, highly customizable lists of posts or pages such as related posts or table of content
anonymous

WP Featured Content Slider - 3 views

  •  
    WP-Featured Content Slider is a must have Plugin to smoothly show unlimited Posts/Pages in a nice jQuery Slideshow.
jdr santos

Picasna - free fullscreen flash gallery plugin for wordpress - 7 views

  •  
    Picasna for Wordpress is a free plugin that enables you to display your photos in a stylish and easy-to-browse way on your Wordpress Blog. It's a fullscreen gallery that uses the best tool for editing and managing your photos - Picasa 3 (by Google). You can upload photos directly to Picasa Web Albums and they will appear on your web page in seconds.
Alexis Sgavel

Meta Box Script For WordPress - Deluxe Blog Tips - 0 views

  •  
    a PHP script that helps you easily implement multiple meta boxes in editing pages in WordPress. It works with custom post types and supports various field types
Luciano Ferrer

WordPress › DLG Client Upload « WordPress Plugins - 4 views

  •  
    "Client upload gives your user a special area where they can upload files which you can view in your admin page. The DLG Client Upload Manager is a great plugin for webdesign design and print design companies. It comes in very usefull when you need a client area where they can upload files for each registered member. This gives you a place to keep all your client files and information. This plugin also keeps each client in a seperate folder incase you need to download all the files through ftp."
Luciano Ferrer

widgets - Give Editor Access To Sidebar - WordPress Development Stack Exchange - 3 views

  •  
    "The edit_theme_options capability should allow the user to edit the sidebar as described on this page : http://codex.wordpress.org/Appearance_Widgets_SubPanel Code to add to functions.php $role = get_role('editor'); $role->add_cap('edit_theme_options'); Edit: This should work to prevent editor accessing themes or menus function custom_admin_menu() { $user = new WP_User(get_current_user_id()); if (!empty( $user->roles) && is_array($user->roles)) { foreach ($user->roles as $role) $role = $role; } if($role == "editor") { remove_submenu_page( 'themes.php', 'themes.php' ); remove_submenu_page( 'themes.php', 'nav-menus.php' ); } } add_action('admin_menu', 'custom_admin_menu'); I haven't had chance to test this, but it only removes them from the menu they may still be able to access them by typing in the URL directly."
« First ‹ Previous 201 - 220 of 318 Next › Last »
Showing 20 items per page