danbruno
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Line breaks missing inside blockquote, codeI seem to have fixed it by disabling Markdown. Is that the only way?
Forum: Themes and Templates
In reply to: Line breaks missing inside blockquote, codeOkay, on further review, it’s not just Hemmed, it’s everything. I never used to have to put paragraph tags everywhere — what’s up?
Forum: Fixing WordPress
In reply to: Just a couple questionsOops.
Thanks for keeping me on track, moshu. 🙂
Forum: Fixing WordPress
In reply to: Just a couple questionsI tried what Kassaf suggested, but the query_posts function seems to overwrite every page. For example, if I go to /page/2, I still see the most recent posts. Any ideas?
Forum: Plugins
In reply to: Different categories on each page / Showing the right number of postsOkay, I figured out a way to do what I want. I made a template file that uses PHP to include index.php, so that I can make pages that mimic the home page (as moshu said, not quite the intended use, but oh well 🙂 ). Then I used conditional tags to figure out which page is being looked at, and used query_posts to specify what I wanted done (including how many posts to show).