joshuatw
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Author created categoriesI was hoping for something that would do this more automatically. I’ve only been able to read about Limit Catagories, I can’t find the file, but from what I have read. It looks like I’d need to manage the categories that were limited to specific users.
Forum: Themes and Templates
In reply to: Author created categoriesThe plugin works to allow authors to create categories. Is there a way to prevent an author from posting in changing a category he or she did not create?
Forum: Themes and Templates
In reply to: Category link to oldest postI figured it out, using the Custom Query String plugin.
Forum: Themes and Templates
In reply to: Category listing on main page with description.It would be great if you’d post the code.
Forum: Themes and Templates
In reply to: PHP include containing a posts title.I got it figured out… I was staring at the code and realized that the “the_title()” function was calling another function and tried it… This is how I got it to work…
include(‘../includes/’ .get_the_title(FALSE). ‘.php’);
Forum: Themes and Templates
In reply to: PHP include containing a posts title.That didn’t work either. I’m getting an error message saying that “.php” doesn’t exist, with the name of the post preceding the warning message.
Just out of curiosity, why is it bad to use the URI in an include?
Forum: Themes and Templates
In reply to: Thumbnails using a posts excerptWhat markup would I need to use in order to display the excerpts that I want, the current post the previous and next post?
Also, a link to the tutorial would be alot of help.
Thanks.
Forum: Themes and Templates
In reply to: Displaying one category on main pageThank you so much, that worked great.