kukhen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: restrict EVERYTHING except posting to a categoryYes indeed it helped!
Thank you a lot 🙂
Forum: Fixing WordPress
In reply to: which loop is this?nvm, found it
Forum: Fixing WordPress
In reply to: excerpt for next/previous postso I thought I figured it out by myself, then I realized it was only showing the excerpt for the post I was on, not the previous and next post
any ideas?
Forum: Fixing WordPress
In reply to: excerpt for next/previous postdidn’t want to do this but…. bump :)?
[bumping is really not neccessary after such a short time]
Forum: Fixing WordPress
In reply to: have_posts() loop for specific category/tagOk, thank you for the help.
However, what I now have done is to first show three posts from one category then the rest by doing the whole have_posts() loop while the query is set, then I reset it in the endwhile and do the whole have_posts() loop again. Not only do I then get the first three posts twice but it seems like there should be a better way of doing this.
Any help or pointers appreciated 🙂
Forum: Fixing WordPress
In reply to: adding posts differently, help appreciatedIt was actually quite easy, started to replace the post text, title, image etc with the php variables and then I realized how I was supposed to put it in the template just as you said. For those of you who are interested:
Thanks guys!
Forum: Fixing WordPress
In reply to: adding posts differently, help appreciatedThis is a part of my template’s index.php, you mean in here?
[Code moderated as per the Forum Rules. Please use the pastebin]
I’ve commented out some stuff I don’t want for now, so the only thing there of importance is the <?php the_content(); ?> call I think, so I have to go deeper and start editing the loop files to do what you are saying, or?