Word Count WordPress – PHP Code
If you want to know how many words your WordPress articles have you can open up each post individually and by clicking on the top left-hand corner’s information icon it …
If you want to know how many words your WordPress articles have you can open up each post individually and by clicking on the top left-hand corner’s information icon it …
Do you want to install multiple Wordpress blogs on the one Bitnami Wordpress instance without using the Multisite instance? Step by step instructions show you how.
How do you schedule a cron task on Ubuntu to run the InfiniteWP script every 20 minutes? If you’d like to see how you can run your InifiniteWP script on your Ubuntu server then this is how you can do it.
How can we safely get the content from our Wordpress site into a YAML format ready for static site distribution? Here’s a PHP script which can easily get the content from your Wordpress database. You will need to be able to access the server your Wordpress is installed on to run the code and download the output files.
If you’ve been using Wordpress for over awhile with your blogging web sites, and you think the grass might be greener on the other side, then maybe it’s time to explore other avenues to serve your web pages. In this post you will see 7 reasons why I’ve decided to make the move away from Wordpress into static HTML web site.
Before Dropbox made changes to publicly available documents this process worked well in effectively managing your Wordpress stylesheets and JavaScript code. This article may give you some ideas on how you manage your code effectively without Dropbox.
When starting your new Wordpress site there are a few things you should consider as you develop it besides just writing content and putting up your images. The three questions I explore in this post concern back-ups, managing customisations and optimisations.
How do you create a sidebar using just jQuery in Wordpress? What if the structure of the sidebar contains sub menus? Here’s some code I created to help achieve this task.
How do you add icons to widget sections in Wordpress websites? This was how I was able to get it done with this simple jQuery code.