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.
WORDPRESS QUESTION: Regarding Custom Fields
Collapse
X
-
Tags: None
-
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
-
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
-
-
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

Totally Free TemplatesComment

AIM: GrouchyGfy
Comment