June 23rd, 2010, 12:55 AM.
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
June 20th, 2010, 10:47 PM.
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
June 20th, 2010, 06:28 PM.
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
June 20th, 2010, 03:52 PM.
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
May 9th, 2010, 12:45 AM.
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
May 1st, 2010, 08:05 PM.
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