Title: deeleea's Replies | WordPress.org

---

# deeleea

  [  ](https://wordpress.org/support/users/deeleea/)

 *   [Profile](https://wordpress.org/support/users/deeleea/)
 *   [Topics Started](https://wordpress.org/support/users/deeleea/topics/)
 *   [Replies Created](https://wordpress.org/support/users/deeleea/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/deeleea/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/deeleea/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/deeleea/engagements/)
 *   [Favorites](https://wordpress.org/support/users/deeleea/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Loop/Category/Code/Template assistance please.](https://wordpress.org/support/topic/loopcategorycodetemplate-assistance-please/)
 *  Thread Starter [deeleea](https://wordpress.org/support/users/deeleea/)
 * (@deeleea)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/loopcategorycodetemplate-assistance-please/#post-1907731)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Advice on Code foreach](https://wordpress.org/support/topic/advice-on-code-foreach/)
 *  Thread Starter [deeleea](https://wordpress.org/support/users/deeleea/)
 * (@deeleea)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/advice-on-code-foreach/#post-1770772)
 *     ```
       function _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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Advice on Code foreach](https://wordpress.org/support/topic/advice-on-code-foreach/)
 *  Thread Starter [deeleea](https://wordpress.org/support/users/deeleea/)
 * (@deeleea)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/advice-on-code-foreach/#post-1770771)
 * Hi, I solved the problem – it was the `_get_field` function – I hadn’t put the
   function in functions.php – once that was added everything worked!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Secure Invites for WordPress MU] Emails not sending?](https://wordpress.org/support/topic/plugin-secure-invites-for-wordpress-mu-emails-not-sending/)
 *  [deeleea](https://wordpress.org/support/users/deeleea/)
 * (@deeleea)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-secure-invites-for-wordpress-mu-emails-not-sending/#post-1447283)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Contact Form 7 – Shortcode is not generated!](https://wordpress.org/support/topic/contact-form-7-shortcode-is-not-generated/)
 *  [deeleea](https://wordpress.org/support/users/deeleea/)
 * (@deeleea)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/contact-form-7-shortcode-is-not-generated/#post-1423562)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Contact Form 7 – Shortcode is not generated!](https://wordpress.org/support/topic/contact-form-7-shortcode-is-not-generated/)
 *  [deeleea](https://wordpress.org/support/users/deeleea/)
 * (@deeleea)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/contact-form-7-shortcode-is-not-generated/#post-1423561)
 * 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](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Widgets don’t drag and drop as advertised](https://wordpress.org/support/topic/widgets-dont-drag-and-drop-as-advertised/)
 *  [deeleea](https://wordpress.org/support/users/deeleea/)
 * (@deeleea)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/widgets-dont-drag-and-drop-as-advertised/page/4/#post-1102066)
 * WP Events Calendar was screwing it up for me too…

Viewing 7 replies - 1 through 7 (of 7 total)