Chouby on "[Plugin: Polylang] posts only display titles, no content"
There is something wrong... It seems that you have badly commented the original line in: //<?php responsive_post_meta_data(); ?> The right way to comment is: <?php...
View Articlerobcarroll on "[Plugin: Polylang] posts only display titles, no content"
Hi, Yes, you are right. I have replaced the commented out code with this: `<?php //responsive_post_meta_data(); ?> <?php // echo get_permalink(); // echo get_the_time(); // echo...
View Articlerobcarroll on "[Plugin: Polylang] posts only display titles, no content"
So this edit made a difference to the post page itself. Now the content is displayed, as well as the info. What would be necessary to get this to work on the blog page (seminars)? rob
View ArticleChouby on "[Plugin: Polylang] posts only display titles, no content"
You can reset your file single.php. The problem is coming from the function 'responsive_post_meta_data' but what is very strange is that all the fonctions called by 'responsive_post_meta_data' are...
View Articlerobcarroll on "[Plugin: Polylang] posts only display titles, no content"
if (!function_exists('responsive_post_meta_data')) : function responsive_post_meta_data() { printf( __( '<span class="%1$s">Posted on </span>%2$s<span class="%3$s"> by...
View ArticleChouby on "[Plugin: Polylang] posts only display titles, no content"
You have to select all your code and then click on the code button. It will add one inverted quote at the beginning and another one at the end. You obtain a better display if the first quote is left...
View ArticleChouby on "[Plugin: WordPress SEO by Yoast] Sitemap category and tags exclude...
I should have fixed this conflict in the new development version of Polylang: http://downloads.wordpress.org/plugin/polylang.zip
View Articlerobcarroll on "[Plugin: Polylang] posts only display titles, no content"
OK. So I went back to the original version of the single.php file. And inserted the echo 'here' line into functions.php. The blog page and blog posts once again just show the post tile only with the...
View ArticleChouby on "[Plugin: Polylang] posts only display titles, no content"
Another odd behaviour is that the upper menu bar (with the login info etc) does not get displayed on either of these pages. That's normal because WordPress brutally stops in the function...
View Articlerobcarroll on "[Plugin: Polylang] posts only display titles, no content"
I have the most up to date version of Responsive and Wordpress itself already. I may try to do a clean install of both. Anyway, fully commenting out the function above seems to fix this issue. thanks,...
View Articlemitcho (Michael Yoshitaka Erlewine) on "[Plugin: Yet Another Related Posts...
I don't think this is the best way to accomplish what you want to do. I think a better idea is to ship a "custom YARPP template" which includes code for these language-specific strings:...
View ArticleChouby on "[Plugin: Yet Another Related Posts Plugin] Better integration of...
Thank you for your answer. Clearly my suggestion was the result of a lack of knowledge of YARPP. I looked at the templates supplied with YARPP and found one 'yarpp-template-wpml.php'. I just made a...
View ArticleChouby on "[Plugin: Polylang] How do I translate entries of display options...
You can look at our discussion with mitcho in the link above to have a definitive solution which better integrates with the way YARPP is working.
View Articleborkenkaefer on "[Plugin: Polylang] Random header-image of twentyeleven-theme...
I have the same problem described over here: http://wordpress.org/support/topic/plugin-polylang-custom-header-problem-with-v-051 polylang-version: 1.0.2 wordpress: 3.3.2 (debian-based) is this a...
View Articlejlapoutre on "[Plugin: Polylang] Random header-image of twentyeleven-theme...
Exactly the same here for WP v3.5.1 polylang v1.0.2 Theme: Twentyeleven (tested with theme version 1.3 and after upgrade to current v1.5). Only affects randomly rotated uploaded header image, not one...
View Articlevdstruijs on "[Plugin: Polylang] Pol"
I´m using the gallery and polylang plugin a few weeks now on my website http://www.calcotillo.com So I have a website in 3 languages. Problem: This weekend I found out that the galleries on the Spanish...
View Articletntrush on "[Plugin: Polylang] "All languages" option for posts and pages"
Hallo, My question could be very noobish, but how could I use the code from http://pastebin.com/bsEM0P2R? E.g. What will the filename containing the code be and in which directory should be saved? Kind...
View Articlemanngo on "[Plugin: Polylang] "All languages" option for posts and pages"
Hi, I have strange way the opposite issue. I have 2 languages: English as default and Chinese as secondary. All posts are translated to both languages. However when I display the archive I have this:...
View ArticleChouby on "[Plugin: Polylang] Random header-image of twentyeleven-theme...
* If the header image is chosen in the media library * If there is no picture in the media library associated to the current language (for example if all pictures were uploaded before Polylang was...
View ArticleChouby on "[Plugin: Polylang] "All languages" option for posts and pages"
@tntrush copy paste the code in a file called "something.php", upload this file in your plugins directory and finally activate the newly created plugin. As mentionned above, the code was quite...
View Article