gregory9885
Forum Replies Created
-
Cool, glad I could help!
Hmm… sorry, I’m not sure. Thought I could help, but my original problem when I posted was something really stupid… I just didn’t have the “
a” in the “<a href="#">”I noticed that the code in my template file was wrong. If you post your template code somewhere I can take a look.
Forum: Plugins
In reply to: Confused with this If Else statement for Custom FieldsWooooow, I didn’t even realize that. Thank you!
Forum: Plugins
In reply to: Confused with this If Else statement for Custom FieldsYes, I knew that was there. Thanks for the tip though. I wanted to use a custom write panel though, which is what I was using from the tutorial located here: http://wefunction.com/2009/10/revisited-creating-custom-write-panels-in-wordpress/
I just can’t seem to get that working with the If Else statement that I have above 🙁
Forum: Plugins
In reply to: Confused with this If Else statement for Custom FieldsI know that they’re there, but I need a box to always show up every time an author edits a post. That’s not currently available is it?
Forum: Plugins
In reply to: Confused with this If Else statement for Custom FieldsI’m not exactly sure what my key is. That may be the problem I’ve got.
I’m using this for custom fields in my functions.php.
The beginning portion of my functions.php looks like this: http://pastebin.com/2PnMCiQh
Forum: Plugins
In reply to: Confused with this If Else statement for Custom FieldsI’m still learning php, so I’m not too great at it. What you gave me still isn’t working for me 🙁
Does it have something to do with the additional
$data = get_post_meta( $post->ID, 'key', true );that I added to the beginning of the loop?