Skip to main content

Home/ Wordpress/ Group items tagged development php

Rss Feed Group items tagged

AResource Pool

AResourcepool Portfolio - Web, App Development and SEO Work - 0 views

  •  
    Visit our work portfolio and hire our web development & mobile app developers India. Our service location is - USA, UK and India. Hire PHP Developer India, Hire Wordpress developer India, Hire HTML5 Developer India, Hire Drupal Developer India, Hire Magento Developer India, Hire iphone app developer India, Hire Android App Developer India,
iFlair Web Technology

8 Amazing Benefits Of Choosing WordPress Development For Business Sites - 3 views

Since its inception and discovery, WordPress sites have gained immense popularity in the tech arena. Especially, when it comes to developing highly interactive websites, it's quite tough to find an...

WordPress Development Company WordPress Developers WordPress CMS Solutions Development

started by iFlair Web Technology on 08 Nov 16 no follow-up yet
fastidioustec

PHP Application Development Service - Fastidious Technologies Pvt. Ltd - 1 views

  •  
    Looking For a Best PHP Web Development Company In Ahmedabad ? We Offering Custom PHP Web Application Development Service for customers worldwide. Also We Provide wordpress development ,Mobile Application Development ,android app development, iphone development.
AResource Pool

Web Development Services,Web Development Company India@AResourcePool - 0 views

  •  
    AResourcePool is leading web Development Company India offering web development services like PHP, Wordress, Drupal, HTML5, angularjs development and more. We are also offering mobile app development services and Digital marketing; Contact us for offshore website development services at 9711621550.
cmsMinds - Web Design & Development

10 helpful tips for Novice PHP developers - 0 views

  •  
    Learning from my experience, on how I got into PHP development, I wanted to share some ideas of what has helped me master PHP.
Vernon Fowler

Sublime Text 2 for PHP & Wordpress Development | Clint Berry - 1 views

  •  
    "Here are some recomendations for setting up Sublime Text 2 for PHP and WordPress development."
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."
anonymous

Website Development Company - 0 views

  •  
    Result-oriented website development company, India, offers attractive web development packages. Enjoy customized services at affordable rates.
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.
anonymous

Acquire An Effective CMS By Hiring WordPress Developers - 0 views

  •  
    With the evolution of internet era, there arises the need of building content-rich websites. WordPress is an excellent solution to fulfill that need. It is a powerful CMS (Content Management System) and an open source blogging tool based on PHP and MySQL. Among all the CMS, WordPress has proved to be most prominent platform to rely on.
anonymous

WordPress Integration-Make your existing WP site/blog more effective! - 0 views

  •  
    WordPress Development services have become immensely popular these days. The open source WordPress platform allows businesses and individuals to promote products & services on the virtual platform in the most professional & elegant manner.
Michael Sturgeon

10 awesome PHP functions and snippets - StumbleUpon - 1 views

  •  
    Every web developer should keep useful code snippets in a personal library for future reference. Today, I'm showing you the 10 most useful snippets and functions I have added to my snippet library from the past 3 months.
Jungle Jar

Wordpress Tutorial: Make Your Page Titles SEO Friendly - 0 views

  •  
    If you're a Wordpress Content Management System user, and you would like to make your page titles SEO friendly without installing any plug-ins or modifying your website too much, then this article might be for you. All it requires is a few lines of PHP in your header.php file.
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."
gialloporpora

HookPress: Webhooks for WordPress - 0 views

  •  
    I recently have spent a little time putting together a new WordPress plugin called HookPress. HookPress lets you add webhooks to WordPress, letting you easily develop push notifications or extend WordPress in languages other than PHP.
Andy Brudtkuhl

HookPress for WordPress - 0 views

  •  
    Webhooks are a simple paradigm for developing instant notifications and mashups based on simple HTTP requests. With HookPress you can set up webhooks so that a specified URL (a public service or something you set up) is requested when certain WordPress actions occur. Possible uses include generating push notifications or using non-PHP web technology to extend WordPress.
Vernon Fowler

Child Themes « WordPress Codex - 0 views

  • A child theme resides in its own directory in wp-content/themes. The scheme below shows the location of a child theme along with its parent theme (Twenty Twelve) in a typical WordPress directory structure:
  • This directory can contain as little as a style.css file, and as much as any full-fledged WordPress theme contains: style.css (required) functions.php (optional) Template files (optional) Other files (optional)
  • @import url("../twentytwelve/style.css");
  • ...4 more annotations...
  • Note on the @import rule There must be no other CSS rules above the @import rule. If you put other rules above it, it will be invalidated and the stylesheet of the parent will not be imported.
  • Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)
  • But, when creating child themes, be aware that using add_theme_support('post-formats') will override the formats as defined by the parent theme, not add to it.
  • A child theme can override any parental template by simply using a file with the same name.
1 - 20 of 30 Next ›
Showing 20 items per page