bobbyavidity
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Contact Form 7] File upload doesn’t workYeah, I see the same error.
Forum: Themes and Templates
In reply to: Top Navigation Color linksAwesome! That worked. Thanks so much!
Forum: Themes and Templates
In reply to: Top Navigation Color linksWhere should I put that and how do I know which page item my Submit-story page is?
Forum: Your WordPress
In reply to: doyouknowwhatihate.com – my blogeatingrocks – I’m in the process of adding voting for each post, the Is it just me? will have a voting option of Yes, it’s just you and another option of No, I agree or something like that.
That’s a good idea about the scratching. Once I finish designing the store, i’ll see what I can do 🙂
Yeah go for it! I’m getting like 15ish submissions per day, feel free to comment on the stories and submit all you’d like.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Dropdown menuMade a new dropdown menu and used just [category] and it worked for anyone having a similar problem.
Forum: Fixing WordPress
In reply to: How to disable html in comments?what is that?
Forum: Fixing WordPress
In reply to: Login Success PageHmm, i don’t know if it’s my template giving me so many issues, but a lot of functions don’t seem to work.
Forum: Fixing WordPress
In reply to: Custom authorThe first method put the Submitted by: and Posted under on the same line, but now my custom field for each post doesn’t show up.
Forum: Fixing WordPress
In reply to: Custom authorNope, didn’t work. It stayed in the same spot :/
Forum: Fixing WordPress
In reply to: Custom authorhmmm. Thats what I have put in already, but It still puts the categories under the submitted by: http://www.doyouknowwhatihate.com
heres my code:
<?php the_meta(); ?><p class=”post-info”> | Filed under <?php the_category(‘, ‘); ?></p>
Forum: Fixing WordPress
In reply to: Custom authorI got it! Thanks. How do I move my meta data next to my | Categories? Right now it’s just stayin at the top.
Forum: Fixing WordPress
In reply to: Custom authorThen what would I have to change the index.php to?
curently it is:
<p class=”post-info”>Submitted by <?php the_author(); ?> | Filed under <?php the_category(‘, ‘); ?></p>
Forum: Fixing WordPress
In reply to: Custom authorWhen I use the custom fields, I understand where and how to put the tags on the main index sheet, but how do i customize the author for each individual post if the “key” is just a word, and so is the “value”? It seems like i’d need to have a tag there or something?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Max Length & Box sizebump
Forum: Fixing WordPress
In reply to: “posted by” customizingI’ve searched the Codex custom fields, but am unsure of where to put the new php. Any ideas?