jonathanmead
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Make something only show on post, not on main page?Thank you Moshu and everyone else.
I’m starting to get the hang of this now. =)
Forum: Fixing WordPress
In reply to: Make something only show on post, not on main page?Actually, the content I wan to show up is only on the actual post page. Right now it’s showing up on the main page, whether I use the “more” function or not.
It’s not for sidebar purposes.
I don’t have a single.php. I guess the person that made my theme didn’t use it.
Skaufman, I’ll try your suggestion. That sounds like it should work for me. So you can put anything within those single quote (‘) marks? Even html?
Sorry if I sound like a total noob. =)
Forum: Fixing WordPress
In reply to: Make something only show on post, not on main page?I guess what I would use… is_single()
My question is how do I call this query? I’ve never really used php before.
I want to call a div with other html inside it. So would I call the query is_single() and then put the html after that? How does that work?
Thanks!
Forum: Fixing WordPress
In reply to: Make something only show on post, not on main page?I’m really new to using conditional tags. How do I implement them say on my conditional include, if it’s on a single page, rather than the main template? Thanks.