brianpeat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Clicking more jumps to the BOTTOM of the postIf I only knew how to USE the_excerpt
Guess I’ll start playing again.
On a side note, anyone know how to simply change this pehavior in the PHP code somewhere? This system will continue to be used for news, so I always want it to go to the top of the page when they click more.Forum: Plugins
In reply to: Image in its own table cell?By in the Post I mean, another field of info that’s tied to that post, the same way the title, date, category, etc are tied to that post. So yeah, I need to figure out how to make a new field that will post some image html based on the image or url to an image that I enter into a form field while making my post. My problem is that I have no idea how to do that.
Forum: Plugins
In reply to: Image in its own table cell?By in the Post I mean, another field of info that’s tied to that post, the same way the title, date, category, etc are tied to that post. So yeah, I need to figure out how to make a new field that will post some image html based on the image or url to an image that I enter into a form field while making my post. My problem is that I have no idea how to do that.
Forum: Themes and Templates
In reply to: Automatic Excerpts???Any idea how to:
1. Change the text of the More to Read More…
2. Find the “loop” for the full page version of the story, so I can incorporate it into my own web page? As it is now, I have a working version on my normal web page (Well, a .php version of my web page), but when you click More, it takes you to a varient of the Index.php page. I’m thinking I have a long stretch of code hacking ahead of me, but I’m hoping not. Maybe it’s as easy as finding where the More code is burried and redirect it to a new page with a modified “loop” on it?Forum: Plugins
In reply to: Image in its own table cell?I decided to go with a Read more system for the front page, but I’d still love to have a way to force a photo into a table cell if needed. It would be great to have some kind of hack where the photo is simply an uploaded item in the post and a small php tag represents where the image goes for that post just like the time, date, author, etc stamps. Is there such a beast?