If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!The previous post discussed how you can list all the Post pages of a WordPress installation. The result is a list of links by post title. But if you are migrating a site between platforms, it’s a good idea to [...]
In the post Moving Website Platforms, I touched on how important it is to catalog the URLs of your website if you are planning on migrating platforms. If you are running a blog on WordPress there’s a fairly simple way to produce a list of “posts”. (Let’s ignore WP “pages” for now.)
The general principle is [...]
Back when WordPress was much younger as a blogging engine, their were hundreds of people flocking to it to design themes of all shapes, colors and sizes, and a few different libraries of themes opened up allowing you to easily find the theme that would be the basis of your blog. As WordPress got more [...]
Have you seen those cryptic short URLs popping up everywhere - on web pages and even in Twitter or Plurk? If you build websites, you might wonder, “Why bother?,” especially since all the link juice ends up going to the service instead of to the source URL. This article discusses their uses, lists some services, [...]
This is a very simple guide on which plugins you can install today to increase your blogs performance in the search engine rankings. It’s based on a few years of experience in optimizing WordPress blogs. Some of the blogs I did this on had 50% more traffic from the search engines within 2 weeks!
HeadSpace2
Headspace2 [...]
Upgrading WordPress is fairly simple, but there can be a few issues, hassles and annoyances if you don’t do it right and if you have more than one WordPress installation, it can become a hassle to keep everything up to date, but there are methods to upgrading WordPress fast.
Before upgrading using any method, a smart [...]
There is no way to crop wordpress medium images to exact size without editing the soure code. If you want to crop wordpress medium images to exact size as specified under Settings -> Miscellaneous -> Medium Size then open wp-includes/media.php in your favourite editor.
Search for line 191:
$newimage = imagecreatetruecolor( $dst_w, $dst_h);
Change $newimage variable to:
$newimage = [...]
Hello Readers,
I am a guest blogger for WebDevLounge. My name is Muhammad Haris and I am here to teach you how can you build custom wordpress page template.
Wordpress page template with custom fields is the power to customize wordpress completely. With the combination, you can build different types of systems with Wordpress including but not [...]