Posts in category: WordPress
Start Your Travel Blog Adventures With 6 Handy Tips
A travel blog is similar to an online diary, which could eventually make you money and provide financial freedom to adventure across the world. If you have been considering chronicling your journey, but are unsure where to begin, here’s how you can start a travel blog.
WordPress Functions PHP Super Useful Snippets
Adding Code snippets to the WordPress functions.php file enables you to perform actions and use filters in a way that will improve functionality of your WordPress site which can make your theme more organised and cleaner. Here is a bunch of useful snippets to further enhance your WordPress theme.
WordPress HTML5 Clickable Div - Highlight Hover Post
In this tutorial, we will highlight hovering over a clickable div which contains an image and a title. With the magic of HTML5 and CSS3, you can now insert a <div> which is a block element, inside of a <a> which is an inline element. Previously this would have resulted in HTML errors. Feel free to check out the code and also the demo which is included.
10 Striking WordPress Themes to Display Your Posts
As WordPress continues trying to get the first place in the CMS website building platform league, more and more people give their preference to it. The easy usage and diversity of applications, from a personal blog to an e-commerce website, makes it tempting to choose WordPress for your web resource.
WordPress Database Cleaning Plugins Round-up
Cleaning your WordPress database might not be at the top of your agenda. Whenever you have published a post or page, trashed a comment or simply haven’t even thought about it, there is likely to be leftover useless data. Over time that data builds up clogging up your database which can affect the performance. You can of course go into your database and clear things up manually which may be exhaustive for the average user or you could make use of a cleaning plugin. Here is my round-up of WordPress cleaners to keep your WordPress database in tip-top shape.
Display your WordPress Recent Posts FAQs
In 2012 I published a tutorial display your WordPress Recent Posts on a Static Page. I wouldn’t ever have dreamed that it would be one of the most commented posts on my blog and even now people are still asking for hints and tips on how to expand the code further so I’ve decided to go through all the comments and gathered enough to have a FAQ section.
CSV to Geochart - Google Visualization Chart WordPress Tutorial
In this tutorial we will parse a CSV file, containing random countries, with their own colour and tooltips displaying both the country and it’s continent. The CSV file will be converted to JSON dynamically and added to a Google Visualization Geochart in your WordPress Blog.
WOW Weekly - Dell, Xbox Turns 10, WP App Release
Welcome to this week’s WOW Weekly. Dell got into a little hot water when a rogue root certificate was found on its systems. Xbox 360 celebrated its 10th Birthday. WordPress.com release a handy new piece of software for the Mac and the Raspberry Pi Zero is looking rather yummy.
Feedburner Finally Binned From My WordPress Blog
After 7 years of using feedburner I have finally decided to switch. Google haven’t yet killed off feedburner entirely but having announced that they are no longer going to support or update it. Like many people who are flocking to alternatives I thought I would jump on the bandwagon. Obviously switching to something new can be quite problematic and true I did encounter a couple of problems and here is how I solved them.
Adding Google Charts to WordPress Blog Part 2
In this mini-series of Google Visualization tutorials, we will be adding a Google chart to a WordPress theme without having to install any plugins but ensuring that we use the correct WordPress functions and recommended a safe way of implementing JavaScript. The data we will be pulling will be in JSON format and will be stored on the same server inside the theme directory. In this tutorial, we will be adding a stacked column chart. Want to add a table? Check out part 1
Adding Google Charts to WordPress Blog Part 1
In this mini-series of Google Visualization tutorials, we will be adding a Google chart table to a WordPress theme without having to install any plugins but ensuring that we use the correct WordPress functions and recommended a safe way of implementing JavaScript. The data we will be pulling will be in JSON format and will be stored on the same server inside the theme directory. In this tutorial, we will be adding a table. Want to add a chart? Check out part 2
Top 20 WordPress Development Blogs to Follow
WordPress development has come a long way since I started this blog in 2008. If you want to start creating themes, plugins or simply want to fix something in your current theme you can, with an ever expanding API the WP Codex can help you out a lot but with the growing number of WordPress development blogs you can also find loads of hints, tips and resources from around the web to cover all aspects of your WordPress life. Here are 20 of them to get you started.