SamG
Forum Replies Created
-
Forum: Your WordPress
In reply to: College newspaper site powered by WPBryan, I’m curious about how you handle the article’s writers. Have you created an account for every writer have whoever is posting the article manually change the author? Some custom plugin? What about if there are multiple authors for an article?
Cheers,
-SamForum: Themes and Templates
In reply to: Creating in-template seperate pages?What i ended up doing was creating a separate template with the php code i needed, and then simply creating a blank page with that template. thanks for the help!
Forum: Themes and Templates
In reply to: Creating in-template seperate pages?I tried another attempt at “pretty” permalinks, (i had tried previously and failed) but now these are working great. I tried several plugins, including the one above (and phpexec, and a 2nd plugin also called runphp). i wrapped everything in <phpcode></phpcode> and it did not work, it only printed the php. the 2nd runphp worked slightly better, but gave me a execution error. i’ve tested the code already, and it should be ready to run. thanks for the help.
Forum: Themes and Templates
In reply to: Creating in-template seperate pages?1 reason, and 1 question 1) i don’t want it reliant on the database because i like to work locally on my template, then upload. i also don’t like having to link to domain.com/?page_id=15 or whatever. is their a way around this? 2) can i execute php queries via a Page? i’ve read that you need a plugin.
thanks again
Forum: Plugins
In reply to: Image link for RSS feeds, and echoing only one categoryI know they are separate issues, i just thought i would try to hit two birds with one stone. Sorry if it was confusing, ( i thought i had made it clear by separating them into questions) next time i’ll post them as separate posts. do you have an answer to the 2nd question anyway?
Forum: Plugins
In reply to: Image link for RSS feeds, and echoing only one categoryOk, maybe i’m explaining it wrong. I want to be able to have separate sections on my index, say “blog” and under this i have echoed all posts made to the “blog” category. another would be “bananas” and under this all posts categorized as “bananas” is echoed. etc Not as in separate category pages, but all contained within the index page.
Forum: Plugins
In reply to: Image link for RSS feeds, and echoing only one categoryOk thanks alot, that worked perfectly.
My template is only local currently, so i can’t show it yet, but what i’m looking for is a way to echo only posts from a certain category. similar to here http://mattbrett.com/
Thanks again