WordPress Themes – Enable Post Formats
Version 3.1 onwards of WordPress has introduced a new feature to your posts called post formats. A post format is a piece of meta information that can be assigned to posts and used by your theme to...
View ArticleForce CSS Changes to be Refreshed on User Browser Using PHP
Once annoyance when working within website design is changing the CSS to amend the design, but when showing it to your client they cannot see the changes. This is due to their browser (and any...
View ArticleHow to speed up WordPress
Working with many websites you see varied page loads times for website, some slow and some fast. This can sometimes be down to the server and that’s something we can’t do much about, unless the host is...
View ArticleGet the URL of a post or page in WordPress
When you need the URL for any post or page within WordPress, your best friend is WordPress function the_permalink(). This function WHEN USED IN THE LOOP returns the URL of the page or post. This...
View ArticleGet the Title of a post or page in WordPress
To get the title of your WordPress post or page you have a lot of options to choose from. Here are just a couple of them to use when you next need some web design skills… the_title() The basic...
View ArticleGet the Title of your BLOG PAGE in WordPress
Following on from our previous post about getting the title of a post or page in WordPress within web design, this post is here to help you return the title you have given to the page which lists your...
View Article