go41

Re: Placing Other Categories in the Featured-Section :: Reply by raf_79

von Joern am 27. Jan. 2011 | Keine Kommentare

Yes it did. Thank you! :D
What would I have to do additionally to select which posts to display in a category as opposed to the most recent post as it displays now?

(von: raf_79)

Hier noch 3 weitere Ergebnisse dieses Threads:

Placing Other Categories in the Featured-Section

26. Jan. 2011 (von: raf_79)

Please forgive me if this has already been addressed in the forum.By following instructions here in the forum, I've been able to get 2 featured sections functioning correctly side-by-side on my site. However, I would like to be able to…

Re: Placing Other Categories in the Featured-Section :: Reply by Joern

27. Jan. 2011 (von: Joern)

in Arthemia the query for category Headline is like this:Code:<?php query_posts("showposts=1&category_name=Headline"); ?>If you know the ID of this category (here as sample ID=4) you could use:Code:<?php query_posts("showposts=1&cat=4"); ?>Coming to Featured section, normally like this:Code:<?php query_posts("showposts=4&category_name=Featured"); $i = 1; ?>this you…

Re: Placing Other Categories in the Featured-Section :: Reply by Joern

28. Jan. 2011 (von: Joern)

check the WordPress Support Forum link I gave you above.you could query by another parameter like author, tag etc, you could just query one or two posts exactly (Post & Page Parameters)you could change the sort order (Order & Orderby…

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: