Breaking the WordPress Language Barrier

“The Miracle Worker” is an inspiring true story based on the life of the young Helen Keller, blind and deaf since infancy, and her gifted teacher Miss Anne Sullivan. The film revolves around these two strong willed characters and the battle to overcome the obstacles that prevent Helen’s ability to communicate. Because of the strong and yet loving persistence of Miss Sullivan, Helen overcame. The language and communication barrier broke and Helen learned how to speak. How did it happen?

The “miracle” in The Miracle Worker occurs when Sullivan and Keller are at the water pump refilling a pitcher. It is at this moment that Keller makes the intellectual connection between the word Sullivan spells (using sign language) into her hand and the tangible substance splashing from the pump. Keller demonstrates her understanding by miraculously whispering “wah-wah”, the baby talk or gibberish equivalent of “water”.
source: Wikipedia

Many of us can probably relate to the struggle of making that “intellectual connection” between words and concepts especially when learning a new or unfamiliar language. Learning a new language requires an investment of time and effort. A steep price but the fruits of which is that “Aha!” moment when comprehension finally sets in and the satisfaction of knowing that the intellect and understanding have miraculously met.

For many, trying to learn the language of WordPress is a daunting thing. For the average person, it is indeed a struggle but, the good news is, it is not impossible. So what language exactly are we trying to understand?

HTML – The language of the web

Going back to our previous definition of HTML, we said that HTML, or Hypertext Markup Language, is the W3C standard language with which all web pages are built. It is the native language, the mother tongue of all other web languages – the building block from which all other web languages are built. Once we understand what it’s for, how to read it and write it, the easier it will be to understand everything else.

Let’s break it down a little bit more. The book HTML5- 24 Hour Trainer by Joseph Lowery writes:

The Internet, or World Wide Web, is essentially a network of computers. Browsers, like Internet Explorer, Firefox, or Safari, are computer programs that display web pages, which, in turn, are written in HTML. So, at its heart, HTML is the language of the Web.

As noted, HTML is an abbreviation for HyperText Markup Language. HyperText is text presented on one electronic device – whether it’s a computer, smartphone, or something else — that is connected, via a link, to other text, which could be located elsewhere in the same document, on a different page in the same website, or on an entirely different site. HyperText is perhaps the defining essence of the Internet: the ability to link from one web page to another, thus creating a web of information.

A simple hypertext system that connects raw textual content pretty much describes the earliest Internet systems. So how did we get to the rich multimedia experience that makes up much of the web today? That’s where the second half of the HTML abbreviation, Markup Language comes into play. The Markup Language part of HTML takes plain text with additional codes or tags and turns raw text into easily readable text on other electronic devices.

Lesson. Read and Write.

Here’s an example of HTML in action. Let’s say we want to send this block of text to be displayed on different browsers and it will be viewed on different devices:

ACT I. PROLOGUE.Two households, both alike in dignity In fair Verona, where we lay our scene,From ancient grudge break to new mutiny,Where civil blood makes civil hands unclean.From forth the fatal loins of these two foes A pair of star-cross’d lovers take their life; Whose misadventured piteous overthrows Do with their death bury their parents’ strife. The fearful passage of their death-mark’d love, And the continuance of their parents’ rage, Which, but their children’s end, nought could remove, Is now the two hours’ traffic of our stage; The which if you with patient ears attend, What here shall miss, our toil shall strive to mend. SCENE I. Verona. A public place.

Although all the information you need to convey is contained here, it’s a struggle to understand the meaning because it’s a big block of plain text. It would make a lot more sense if we were able to MARK IT UP in some way to indicate structure as well as communicate content. How about if we break it up into paragraphs using symbols, like this:

<p>ACT I.<p>

<p>PROLOGUE.<p>

<p>Two households, both alike in dignity In fair Verona, where we lay our scene, From ancient grudge break to new mutiny, Where civil blood makes civil hands unclean.<p>

<p>From forth the fatal loins of these two foes A pair of star-cross’d lovers take their life; Whose misadventured piteous overthrows Do with their death bury their parents’ strife.<p>

<p>The fearful passage of their death-mark’d love, And the continuance of their parents’ rage, Which, but their children’s end, nought could remove, Is now the two hours’ traffic of our stage; The which if you with patient ears attend, What here shall miss, our toil shall strive to mend.<p>

<p>SCENE I.<p>

<p>Verona. A public place.<p>

One symbol, <p>, shows where the paragraph starts and another, similar symbol, <p>, shows where it ends. Overall, it’s better and more readable, right? The problem is that everything is still on one level. Perhaps we can show the difference between a heading and a paragraph of text by using different symbols, such as an <h> for a heading and a <p> for a paragraph:

<h>ACT I.<h>

<h>PROLOGUE.<h>

<p>Two households, both alike in dignity In fair Verona, where we lay our scene, From ancient grudge break to new mutiny, Where civil blood makes civil hands unclean.<p>

Getting better, but are all headings the same? How about if we indicate the most important heading with the number 1 and a less important heading with a 2, like this:

<h1>ACT I.<h1>
<h2>PROLOGUE.<h2>

Now when a computer program, like a browser (IE, Firefox, Safari), renders this marked-up text, it strips out the MARKUP SYMBOLS (called tags in HTML) and shows the text with the appropriate styling.

ACT I.

PROLOGUE.

Two households, both alike in dignity In fair Verona, where we lay our scene, From ancient grudge break to new mutiny, Where civil blood makes civil hands unclean.

Is it starting to make a little bit more sense now? Did something break? Hopefully, a light bulb switch turned on or something clicked in your head and you’ve found your “Aha!” moment. If you have, you will start looking at html code differently. You can try reading and writing and even try to slowly interpret what all the gobbledygook means. If you haven’t figured it out yet, you can go back to the lesson, find your own text block and practice using the markup symbols we used.

More next week!


Magazine WordPress Themes 2013: Trends

One of the usual challenges of online newspapers or magazines is streamlining content in a more readable and user friendly format. Because of the verbose or content-heavy nature of these sites, careful thought needs to be made in creating a theme layout that employs clever typography skills and information management techniques to create content that is readable and easy on the eye. Visual cues need to deliberately designed and strategically placed to draw attention to the most important sections of the site despite being bombarded by tons of images and information all at the same time. Because we are living in the digital age, careful thought and consideration also needs to be given to the never ending technological race to release the latest device or gadget where these websites will be accessed.

In light of all that, we think that Magazine WordPress Themes will continue to see improvements and changes in the following areas:

Easy to Implement, Clean, and Streamlined Design with an Emphasis on Readability

A well organized layout eliminates clutter and confusion and creates a pleasant navigational experience for visitors. This creates the impression that the people behind the publication are professionals and consequently adds credibility to the magazine’s reputation. Carefully chosen fonts and font sizes also add to the overall readability of the site and will hopefully encourage casual readers to become loyal subscribers.

Drag and Drop Features

Every publication is different. Each one has specific requirements based on their own reader base. Some formats may work for a certain season but become dated in the next. Magazine WordPress themes should be flexible enough to handle different layout configurations without much ado. One viable solution is to integrate a Drag and Drop feature to give website owners flexibility to reconfigure their websites and switch design elements around easily.

Single Page Templates

One of the benefits and yet at the same time one of the disadvantages of a magazine styled theme is that more content is featured on the front page. The homepage is filled with images and content to gain maximum exposure and accessibility. Perhaps more and more Magazine WordPress Themes will be designed with alternative options to use infinite scrolling single page templates to ensure that all posts will be given equal amount of exposure. This also eliminates the need for more clicks from visitors.

Responsive Layouts

The mobile web revolution has forever changed the way people access the internet. Online publications hosted on WordPress should be responsive or have that option available to them. Devices and gadgets are constantly evolving therefore Magazine WordPress themes need to be in step or be able to adapt to these technological changes quickly.

Search Engine Optimized, Affiliate, and Ad Ready

The lifeblood of print publications is in advertising. The same holds true for online publications. As these websites increase in size and readership, more and more resources are required to maintain it like hosting space, multiple authors and contributors, maintenance costs, etc. Magazine WordPress Themes authors need to design with these considerations in mind and give WP theme users backend options to monetize the site. Provision for and management of ad blocks or affiliate links should be standard built-in features already.

Rating and Review System

People love to voice their opinions and having this feature built into a Magazine WordPress theme encourages interactivity. This helps increase site traffic and later on adds credibility and authority which is translates into higher ranking sites as well.

Translation Ready

The Internet is an international marketplace represented by people from all around the world. Magazine WordPress themes need to be translation ready to take advantage of the untapped global target market.

The digital revolution has already eaten up a great chunk of the print generation but there is still room for growth. Although there are some printed materials that digital can never replace, those that can, will definitely benefit from this paperless trend we are seeing.


Building Blocks to WordPress Grammar

The primary reason we learn a language is to be able to communicate more effectively. When we travel to new places or visit countries we’ve never been to before we usually buy one of those 15-minute language translation mini books and stuff them into our pockets, ready to be pulled out at any opportune time. We try to familiarize ourselves with the local translation of useful terms and phrases such as “Hello”, “Good Morning”, “How much?”, “Where’s the restroom?”, and other basic words to get us by. At this point, the primary goal is to understand and be understood. Sentence structure and rules of grammar are not the need of the hour just yet. Learning what these common and necessary basic words and phrases mean is the starting point to building your vocabulary and practicing your communication skills.

Similarly, we can learn to speak the language of “WordPress” by first simplifying our goals. Our goal at the moment is to understand and be understood. The semantics and structures can come later on as we first familiarize ourselves with the language and build our basic vocabulary.

Here are some of the most common words and phrases that you will encounter often as you begin to learn how to speak “WordPress.”

Content Management System (CMS)

A Content Management System, or CMS, is software for facilitating the maintenance of content, but not design, on a web site. A blogging tool is an example of a Content Management System.

WordPress

WordPress is web software you can use to create a beautiful website or blog. It is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL. It has many features including a plug-in architecture and a template system.

WordPress installation

Setting up WordPress for the first time is is a very simple process and takes less than five minutes to complete. Many web hosts now offer tools to automatically install WordPress for you. There are several installation guides on WordPress.org to guide you through the process.

Hosting Provider

A hosting provider is a company or organization which provides, usually for a fee, infrastructure for making information accessible via the web. This involves the use of a web server (including web server software such as Apache), and may involve one or more related technologies, such as FTP, PHP, MySQL, and operating system software such as Linux or Unix.

Web Server

A web server is a computer containing software for, and connected to infrastructure for, hosting, or serving, web sites written inHTML. The most common web server software on the internet is Apache, which is frequently used in conjunction with PHP, Perl, and other scripting languages.

Domain Name

A domain name is a name used for identification purposes on the Internet. In WordPress a domain name usually identifies a server where WordPress is installed. To make this work, the Internet’s domain name system (DNS) maps the domain name to a server’s IP apress. For example, the domain name example.com maps to the IP apress 192.0.43.10. Many domain names can map to the same IP apress, allowing a single server to run many websites.

cPanel

cPanel is a popular web-based administration tool that many hosting providers provide to allow users to configure their own accounts using an easy-to-use interface.

Site

In the WordPress user interface, a site can simply be the website created by WordPress, or it can be a virtual website created as part of a network by the multisite feature. A site in a network is virtual in the sense that it does not have its own directory on the server, although it has its own URL and it might have its own domain name. In WordPress code the site is the website created by WordPress. If multisite is in use, then the site is the network website and each virtual website is known as a blog.

FTP

FTP, or File Transfer Protocol, is rather predictably, a client-server protocol for transferring files. It is one way to download files, and the most common way to upload files to a server. An FTP client is a program which can download files from, or upload files to, an FTP server. You may need to use an FTP client to upload your WordPress files to your web server, particularly if you use a hosting provider.

HTML

HTML, or Hypertext Markup Language, is the W3C standard language with which all web pages are built. It is the predecessor toXHTML, but HTML is often still used to describe either one. It is often used in conjunction with CSS and/or JavaScript.

CSS

CSS, or Cascading Style Sheets, is a W3C open standards programming language for specifying how a web page is presented. It allows web site designers to create formatting and layout for a web site independently of its content.

PHP

PHP is a recursive acronym for PHP: Hypertext Preprocessor. It is a popular server-side scripting language designed specifically for integration with HTML, and is used (often in conjunction with MySQL) in Content Management Systems and other web applications. It is available on many platforms, including Windows, Unix/Linux and Mac OS X, and is open source software. WordPress is written using PHP and requires it for operation.

MySQL

MySQL is a popular open source SQL (Structured Query Language) database implementation, available for many platforms, including Windows, Unix/Linux and Mac OS X. WordPress requires a MySQL database to store all blog information, including posts, comments, metadata, and other information. WordPress also works with MySQL-compatible databases such as MariaDB and Percona Server.

XML

XML, or Extensible Markup Language, is written in Standard Generalized Markup Language (SGML) and essentially allows you to define your own markup language. XML is extremely useful in describing, sharing, and transmitting data across the Internet. Typically used in conjunction with HTML, XML defines data and HTML displays that data.

AJAX

AJAX is a technique that web pages use to have the server perform certain processing without reloading the web page. For example, when you approve a comment in a WordPress blog, WordPress uses AJAX to change the comment’s status, and you see the change without having to reload the Comments screen.

Script

Script is an automated series of instructions carried out in a specific order.

Theme

A theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a weblog. A theme modifies the way the weblog is displayed, without modifying the underlying software. Essentially, the WordPress theme system is a way to skin your weblog.

Template

In WordPress a template is a file that defines an area of the web pages generated by a theme. For example, there is typically a template for the header area at the top of the web pages, a template for the content, a template for the sidebars, and so on. The templates are like building blocks that make up the complete web page.

Frontend

The front end is what your visitors see and interact with when they come to your website, www.YourSite.com.

Backend

The back end is the area that authorized users can sign into to ap, remove and modify content on the website. This may also be referred to as “WordPress,” “admin” or “the administration area.”

Sitemap

A site map (or sitemap) is a list of pages of a web site accessible to crawlers or users. It can be either a document in any form used as a planning tool for Web design, or a Web page that lists the pages on a Web site, typically organized in hierarchical fashion.

Perhaps these words are already familiar to you but for those who are taking this WordPress journey with us, a lot of these terms will sound Greek. As you encounter these words over and over again and see how they work in real life situations, your understanding will gradually increase. Everything, like pieces of giant jigsaw puzzle, will eventually fall into place and reveal the bigger picture. In this situation, the sum of parts is greater than the whole. More next week!


The Beginner’s Guide to Learn Almost Everything About WordPress

So you’ve been blogging for quite sometime now and you’ve been posting random personal and business stuff on one of those free hosted sites. Everything has been going on well so far until one day this free hosted site suddenly announces that it is shutting down and all your content including all your contacts, posts and thousands of images will no longer be available after a certain date. Horrors! You now scramble to download every last post you’ve made and backup all your data before the clock strikes twelve or else everything disappears forever. Have you ever had that happen to you?

And then you stumbled upon WordPress. The thing is you know very little about it and so you start googling about it which is also probably why you ended up here and you are now reading this post. You want to know more.

Below are some useful resources to help jumpstart your WordPress journey. These resources are mainly aimed towards the novice or beginner level so WordPress savvy professionals might find some of these a bit elementary. Nevertheless, these references can someday come in handy whether you are a beginner or a true blue WordPress guru. We would also like to ask our readers to join the conversation by leaving a comment, any helpful suggestions or additional resources to add to our list.

For those who are about to begin their WordPress journey, check out these resources we have compiled to help you get started:

Websites to Bookmark

  • WordPress.com – A blog web hosting service (free) powered by the open source WordPress software. A good starting point on how to learn the how WordPress actually works at the backend and also to familiarize yourself with running a WordPress site. You can always upgrade to Premium status once you know your way.
  • wpmu.org – The number one source for WordPress news, tips, plugins, and theme reviews.
  • WPBeginner.com – A WordPress resource site providing quality tips, tricks, hacks and other resources for the WordPress community.
  • Speckyboy.com – Web design magazine that offers tutorials, time-saving techniques, inspiration, and useful resources for the web including WordPress.
  • wp.tutsplus.com – A site dedicated to teaching people how to use WordPress, develop widgets, plugins and themes.

Books to Read

Channels/Videos to Watch

  • WordPress.tv – A visual resource for all things WordPress including tutorials, updates, and the latest news.
  • WordCamp.tv – Presentations, highlights, and behind-the-scenes look at WordCamps around the world.
  • Lynda.com – Online courses and tutorials on anything WordPress.
  • StudioPress.tv – Step by step video tutorials for the Genesis Framework for WordPress.
  • Youtube WordPress tutorials

Authors/Developers to Follow

Straight from the Source

  • WordPress.org – the ultimate source for all things WordPress.

There are so many resources out there and so many tutorials that can help you get started. These are just a few to help point you in the right direction.


Learning the ABC’s of WordPress Grammar

“Code is poetry” – the WordPress mantra that’s been read by probably every WordPress user on the planet. If you haven’t then maybe you’re on a different planet or probably using another Content Management System apart from WordPress.

It is kinda romantic if you really think about it. The challenge is, not everyone understands the code. We all know Shakespeare wrote great poetry, as did Edgar Allan Poe, Elizabeth Browning, Alfred Tennyson and so many other great poets and authors. But how many who belong to this current generation truly understand what the sonnets and the verses mean? How many can dissect and decode the true meaning behind the words and symbolisms these authors used? We can all give our opinions and interpretations about these works of literary art but unless we “decode” and study the context behind those words that have been so beautifully strung together, in accordance with generally accepted standards, we might create a mental image quite different from the author’s intent. These standards need to be the foundation from which these “works of art” can be evaluated and interpreted.

How does all that apply to our understanding of WordPress? A WordPress theme is actually a unique “work of art.” It is a combination of both the literary and the visual. It is quite easy to appreciate the visual product that results from the string of commands and codes that have been strung together by a WordPress author or designer. But the true beauty behind this visual delight is the code or language that brings it to life. Every line of code is a brush stroke that layers on top of each other to create the functional art we know as WordPress themes. Perhaps that is why some WordPress purists are so passionate about what they do. They are in fact modern-day technological artists who use code as their medium to express their art. Hence, to them, code is sacred. Code is poetry.

In order for us to understand and appreciate code we need to learn the language. We need to study its vocabulary and apply grammar rules that will help us interpret it. For many of us we still need to learn our ABC’s. Many of us are scared to touch code because we fear making mistakes. How many times have we messed up our websites because we took out a portion of a code without fully understanding why it was there in the first place?

The secret to learning a language fast is by immersion. One needs to be immersed in an environment where one is forced to communicate using whatever language is available. We will attempt to do that in the next few weeks. Our goal is to learn the language of WordPress and make it easily understood even by the most novice of beginners. Hopefully, we can help you, our readers, achieve a level of fluency or perhaps spur you on to start creating your own WordPress themes, your own works of art. If that sounds exciting to you, then make the journey yours as well. Stay tuned!


Free WordPress Themes 2013: Trends

Free WordPress themes have come a long way since Kubrick. Twenty Ten, Twenty Eleven, and the latest – Twenty Twelve – is the newest Kubrick as far as Free WordPress themes go. Twenty Twelve is the current default WordPress theme.

Let’s take a look at some of the features of this free default WordPress theme:

  • Front Page Template where you can add text, images, video
  • Responsive, Mobile-first Layout
  • Custom ”Open Sans” Font
  • Custom post formats: links, quotes, asides, statuses, images
  • Widgets and No-sidebar layout
  • Custom menu, custom header image, custom background color and image
  • Multi columns
  • Sidebar
  • Flexible width
  • Editor style
  • Flexible header
  • Featured images
  • Full width template
  • Post formats
  • Sticky post
  • Theme options
  • Infinite Scroll

Those are a lot of features coming from a free WordPress theme, don’t you think? And most of these features are what you also get from a lot of Premium WordPress themes. If we use Twenty Twelve as our standard, what then can we expect in 2013, as far as Free WordPress themes are concerned?

  • All of the features listed above will become standard features
  • More Premium-like features
  • eCommerce options
  • Typography options
  • Drag and drop options
  • Page-builder options
  • More Single Page Themes
  • Free themes for email, mobile, etc.
  • HTML5 and CSS3 and adhering to WordPress Coding standards

Many WordPress themes authors, providers and developers give away free themes as samples of their work. These samples, albeit free, are not necessarily inferior to Premium themes being sold in the marketplace. In truth, some of them are even better (or Best – shameless plug). The fact that these free samples are marketing tools to introduce these new authors to the market should be a weighty incentive for them to release high quality products that will catch the attention of WordPress professionals who are always on the lookout for something fresh.


WooThemes: The Reboot

Just this month, WooThemes introduced a club revamp and implemented new tiered licensing and support packages. Previously you could purchase one theme for $70. With it you get 2 bonus themes plus lifetime support. Now, with the new tiered licensing scheme, WooThemes introduces 3 more packages in addition to its Standard Package offering: the Developer Theme Package, the Standard Club Package, and the Developer Club Package.

Standard Package – $70

WooThemes retains this package everyone has gotten used to. You still get the theme you want with unlimited domain usage plus two other themes of your choice. Previously, however, you got lifetime support for your purchased theme while in the new scheme only 1 year of support is included. WooThemes has explained that revenues gotten from the initial purchase 3 years ago will not sustain the support services obtained during the lifetime of the product. Users have the option to purchase lifetime support service for an additional $30. This package does not include PSD files.

Developer Package – $150

This package is similar to the Standard package. You get unlimited domain usage for the theme you purchased plus 3 other themes. The Developer package includes PSD files for additional customization capabilities. Service is likewise for 1 year with the option for lifetime support for an additional $30.

Standard Club Package – $20 per month + $125 start-up fee

This package gives you access to all 82 themes in the WooThemes inventory with unlimited domain uses as well as an additional of at least 1 theme a month. It gives you access to support services as long as membership is current. This package does not include access to PSD files.

Developer Club Package – $25 per month + $200 start-up fee

This package also gives you access to all 82 themes in the WooThemes inventory with unlimited domain uses as well as an additional of at least 1 theme a month. PSD files are included with this package. Support access available as long as membership is current.

Similarly extensions of the popular WooCommerce plugin are now under a tiered licensing scheme. You can purchase single site use, usage for up to 5 sites or unlimited site usage.

While a lot of folks have accepted the changes in WooThemes some have expressed dissatisfaction with the new setup. One user stated that from his point of view WooThemes jacked the prices up and lowered the support quality. Another user lamented the shutting down of support forums as support is not email based in response to the new system. The majority of users, however, still think WooThemes needs to do what is necessary to sustain its business in response to the growth the WordPress industry.

Sometimes, in order for businesses to survive in an ever evolving business environment, changes have to be undertaken to ensure the viability and profitability of such. Otherwise, to remain in business without profitability is a futile endeavor. Any change, especially in businesses, does not happen at a whim. Surely, the people behind WooThemes have put in the thought process before they arrived at their new scheme. The tricky part is in the area of providing support and for how long. Unless there is a guarantee that every theme that comes out of WooThemes is fail-proof (all things remaining constant) up to a certain point, no matter how many updates and plugins come out, – people will still expect to receive support. And if they don’t they will simply switch providers. It’s as simple as that.

See the WooThemes Reboot

Photography WordPress Themes 2013: Trends

Photokina 2012 just wrapped up recently and major camera manufacturers have just announced and released new camera models and camera products for all sorts of buyers. One of the major innovations to the professional digital camera line is the Wifi or GPRS feature that enables one to transmit and post images over a wireless network or the Internet – functioning in a way almost like a mobile phone.

The mobile market has also seen its own latest tech upgrades. The recent release of new and more powerful camera phone features and software updates for both iPhone and Android users boasts of more sophisticated camera features like panorama capabilities and multiple photo filters. The continued popularity of Instagram and Pinterest has flooded the Internet with images of food, places, and random stuff. Legitimate and professional photographers are also opting for lighter versions of their heavy gear allowing Lomography and iPhoneography to flourish.

Given the rate that this technology is gaining momentum and even its own following, we can anticipate that photographers who manage their own websites will want to incorporate quick and easy posting of their images straight from their cameras – no matter what type of camera or device they use – to the Internet.

In view of all that, what do we expect to see in 2013 as far as WordPress photography themes go? Here are some of the few things we think will become part or if not staple features in WordPress photography themes:

  • Eye-fi/Wifi/GPRS ready with Custom Image Resize Function – Mobile posting capabilities with built-in image resize function to resize large images to web friendly proportions.
  • Retina display ready – Crisper and clearer rendering of images without the added bulk or load time.
  • Social sharing function – Ability to post across multiple sites (Instagram or Pinterest integrated functions).
  • Infinite or vertical scrolling features (lite version) – Infinite scrolling is a great feature but sometimes it can cause frequent browser crashes. WordPress authors or developers can create a plugin that allows this feature while minimizing the bulk buildup that could result to slower loading sites.
  • Quick and easy bulk upload features (for mobiles) – Ability to manage multiple image uploads.
  • More eCommerce options – Some photographers prefer to use their website as an online gallery while others do that while also maintaining a store front. eCommerce should be a standard built in theme option which may be enabled or disabled if preferred.

As the world becomes increasingly mobile, WordPress theme users needs will continue to evolve. In line with that, theme authors and developers need to anticipate these developments and be two steps ahead of all these changes.


15 Sensational Mobile WordPress Themes

 

According to a survey I came across a few months back, the number of people who use a smartphone is larger than the number of people who use a toothbrush! This means that if your website is not mobile phone friendly then you are missing on on a lot of visitors. Some people feel that if the number of people who surf the Internet on smartphones is A and the number of people who use the Internet from their computer is B then the total number of Internet users is A + B. Wrong!

A lot of people browse the Internet on their smartphones only when they can’t access it via a computer for e.g. while travelling in a car, train or bus etc. This means that there is a big overlap between A and B. A major portion of smartphone browsers is a subset of computer browsers. So what does this has to do with your website? A lot. If you ensure that your site is easily accessible to smartphones then the number of page impressions your site gets can dramatically increase as the same people who were visiting your site via their computers can visit it even when they are…say…travelling.

Below we have collected 15 beautiful WordPress themes designed specifically for mobile phones. Some are free and some cost a nominal amount. Check them out and see which ones work best for you! NOTE: A post on great Responsive WordPress Themes for 2013 is coming soon!
(more…)