Posts: 6
Threads: 1
Joined: Nov 2013
Hallo,
ich nutze News Manager 3.3.1 und habe nach langer Forensuche (DE/EN) keine Lösung für meine Frage gefunden.
Wie kann ich es realisieren, dass wenn ich über die Sidebar Posts (Archiv oder Tags) aufrufe und die Auflistung nicht alle Post anzeigt, sondern eben nur die maximal gewünschten und der Rest über eine "pagination" auswählbar ist ?
So wie es für der News-Seite im Backend einstellbar ist.
Code für Sidebar (<?php get_component('news'); ?> )
<h4><i class="fa fa-search fa-lg"></i> Suche</h4>
<div class="news-tags">
<?php nm_list_tags(); ?>
</div>
<h4><i class="fa fa-inbox fa-lg"></i> Ablage</h4>
<div class="news-year">
<?php nm_list_archives(); ?>
</div>
vielen Dank
Gruß Gauuitzi
Posts: 3,491
Threads: 106
Joined: Mar 2010
News Manager-Einstellungen -> Benutzerdefinierte Einstellungen
oder
(fancy-URLs)
http://www.cyberiada.org/cnb/news-manager-b/
Custom Settings (and custom texts) -> Other custom settings
Posts: 6
Threads: 1
Joined: Nov 2013
(2016-06-17, 00:25:20)Carlos Wrote: News Manager-Einstellungen -> Benutzerdefinierte Einstellungen
oder
(fancy-URLs)
http://www.cyberiada.org/cnb/news-manager-b/
Custom Settings (and custom texts) -> Other custom settings
Hallo Carlos,
vielen Dank für deine schnelle Antwort.
Leider verstehe ich sie nicht ganz, denn die Seitennavigation funktioniert bereits automatisch, aber nur auf der Hauptseite.
Ich möchte eigentlich von der Seitenleiste die Posts (Archiv oder Tag) auf einer neuen Seite anzeigen, eben nur nicht alle sondern z.b nur 5 Stück und die restlichen Post sollen dann über die Seitennavigation unten angezeigt werden.
In einem Post
http://get-simple.info/forums/showthread...7#pid39107 hast du beschrieben wie man die site.php ändern soll, was auch funktioniert. Aber es fehlt dann sie Seitennavigation um die restlichen Post anzuzeigen.
Kannst du mir das bitte verständlich erklären ?
danke
gauutzi
Posts: 3,491
Threads: 106
Joined: Mar 2010
Sorry, I'm google translation so I'm not sure I understand well.
Perhaps this?
More info:
http://www.cyberiada.org/cnb/news-manager-e/
(Front-end (website) functions and settings -> Maximum posts in tag view)
Posts: 6
Threads: 1
Joined: Nov 2013
(2016-06-17, 23:56:27)Carlos Wrote: Sorry, I'm google translation so I'm not sure I understand well.
Perhaps this?
More info: http://www.cyberiada.org/cnb/news-manager-e/
(Front-end (website) functions and settings -> Maximum posts in tag view)
Hello Carlos,
Thanks for your quick reply.
I try it in englisch (Google optimized) :-)
I want actually show from the sidebar Posts (Tag - "nm_list_tags()" for example
www.domain.com/news/?tag=demo) on a new page, but not all Posts (e.g.30) just e.g. 5 Posts. The rest of 25 Posts will be displaed by "pagination".
In News Manager Custom Setting i added "tag maxPosts 5" so that works fine :-) but now there is no "pagination" to display the rest of 25 Posts like the mainpage.
And the same problem i have with Posts from the sidebar (Archive - "nm_list_archives()" for example
www.domain.com/news/?archive=2016). How does that works ? Custom Settings like "archive maxPosts 5" does not work :-(
I hope you can follow me now :-)
Thanks
gauuitzi
Posts: 3,491
Threads: 106
Joined: Mar 2010
(2016-06-18, 05:58:26)gauuitzi Wrote: Thanks for your quick reply.
I try it in englisch (Google optimized) :-)
I want actually show from the sidebar Posts (Tag - "nm_list_tags()" for example www.domain.com/news/?tag=demo) on a new page, but not all Posts (e.g.30) just e.g. 5 Posts. The rest of 25 Posts will be displaed by "pagination".
In News Manager Custom Setting i added "tag maxPosts 5" so that works fine :-) but now there is no "pagination" to display the rest of 25 Posts like the mainpage.
If you need pagination, use custom setting
tagPagination d
(2016-06-18, 05:58:26)gauuitzi Wrote: And the same problem i have with Posts from the sidebar (Archive - "nm_list_archives()" for example www.domain.com/news/?archive=2016). How does that works ? Custom Settings like "archive maxPosts 5" does not work :-(
No,
maxPosts
and
tagPagination
are only currently supported for tag pages.
So you would like to have pagination or limited number of posts for each archive (month or year) page?