lunedì 21 marzo 2016

WordPress Adopts Accessibility Coding Standards for All New and Updated Code

photo credit: Startup Stock Photos
photo credit: Startup Stock Photos

The Accessibility Team announced today that the WordPress Accessibility Coding Standards have been approved for the core handbook. The team sought feedback on the draft of the guidelines earlier this year and, after a few revisions, the coding standards are out of draft status.


Contributors will now be required to meet these guidelines in order to have their code merged into core:


All new or updated code released in WordPress must conform with the WCAG 2.0 guidelines at level AA.


Level AA, according to accessibility team member Rian Rietveld, includes guidelines used as a reference for a legal standard in many countries. WordPress’ new accessibility coding standards cover five key areas:



  • HTML Semantics

  • Color Contrast

  • Keyboard Accessibility

  • Images and Icons

  • Labeling


The default Twenty Sixteen theme is already compliant with WCAG 2 AA and more accessibility-ready themes are tagged in the official directory. At this time, themes and plugins hosted on WordPress.org are not required to meet these guidelines.


“Having a dedicated principle that WordPress needs to meet a certain level of accessibility standards is incredibly powerful,” contributor Joe Dolson said in a reaction on his blog.


“Since it doesn’t change the fact that the WordPress Accessibility team consists of a relatively small group of part-time volunteers, we have to realistically acknowledge that we won’t catch everything.


“But that still leaves us with an overall arc that leads to a future with a more accessible WordPress, and that’s an unmistakable win for accessibility,” he said.


Vocal accessibility advocates have been calling for WordPress to adopt a set of standards and these new guidelines demonstrate the project’s commitment to serving those with a disability. With WCAG 2 AA established as the standard, the accessibility team is now in a better position to provide a list of requirements for an automated testing tool.


venerdì 11 marzo 2016

How Gary Vaynerchuk Turned a Video Series Into a Popular Book

ms-podcast188-gary-vaynerchuk-560

Do you use videos to enhance your brand? Want to find ways to grow your business? To discover how he created a video series that exploded his personal brand and his business, I interview Gary Vaynerchuk. More About This Show The Social Media Marketing podcast is an on-demand talk radio show from Social Media Examiner. [...]


This post How Gary Vaynerchuk Turned a Video Series Into a Popular Book first appeared on .

- Your Guide to the Social Media Jungle

lunedì 7 marzo 2016

How to Create a Visual Sitemap in WordPress

Ever wanted to display a visual sitemap in WordPress? A visual sitemap allows you to present a hierarchical layout of your different pages and sections. In this article, we will show you how to create a visual sitemap in WordPress without writing any code.


Adding a visual sitemap


Difference between HTML, XML, and Visual Sitemaps in WordPress


An XML sitemap is generated for machines and search engines. It uses XML markup language to represent the contents of your site.


Search engines can use these sitemaps to prioritize and adjust crawling rate for your website. See our guide on how to add an XML sitemap in WordPress.


On the other hand, a HTML sitemap is intended to be used by your website visitors (real people). It simply displays a list of your pages and different sections of your website on a single page. See our guide on how to add an HTML sitemap in WordPress.


While the HTML sitemap is great to show your site’s structure, sometimes it isn’t the ideal option to display the hierarchy of your website.


This is where a visual sitemap comes in handy. It allows you to show items, child-items, sibling items in a tree-like structure.


Having said that, let’s take a look at how to easily add a visual sitemap in WordPress.


Adding Visual Sitemap in WordPress


First thing you need to do is install and activate the Slick Sitemap plugin. For more details, see our step by step guide on how to install a WordPress plugin.


Now before you setup the plugin, you need to create a navigation menu in WordPress. Take a look at our beginner’s guide to learn how to add navigation menus in WordPress.


Using the WordPress navigation menus, you can create menus with sub-menus, and sub-menus can have their own sub-menu items.


Creating your visual sitemap with navigation menus in WordPress


This navigation menu will have all the pages or posts that you want to display in your visual map. You can name this menu Visual Sitemap and save it.


You can also create another menu or use an existing menu with just the few important pages. This menu will be used as the utility menu on top of your visual sitemap.


Once you have created the menus, it is time to setup your visual sitemap. Visit Settings » Slick Sitemap page to configure the plugin.


Slick sitemap settings


In the default sitemap menu option, you need to select your main visual sitemap menu. Choose the number of columns you want to be displayed.


Lastly, you need to choose the utility menu and click on the save changes button to store your settings.


Displaying Visual Sitemap on Your WordPress Site


Now that you have successfully created and setup a visual sitemap, the next step is to display the sitemap on a page in your WordPress site.


Simply create a new page in WordPress and add this shortcode in the content area.


[slick-sitemap]


After that click on the save or publish button to store your changes. You can now visit this page and see the visual sitemap in action.


Example of a visual sitemap in WordPress


We hope this article helped you add a visual sitemap in WordPress. You may also want to see our list of 25 most useful WordPress widgets for your site.


If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.


The post How to Create a Visual Sitemap in WordPress appeared first on WPBeginner.