Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
If there’s no specific features of WP-Paginate that you need, you might want to use WP-PageNavi instead, as it is natively supported by the theme. All you need to do is install and activate the plugin.
Admin
Create a new file called
ar.phpinwp-content/languages(create the folder if it doesn’t exist). Then, add this code into that file:<?php $text_direction = 'rtl'; ?>Admin
Your IP address was inadvertently banned due to a spammer using an IP address in your IP proximity. I have reduced the radius of the ban. Try now and let me know if you’re still banned.
Admin
It’s not a matter of whether the theme will recognise them. It’s simply that those translation files contain the translations for the strings in WordPress, and not in the theme. When you use that, the strings that come from the theme will not be translated, only the strings that come with WordPress.
In order to translate the strings from the theme, you would have to create a new translation file for the theme. The link that I gave you from the other thread should help you get started with that.
Admin
It’s likely that those files you found are the translation files for WordPress itself, and not the theme. If that’s the case, it should go into
wp-content/languages/and not in the theme’s folder. Create thelanguagesfolder if it doesn’t exist.The theme don’t have a Catalan translation yet.
Admin
You have changed the
nameattribute of the comment textarea fromcommenttocomentari. Change it back tocommentand it should work.By the way, editing the theme’s files is not the way to translate the strings. If you do that, you’re stuck with either not updating the theme, or losing all your changes when you update the theme.
See the instructions here for the proper way to do it:
http://wiki.khairul-syahir.com/graphene-theme/wiki/Translating_the_theme
Admin
Quote:Also, I noticed that the adsense option appears to only add the ads to posts (not pages). is this correct?Nope, it appears for Pages as well.
Admin
Admin
1) Just insert the full AdSense code into the theme’s AdSense option.
2) You can’t, as the theme will just place the code under each post. If you want to place the ads somewhere else, you would have to do it manually, like via an action hook widget area.
3) If you’re just using the theme’s AdSense option, you won’t be having this problem because there’ll simply be no text around the ads.
See this wiki page for more info and screenshot:
http://wiki.khairul-syahir.com/graphene-theme/wiki/Adsense_Options
Admin
Quote:[…] but all pages have change.Changed how?
