go41

the info you need to know


von Joern
Keine Kommentare

By the way, I have seen your guide to:Modify the front page view of arthemia to show most recent (newest) post as 'headline', next four older posts as 'featured' and the subsequent posts continuing below.I don´t want to change 'featured', just show most recent (newest) post as 'headline' and the…


von Joern
Keine Kommentare

The line <?php comments_template(); ?> loads the comments input field plus all comments of the according post. (normally only in single.php)I wanted to say put this line in your index.php in the featured query under the line with <?php the_content(); ?> what you just added in your featured section.To use…