Dwi Murdianto

Designer & Programmer
Archives
 
Categories
 

How to Referencing Images On a WordPress Theme

June 23rd, 2010, 12:55 AM.

WordPress On this post I want to informs you about how to referencing images on WordPress theme. Let say you have image file named example.jpg on images folder of your theme, to display that image on your theme you can’t just type this: <img src=”images/example.jpg” /> on your theme file, you also need to specify the location of your theme.

Read more


How to Create 404 Error Page

June 20th, 2010, 10:47 PM.

Twitter 404 error page It’s easy to create 404 error page for your website, just create new HTML page and add something like Page Not Found to the page title and body, after that using your FTP client software upload that page somewhere to your server, for example, create 404 error page using 404.html as file name, and then upload it to your root folder, after that insert the code below to your .htaccess file:

Read more


How to Create .htaccess File On Windows

June 20th, 2010, 06:28 PM.

Error message when trying to create .htaccess file Do you know how to create .htaccess file on Windows ?? You can’t create it by right-clicking on Windows Explorer or Desktop, choose New > Text Document menu and change the filename to .htaccess, because every time you do that the Windows error message “You must type a file name” will appear.

Read more


How to Resize YouTube Video

June 20th, 2010, 03:52 PM.

Code to embed YouTube video So you find interesting video on YouTube and want to share it with your blog’s readers, then the problem come, the smallest video size available on YouTube just too large to embed on your blog. Don’t worry, just resize it manually, below is how to do it:

Read more


How to Import More Than Five Thousands Blog Posts From Blogger to WordPress

May 9th, 2010, 12:45 AM.

Import blog posts from Blogger to WordPress If you have more than five thousands blog post on your Blogger blog maybe you already know that we can only edit the newest five thousands of them, yup we can’t edit post older than the newest five thousands unless we delete some of them. This is also apply when you wants to export all of your blog posts to WordPress.

Read more


Optimizing WordPress Theme Title On Header to Avoid Duplicate Title Tags

May 2nd, 2010, 03:20 PM.

Duplicate title tags Every posts/pages on your blog should have a unique title on it, if not you’ll find your posts/pages listed on “Duplicate title tags” section in your Google Webmaster Tools account. According to my experience if you’re using default WordPress theme you’ll find several posts/pages of your blog having same title on it, I’ll show you where you can find them.

Read more


Removing Individual Post, Archives, Tags, and Categories Feeds

May 2nd, 2010, 02:05 AM.

Removing extra feeds By default WordPress creates extra feeds for comments on individual post, archives, tags, and categories, so how if you want to remove these extra feeds on your WordPress blog and leaving feeds only for main content and comments, well it’s easy, you just need to add this code below to functions.php of your theme:

Read more


Adding RSS Feed to WordPress Theme’s Header

May 2nd, 2010, 01:34 AM.

RSS Feed When I check my blog tonight I find out that there’s something missing in my Mozilla Firefox status bar, the RSS feed icon of my blog is missing, so.. I think I forget adding something in my WordPress theme’s header. I still new in developing WordPress theme so I don’t know what codes should I add to the header to make it appear on my Mozilla Firefox status bar. After I search on Google to find the answer then I find out the codes that I should add to the header, below is the codes:

Read more


Moving Uncategorized Posts to New Category

May 1st, 2010, 08:05 PM.

Categories I never tagging or categorizing my blog posts at Info Menarik since I start blogging on that blog on January 2007. Mostly I wrote blog post on that blog in Indonesian, but recently I frequently wrote in English, so I think it’s a good idea to categorizing my blog posts into “English” and “Indonesian”. Moving thousands of blog post from one category to another category is not easy you now, it can’t be done by using Bulk Move plugin, it also can’t be done easily by using WordPress built-in bulk edit feature. So.. do you want to know how I do it ?? below are steps that I do to move thousands of blog posts (more than 5K) to new category:

Read more


© 2010 Dwi Murdianto. All rights reserved.