go41

the info you need to know


von Joern
Keine Kommentare

joern thanks for getting back. the top version works well, but displays the admin.the bottom version is good, but only displays the first name over and over again.Therefore, how can I include the exlude admin into the first one?also, where should I include the userphoto($user->ID); in the first set of…


von Joern
Keine Kommentare

Can anyone advise the code I need, to have a page, that appears with the title of each category, and then list the posts contained withing the category, then another category with it's post etc..So it looks a bit like this...TITLE OF CATEGORY APOST 1 CATEGORY APOST 2 CATEGORY ATITLE…


von Joern
Keine Kommentare

I think yes, you can limit this next and previous to the categories the post is in.I do not know how this works really with posts in asigned to many categories, but this should do it:Code:<div class="navigation">      <div class="right"><?php next_post_link('%link &raquo;', '%title', TRUE) ?></div>      <div class="left"><?php previous_post_link('&laquo; %link',…