How to Make SEO SearchTerms Tagging 2 Plugin Supports Multi Language

I have been playing around and using SEO SearchTerms Tagging 2 plugin for about the last 2 months, and I think this plugin is one of the best plugins in WordPress, especially if you want to increase your website traffic based on the visitors that came from the search engines. Unfortunately, this plugin has not [...]

Share
[Read more...]

How to Calculate The Sum and Duration of Two Different Time Using PHP

There was a question that asked to me about how to sum and find out the duration of the two different time using PHP code regarding this my article. So, this following code will answer the question. You will be able to know how to calculate the sum and duration between two different time.

Share
[Read more...]

How to Make Header Menu of osTicket Become Left-Align

This following modification will make the header links menu of your osTicket become left-align. As we know, the menu in the menu header of osTicket which has three links with the right-align style. They are: “”Home, New Ticket, Ticket Status”. Now you can make those three links menu become left-align. I have successfully changed it [...]

Share
[Read more...]

How to Remove a Trailing Slash from Home’s URL in Atahualpa 3.5.3 Theme of WordPress

Believe it or not, if you are running a multilingual site using Atahualpa theme and WPML plugin, you will find that there is a double trailing slash in the Home’s URL that generated by WPML, especially for Home’s URL belongs to the languages other than the default one and you are using the “directory per [...]

Share
[Read more...]

How to Replace the Certain Character in a MySQL Table

Have you ever encountered the strange behavior while you were deleting the certain records from a table in MySQL database using an application you build, which those records cannot be deleted? Well, I have! Today, I encountered this problem. This is so weird, since I have never faced this situation before. Well, after doing some [...]

Share
[Read more...]

How to Adjust Home URL Properly in Breadcrumb NavXT Plugin If You Are Running Multilingual Site

The modification I made in the article with titled: How To Make Breadcrumb NavXT Plugin Support for Multi Language will make that plugin will support for multilingual site. Unfortunately, the Home link in the breadcrumb (if you display it in the breadcrumb) will give you a result always pointing to the default URL’s home, and [...]

Share
[Read more...]

How to Overcome The Missing Posts/Pages After Upgrading to WPML plugin version 1.8.0 of WordPress

For those of you who encountered the missing posts/pages after upgrading your WPML plugin to 1.8.0 version, then this following solutin might be help you. Since WPML changed the element_type value of post and page in the icl_translations table, ie each into post_post and post_page, then you have to adjust this value at the element_type [...]

Share
[Read more...]

How to Display Pods Data Properly Using Atahualpa Theme of WordPress

If you use Pods CMS plugin with Atahualpa theme for your WordPress-based site, then this following modification is for you, indeed. It will show you how to display the Pods data properly by using Atahualpa theme in WordPress site. Atahualpa is one of the best WordPress theme that I have been using for this last [...]

Share
[Read more...]

How to Add Your Own Translation Link to Language Switcher by Using WPML Plugin of WordPress

WPML is a plugin which has the ability to turn your WordPress site into complete multilingual content management systems. Unfortunately, until now I meant, at least until the time before I found this following solution, WPML only supports for the translation of the WordPress original content, such as: posts, pages, categories, tags, and menus (since [...]

Share
[Read more...]