Skip to main content

Home/ Wordpress/ Group items tagged functions

Rss Feed Group items tagged

Vernon Fowler

Add Odd/Even to Posts | WordPress Snippets - 0 views

  • To add the classes “even” and “odd” to your posts, put the following snippet in your functions.php.
Anna Taylor

Why Your Business Should Be Using Google Analytics - 2 views

  •  
    If you own a website, especially one that functions as a business, one of the most important things you may become interested and concerned with is your traffic. #Google #Analytics is virtually one of the top free tools that you can use to measure traffic to and around your website.
Vernon Fowler

WordPress › Theme-Check « WordPress Plugins - 0 views

  • themes that are intended for use on many different kinds of sites by the public need to have a certain minimum level of capabilities, in order to ensure proper functioning in many different environments
Vernon Fowler

WordPress › Add Multiple Users for WordPress « WordPress Plugins - 1 views

  • Functions include the ability to manually input new user information, convert CSV data to user information, and create users from a list of email addresses. Each new user registration can include almost all available standard user meta fields plus any additional meta fields you require.
Vernon Fowler

Function Reference/admin url « WordPress Codex - 0 views

  • admin_url( 'edit-tags.php?taxonomy=category', 'https' );
thomas info

jQuery UI DatePicker Disable/Enable Specified Dates - 0 views

  •  
    We all are familiar with jQuery UI DatePicker, it have many options to customize the functionality. Instead of that we can be able to use or modify some of the values/params. Some times we want to disable/enable some days in datepicker, jQuery doesn't have any direct optional values for that. Here I'm mentioning the usage of beforeShowDay param in datepicker.
Hanna Wiszniewska

Convert Your Annotations to Blog Posts with 1-click - 0 views

  • + Add a new blog
    • Hanna Wiszniewska
       
      Here the script is working for Wordpress, self-hosted blogs!
Sue Bride

350+ Resources to Help You Become a WordPress Expert | LeVoltz - 10 views

  •  
    WordPress is one of the most popular blogging platforms available today. And a fair amount of people really like it. It's powerful enough to be a complete Content Management System, it has every feature/function a blogger could ever dream of (either built in or available via plugins or custom func
Brian R

How to Add Retweet Anywhere in WordPress - 0 views

  • Since twitter announced it’s Twitter Anywhere Platform, developers have been working hard on implementing this API and taking advantage of twitter traffic. We incorporated some elements to WPBeginner such as the hovercard which you can see by bring your mouse to our twitter username: @wpbeginner. In our guide on How to Add Twitter Anywhere in WordPress, we showed a way to add a live tweet box with default text to your WordPress site. In this article, we will share a plugin which takes the live twitter box functionality to the next level by making it a live retweet box on your site. Developed by a very skilled WordPress developer named Konstantin who blogs at Kovshenin.com (@kovshenin). What does this Plugin do? It adds a live retweet button which utilizes the Twitter @anywhere live tweet box API and light box effect.
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
Bryan R. Adams

100 Best Wordpress Plugins - 10 views

  •  
    WordPress has a rich plugin architecture which allows users and developers to extend its functionality beyond the features that come as part of the base install. Here are 100 Best Wordpress Plugins for this year 2009 enjoy it!
« First ‹ Previous 121 - 140 of 158 Next ›
Showing 20 items per page