How WordPress Can Help Your Business
WordPress started as a blogging platform and now evolved to a capable website content management system. Read on to find out how it can help your business.
WordPress started as a blogging platform and now evolved to a capable website content management system. Read on to find out how it can help your business.
If you have received a message through your contact form, and always wanted to see the referral page the prospects came from, read following instructions.
Pull the latest blog post from WordPress with JSON and jQuery, which works great on any static HTML page, PHP page or any CMS / Ecommerce platform you can imagine.
After two years of intensive experience with WordPress and research for ways to extend it, I discovered some vital plugins that I want to share with you.
During my development career, I got to work with various hosting providers, but mainly I worked the most with Bluehost and Godaddy. I would like now to share my opinion based on my experience with them.
When you order custom post types or regular posts by title, WordPress sees them as alphabetical characters and treat them accordingly, but when we want to have a top 10 list, the number 10 will follow 1.
Wordpress 3.0 added very useful and cool new functionalities. One of the most popular is ability to create custom post types, so we are not limited only to pages and posts.
In following article I will explain why custom post types are easier to use, how you can register and call in your theme the custom post types and how you can customize their back-end custom overview columns.
In the following article, I will explain a method to make it easy for you or for your clients, to float multiple images left, in Wordpress.
The method is useful if you want to float images left, on sections such as team bio, where the member will have his/her image left and a bio text aside right.
The alternative, dirty way to do it, would be using tables, but the code is bulky, harder to maintain, page loads slower and definitely not the easiest way to do it. Read on for the good method.
Have you ever tried in Wordpress, to list only the sub pages of the current parent page and hide the sub pages of the other parent pages?
I had few people asking me how I realized toggling the subpage navigation links in following website.
If you notice, the other parent sub pages are hidden. If you go instead on other subpage, it will hide the others and show up the sub-pages of the current page.
If / else statements are programming language logic and is something that will help us create better Wordpress custom themes.
A client of mine, wanted to improve his Wordpress site and decided he wants to display different sidebar information depending on the page or section the visitor is.
For example, he wanted to have blog related links as: latest posts, categories and tags, being displayed only on blog section (blog index, categories view, single post view etc). On products/services page and its sub-pages, he decided he wants to have displayed the sub-pages of that section and other interesting links. The rest of the pages, should have only the interesting links section or generic information.