Forum Replies Created
- Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236
Kiwiaufzeit
MemberWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Freut mich đ Solltest Du Probleme damit haben/einen Ăbersetzungsfehler finden, gib doch bitte Bescheid
AdvertismentDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Kiwiaufzeit
MemberDeprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 2432Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Warning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220http://speedy.sh/kqUV3/esplanade-de-DE.po
http://speedy.sh/N8HKr/esplanade-de-DE.mo
the German language packs
die deutschen SprachdateienPut them into wp-content/languages/themes and you should be good to go (otherwise let me know). You can check them out on http://projectpenniless.com/de
@sebastienserre: put them in the folder mentioned above. This one won’t be affected by updates (at least not until OneDesigns release their own translation. I doubt that though).
In regards to all other languages: download the esplanade.pot file from your theme-filder onto your computer, get Poedit (just google it) and open the .pot file. Do all your translations, save the file as esplanade_(INSER YOUR LANGUAGE-CODE HERE (q.e. de_DE, en_US, en_GB etc.).pot. Not just change the ending from .pot to .po and upload it into the folder mentioned above. Enjoy your translation.
Hope that helped (I know the post is a bit older but I figured you might have subscribed to the thread or someone will find it via Google)
- This reply was modified 11 years, 3 months ago by Kiwiaufzeit.
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Kiwiaufzeit
MemberWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220Well… guess you shouldn’t post code here. I uploaded it to:
Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Deprecated: Function get_magic_quotes_gpc() is deprecated in /var/html/dev/wp/wp-includes/formatting.php on line 4371Notice: Trying to get property 'comment_author_email' of non-object in /var/html/dev/wp/wp-content/plugins/fv-gravatar-cache/fv-gravatar-cache.php on line 236Kiwiaufzeit
MemberWarning: Cannot modify header information - headers already sent by (output started at /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php:340) in /var/html/dev/wp/wp-content/plugins/crayon-syntax-highlighter/crayon_wp.class.php on line 220I had the same problem and worked on a new code for the theme; hope you still check this site and still need it. Go to the loop-slider.php in the main folder of the theme and replace the following:
” rel=”bookmark”>with this:
<?php if ( get_post_meta( get_the_ID(), ‘linkage’, true ) ) : ?>
” rel=”bookmark”>
<?php else : ?>
” rel=”bookmark”>
<?php endif; ?>Now put add a custom field to the post on the frontpage that you want to be a link and call it “linkage”. Give it the link as value and voilĂ , there you go: clicking on the post will send you to the link you defined.
The php else command does nothing but tell the page to carry on to the article itself if no “linkage” is defined.Hope that helps! (if you want to see it in action visit http://www.fenweb.de/ still a work in progress though)