Skip to main content

Home/ Wordpress/ Group items tagged widget development

Rss Feed Group items tagged

Richard Boss

Steps to Develop Custom Widget in WordPress - 0 views

  •  
    Sometimes your requirements for WordPress theme development or WordPress site development may not get fulfilled by using any existing widgets, so for that you will have to either customize existing widget or create your own new widget.In this article you will learn how to develop custom widget in wordpress.
Luciano Ferrer

WordPress › Widget Logic « WordPress Plugins - 2 views

  •  
    "Widget Logic lets you control on which pages widgets appear using WP's conditional tags. It also adds a 'widget_content' filter. Download Version 0.56 ❤ Favorite Description Installation FAQ Screenshots Other Notes Changelog Stats Support Reviews Developers This plugin gives every widget an extra control field called "Widget logic" that lets you control the pages that the widget will appear on. The text field lets you use WP's Conditional Tags, or any general PHP code."
trimantra

Wordpress Theme Development Company - 0 views

  •  
    Trimantra have an expert team of Dedicated WordPress developer who Provides the best WordPress solutions like Wordpress Theme Development,Wordpress Plugin Development,Wordpress Widget Development.Please feel free to contact us if you are looking to hire WordPress expert developer or seeking any kind of custom WordPress development.
  •  
    Trimantra have an expert team of Dedicated WordPress developer who Provides the best WordPress solutions like Wordpress Theme Development,Wordpress Plugin Development,Wordpress Widget Development.Please feel free to contact us if you are looking to hire WordPress expert developer or seeking any kind of custom WordPress development.
Jungle Jar

JungleJar Widgetize Your Wordpress Templates Tutorial Update - 0 views

  •  
    You may be familiar with our set of articles here on JungleJar explaining how to widgetize your Wordpress templates. Well, we've added this little bit and updated the other files.
Luciano Ferrer

WordPress › Theme Switch and Preview « WordPress Plugins - 4 views

  •  
    "Allows admins or all visitors to switch the blog theme. Has a restricted preview mode for your clients and includes a widget. Description Installation FAQ Screenshots Changelog Stats The plugin is great for theme development as you can tweak the template online without breaking stuff for visitors. You can also use it for presentations, to show off various templates. There is a widget and a theme cloud shortcode to make this easier."
Luciano Ferrer

WordPress - Fanciest Author Box | CodeCanyon - 0 views

  •  
    "Fanciest Author Box is a WordPress plugin developed by ThematoSoup. It's long list of features allows you to give identity to your single or multi-author WordPress blog. This premium author bio plugin is very easy to use and customize. Right after installation the author bio is, by default, enabled on all your posts, pages and custom post types. You can also implement it as a widget in your sidebars, as a template tag or manually using a shortcode. It's translation ready and users color pickers which allow you to set your own color scheme."
jdr santos

Wordpress Theme Generator - 0 views

  •  
    WordPress 2.1 with Yahoo! UI (Grids,Tabs & Fonts) to support all A-Grade browsers. Theme supports Widgets.
Daniel Murray

Thematic, A WordPress Theme Framework - 0 views

  •  
    Nice-looking free WordPress theme framework which is open-source, highly extensible, search-engine optimized framework with 13 widget-ready areas, grid-based layout samples, styling for popular plugins and a whole community behind it.  It's perfect for beginning bloggers and WordPress development professionals
alex smith

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.
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."
Vernon Fowler

How to Include JavaScript and CSS in Your WordPress Themes and Plugins | Wptuts+ - 0 views

  • a selection of common JavaScript libraries are already included that you can use for your JavaScript development
  • be selective about which pages you load your scripts on. If your plugin or theme has a script that only does something on one front-end or admin page, such as the theme’s options page, or maybe a page with a specific widget, you only need to load your script on that page. No point clogging things up and loading scripts on pages where they’re not being used!
  • it’s perfectly possible to prioritise scripts and styles and nominate whether they load in the header or footer from the comfort and safety of your functions.php. The benefit being that your theme / framework will work with a wider range of other plugins / child themes.
  • ...2 more annotations...
  • get_template_directory_uri()
  • get_stylesheet_directory_uri()
1 - 11 of 11
Showing 20 items per page