WORDPRESS QUESTION: Regarding Custom Fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Angry Jew Cat - Banned for Life
    (felis madjewicus)
    • Jul 2006
    • 20368

    #1

    WORDPRESS QUESTION: Regarding Custom Fields

    Ok, so I am using custom fields on one of my blogs and until I moved to my new server I had no problems. Now though I have this custom field which I cannot control popping up and I cannot get rid of it. "_encloseme: 1" it won't go away. What do I gotta do to get that pain in the ass off of there? It's an eyesore, and does not belong there.
  • GrouchyAdmin
    Now choke yourself!
    • Apr 2006
    • 12085

    #2
    Change your SQL query to be less retarded than "SELECT *" and display everything - or do a really stupid/lazy and unset it from the array?

    Comment

    • Angry Jew Cat - Banned for Life
      (felis madjewicus)
      • Jul 2006
      • 20368

      #3
      Originally posted by GrouchyAdmin
      Change your SQL query to be less retarded than "SELECT *" and display everything - or do a really stupid/lazy and unset it from the array?
      that would require being less retarded though would it not?

      Comment

      • Young
        Bland for life
        • Nov 2004
        • 10468

        #4
        Can you post the code from your template where you are attempting to display the field but are getting the enclose me stuff instead?
        ★★★

        Comment

        • Angry Jew Cat - Banned for Life
          (felis madjewicus)
          • Jul 2006
          • 20368

          #5
          no clue even what part it is that does the custom fields, its a theme i purchased. i've never built a theme and used them myself. this is the only part of the theme that appears jibberish to me, so i assume this is what is including them...

          Code:
          <?
                  $smth_posted = 0;
                  while(list($key, $val) = each($post_meta_cache[1][$post->ID])){
                   if(!preg_match('/^ratings_/', $key)){
                    $smth_posted = 1;
                    echo $key.': <span class="score">'.$val[0].'</span><br />';
                   }
                  }
          
                  if(!$smth_posted){
                   echo '<br /><br /><br /><br />';
                  }
          
          ?>

          Comment

          • Angry Jew Cat - Banned for Life
            (felis madjewicus)
            • Jul 2006
            • 20368

            #6
            bumperoo

            Comment

            • fris
              I have to go potty
              • Aug 2002
              • 55751

              #7
              http://lonewolf-online.net/computers...custom-fields/

              heres some handy info
              Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


              Totally Free Templates

              Comment

              Working...