photeck
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with Category and ArchivingThank you very much, that should work perfectly, if not i shall find another work around myself, it’ll give me a chance to dive deeper into the codex, so i will not take up any more of your time, appreciate the help!
Forum: Fixing WordPress
In reply to: Problem with Category and ArchivingNot entirely no, i cannot figure out how to store anything in a string, nor do i really understand where i would insert echo=0
Forum: Fixing WordPress
In reply to: Problem with Category and Archivinghaha, ok you stepped over my knowledge limit, i have no clue how to do any of that, this is my first attempt at creating a custom theme using wordpress as my backend. I do appreciate the help though, had no idea the code i was using was deprecated!
Forum: Fixing WordPress
In reply to: Problem with Category and ArchivingSigh, ok..i replaced the deprecated code with
<?php wp_get_archives('type=postbypost&limit=5'); ?>But this still doesnt solve the issue, each link still displays all posts in category 4, instead of the archived post
Forum: Fixing WordPress
In reply to: Problem with Category and ArchivingAlrighty, i dont quite understand, but perhaps i didnt post enough code for anyone to understand, here is my full code at pastebin
I thought i put my reset_query in the correct place..