Skip to main content

Home/ Wordpress/ Group items tagged code

Rss Feed Group items tagged

Anna Johansson

Add page/post slug class to menu item classes | WPreso - 0 views

  •  

    function add_slug_class_to_menu_item($output){
    $ps = get_option('permalink_structure');
    if(!empty($ps)){
    $idstr = preg_match_all('/
    foreach($matches[1] as $mid){
Anna Johansson

Overriding WordPress Functions | venutip.com - 0 views

Vernon Fowler

OptionTree | WP.Envato - 12 views

  •  
    Hooray! No need to code theme options for #WordPress themes, thanks to the @OptionTree plugin from @Envato! http://bit.ly/m6Iuqp
  •  
    "What is OptionTree? Theme Options are what make a WordPress Theme truly custom. OptionTree attempts to bridge the gap between developers, designers and end-users by solving the admin User Interface issues that arise when creating a custom theme. Designers shouldn't have to be limited to what they can create visually because their programming skills aren't as developed as they would like. Also, programmers shouldn't have to recreate the wheel for every new project, so in walks OptionTree."
Vernon Fowler

Widgetizing Themes « Automattic - 0 views

  •  
    " 'before_widget' => '', 'after_widget' => '',"
Kinjal Adesara

Best Free PHP Libraries That Can Make Your Web Development Simpler - 0 views

  •  
    PHP is one of the most widely used web programming languages in the world. Website development is a time-consuming task, but if you are planning to use PHP, you can actually save lots of time. There are several PHP libraries out there that can simplify your work process and reduce chances of any coding error during website development.
« First ‹ Previous 161 - 180 of 189 Next ›
Showing 20 items per page