I am so far only displaying the blog through the i18n search, not the individual blog entries. I have looked at three different ways to include the "blog-functions" component in the displaying page.
1. In the page content using {% blog-functions %}
2. In the search code defined in the blog special page using <?php get_component('blog-functions'); ?>
3. In the Page Template of the displaying page using <?php get_component('blog-functions'); ?>
Method 1: Part of the latest blog is returned. It seems to stop returning the html for some reason. http://pastebin.com/gYy2AQcy
Method 2: All of the latest blog is returned but the next blog is cutoff. Same thing with the html. http://pastebin.com/nNkgixqL
Method 3: Seems to work perfectly.
I have DynPages .7.2 | i18n 2.6 | i18n Special Pages 1.0 | Multi User 1.5 installed.
I have the your default setup installed at http://www.threeleafcompany.com/i18n-blog
My working is at http://www.threeleafcompany.com/blog
1. In the page content using {% blog-functions %}
2. In the search code defined in the blog special page using <?php get_component('blog-functions'); ?>
3. In the Page Template of the displaying page using <?php get_component('blog-functions'); ?>
Method 1: Part of the latest blog is returned. It seems to stop returning the html for some reason. http://pastebin.com/gYy2AQcy
Method 2: All of the latest blog is returned but the next blog is cutoff. Same thing with the html. http://pastebin.com/nNkgixqL
Method 3: Seems to work perfectly.
I have DynPages .7.2 | i18n 2.6 | i18n Special Pages 1.0 | Multi User 1.5 installed.
I have the your default setup installed at http://www.threeleafcompany.com/i18n-blog
My working is at http://www.threeleafcompany.com/blog