Skip to main content

Home/ Wordpress/ Group items matching "coding" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
1More

Checkmate 2.0: A Free Premium WordPress Theme - 0 views

  •  
    Checkmate 2.0: A Free Premium WordPress Theme The Perfect Building Block for Your Blog Checkmate has been a very popular WordPress theme with thousands of users worldwide. Now it is has been made even better. I've learned a thing or two from the users of Checkmate, listened to the feature requests and I've decided it is time to release Checkmate 2.0. Checkmate 2.0 is built on the original version of Checkmate, but could almost be considered a completely new theme. The interface has gotten a huge and much needed update. The layout is still simple and clean but now is more polished and modern. Customizing the CSS and the look of theme is even better, the entire site was coded with the end user customizing the site in mind.
1More

humanmsg - Google Code - 0 views

  •  
    Humanized Messages is a javascript-based system for non-model notifications, from an idea by Jef Raskin, as relayed by Aza Raskin and adapted for jQuery and use with K2 by Michael Heilemann.
1More

Working With Digg Buttons And Badges - 0 views

  •  
    Whether you're working with adding the buttons to have your articles submitted to Digg.com (dugg) using basic XHTML and CSS or using dynamic Wordpress PHP code, this article will show you how to do it while keeping your XHTML valid under the strict doctype.
1More

30 Free High Quality Wordpress Themes | Developer's Toolbox | Smashing Magazine - 0 views

  •  
    Free professional WordPress themes always come in handy. Whether you are looking for some design inspiration or professional coding solutions - in both cases you can learn a lot, you can apply them and you can build customized designs upon them without reinventing the wheel all the time.
1More

New Wordpress Template - 0 views

  •  
    JungleJar offers articles, tutorials, rss feeds, tips and strategies, code snippets among many other things to assist webmasters with their respective websites.
1More

5 Amazing Wordpress Theme for Free - 0 views

  •  
    Download now 5 amazing new theme for your wordpress blog. All themes are seo friendly, widget ready with xhtml and css valid code.
1More

10 Must Have Hacks For WordPress Development | Spyre Studios - 3 views

  •  
    Building your own wordpress themes will open your eyes to a lot of things, mainly the fact that you'll be retyping a lot of code over and over and over again. So in this post I am going to show you ten wordpress code hacks that you can add to your arsenal that will not only save you a lot of time, but they will also set your themes apart from others who don't come pre built with these types of features.
1More

70+ PSD to HTML Resources for Web Designers - 6 views

  •  
    PSD to HTML conversion is one of the most critical step in the web design and Website development process. Whether you are coding your own design or outsourcing it, the quality of the final Website will be predominantly influenced by the work that is done at this stage. In this post you'll find 70
1More

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
1More

Lubith - Online Theme Generator for WordPress - 5 views

  •  
    Lubith helps you to personalize your WordPress site without any outside help, without knowing programming language or using codes. It is addressed to home users that want to work with a simple, quick and efficient tool in order to build their own WordPress theme, but also to advanced users that are looking for a tool that generates themes easy to modify and improve later on, directly from the code.
1More

WordPress Self-Hosted Plugin Update API | Jeremy Clark - TechNet.com - 0 views

  •  
    ave a plugin that can't be submitted to the official repository? Many reasons exist but the biggest is that the plugin/support is sold therefore can't be downloaded for free. But why should the end user be punished after all they bought the plugin and updates should be just as seamless as from the official repo. With this script this can be accomplished. Examples and a package of sample code can be downloaded below.
2More

Wordpress Development India - 0 views

  •  
    Wordpress Development is more than a simple blogging tool. As an open resource it is an invaluable platform for designing and sustaining websites. The awesome Wordpress themes help in tagging the content of the website; in the creation of widgets as well as rearrangement without disturbing the coding of the site.
  •  
    Remember that while developing Wordpress themes in India you want to create an interface that is not only robust but also easy to use. This is because not all clients are tech savvy. So you need to hide your custom field entries to steer clear of confusion and keep your posts clutter free. The developers at Wits Technologies are aware while using Wordpress development India the value of any required custom field can be generated dynamically through your code or through a custom user interface.
1More

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 81 - 100 of 189 Next › Last »
Showing 20 items per page