deeleea
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Loop/Category/Code/Template assistance please.That’s a really good start, however it throws everything into the page that has a category, rather than put the specific category in each page… can you offer any further suggestions?
Forum: Fixing WordPress
In reply to: Advice on Code foreachfunction _get_field( $post_id, $field_key ) { $fields = get_post_meta($post_id, $field_key); if( count($fields) == 0) return ''; if( count($fields) == 1) return $fields[0]; return $fields; }Oh, here’s the function code if anyone needs it.
Forum: Fixing WordPress
In reply to: Advice on Code foreachHi, I solved the problem – it was the
_get_fieldfunction – I hadn’t put the function in functions.php – once that was added everything worked!Forum: Plugins
In reply to: [Plugin: Secure Invites for WordPress MU] Emails not sending?Hey Chris
I’m still having the same problem as 1stangel. Can you tell me how you fixed it so I can implement the same solve on theupperroom.org.au/social
Thanks, the client’s getting itchy
Dee
Forum: Plugins
In reply to: Contact Form 7 – Shortcode is not generated!For what it’s worth I’ve checked the database and Contact form 2 content is apparently all there, so I figured that, based on the other shortcode I had deduced correctly (in order to have Contact form 1 appear in the page text) that the short code for the duplicated form would be
[contact-form 2 "Contact form 2"]This short code doesn’t get the form to appear, I get this instead
[contact-form 404 "Not Found"]
Bit frustrating.
Forum: Plugins
In reply to: Contact Form 7 – Shortcode is not generated!I have the same problem… I’ve deactivated plugins, switched themes AND posted the tag into my footer with still no success… anyone else have other ideas why I’m getting this error??
All help gratefully received. Thanks
Forum: Installing WordPress
In reply to: Widgets don’t drag and drop as advertisedWP Events Calendar was screwing it up for me too…