Transclusion of only one blog

Hi all,
we have two blogs (one for stories and one for announcements). Now I only want to transclude the blog for announcements on my start page. I’ve tried this:
{{Blog:Ankündigungen}}
But this only shows me nothing.
If I use
{{Spezial:ArticlesHome}}
it works (but then with both blogs).

What can I do?

Kind regards,
Jonathan

Hi Jonathan,

for this case I come up with a workaround/hack, which will archive the function for now (but not in the long run, as there should eventually be better way outputting a list)

Assuming that you have blog post under Blog:Ankündigungen, then please add this piece of code to the page source of your start page:

<div id="blog-home" data-blog-page="Blog:Ankündigungen" data-blog="Ankündigungen" data-type="global" data-blog-exists="true" data-creatable="0"></div>
{{Special:Blogs}}

(Special:Blogs is the same as Special:ArticlesHome, and regardless the language settings of the site / the user one can always call these pages in English)

Hope these can help = )

Best regards,
Hua

(alternatively 9.2 Blog – BlueSpice Helpdesk might be a solution)