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 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 Avoid Error Message When Your Visitor Trying to Display Your Atahualpa 3.5.1 Theme Directory in WordPress

Today I found something that annoying me when I tried to test the security hole by displaying the theme directory for one of my website that using Atahualpa theme version 3.5.1. Some error messages appeared when I tried to access such address: h++p://www.mydomain.com/wp-content/themes/atahualpa351/ . This error message caused by the using of unknown TEMPLATEPATH constant [...]

Share
[Read more...]

How to Translate “Powered by” Text in Atahualpa 3.4.6 Theme of WordPress

Another text that has not been translated yet in Atahualpa 3.4.6 theme of WordPress is “Powered by” text. I have successfully created the modification in order to translate this text to another language if your site uses multi language content using related plugin, such as WPML, by adding the __() function to the related text. [...]

Share
[Read more...]

How to Translate “Home” Text in Atahualpa 3.4.6 Theme of WordPress

Another modification that needed to be applied if you are running Atahualpa theme in a website that support for multi language powered by the certain plugin is to add the translation function to the Home text. As we know, in Atahualpa version 3.4.6, this string has not been translated properly yet, neither in the page [...]

Share
[Read more...]

How to Translate Copyright Text in Footer of Atahualpa 3.4.6 Theme of WordPress

For those of you who are using Atahualpa version 3.4.6 theme and your site also running WPML plugin, you have to modify the certain code in footer.php file inside your Atahualpa directory theme in order to translate the copyright text properly. Here is the simple modification that I have successfully done and you also need [...]

Share
[Read more...]

Improving Translation of Continue Reading in Atahualpa 3.4.6 Theme of WordPress

There is a little modification that needs to be added to the Atahualpa theme in order to support for multi language of the string: Continue reading %post-title%. As we know, this string has the same function with Read More tag in WordPress. You can see its demo from this website that support for English and [...]

Share
[Read more...]

How to Navigate Posts Only in The Current Category using Smarter Navigation Plugin and Atahualpa Theme of WordPress

If you want to change the existing navigation in Atahualpa Theme of your WordPress website that navigate all post based on the order of the general Post ID no matter which category you choose, become the smarter technique which will navigate based on the current category that selected by user, then this following modification is [...]

Share
[Read more...]

How to Add Google Search in Top of Post and Page in Atahualpa Theme of WordPress

Google Logo

If you want to add the Google Search in each of post or page of Atahualpa theme of WordPress, then this modification is for you! By using this modification, your visitor will have the ability to search any information from your blog to Google, and the search result will be displayed in a new window [...]

Share
[Read more...]

How to Highlight The Current Category Parent Menu in Atahualpa Theme of WordPress

After modifying the page menu in Atahualpa theme of WordPress in order to display the highlighted or selected page parent menu at this article: How to Highlight The Current Page Parent Menu in Atahualpa Theme of WordPress, then this following modification will also do the same thing, but for the category menu. As we have [...]

Share
[Read more...]