Could I make my recent list multilingual as I did the News Manager using nm_show_tag() function? I differ the language versions of the posts with a tag.
I use the following code for the sidebar recent posts
If I could at least force to not show the "read more" button in the sidebar, I could restyle nm_show_tag() output for the sidebar.
Thanks for any info regarding this.
I use the following code for the sidebar recent posts
Code:
<span class="heading">
<?php if ($language == 'cs') { ?>Nejnovější články
<?php } else { ?>Latest posts<?php } ?>
</span>
<?php nm_set_custom_maxposts(4) ?>
<?php nm_set_custom_excerpt(175) ?>
<?php nm_set_custom_image(75, 75); ?>
<?php nm_custom_display_recent('
<div class="my_recent_post">
<h3><a href="{{ post_link }}">{{ post_title }}</a></h3>
<span class="my_excerpt_date">{{ post_date }}</span>
{{ post_image }}{{ post_excerpt }}
</div>
'); ?>
If I could at least force to not show the "read more" button in the sidebar, I could restyle nm_show_tag() output for the sidebar.
Thanks for any info regarding this.
Tomáš Janeček - Multilingual personal website powered by GetSimple
» The little I did for GetSimple
» The little I did for GetSimple