45 reputation
6
bio website
location
age
visits member for 9 months
seen May 19 at 19:52
stats profile views 15

May
19
asked Facebook Open Graph Not Pulling Specified Open Graph Properties
Apr
6
asked Function not initializing in my wordpress themes function.php file
Feb
23
comment Extracting Values from Wordpress Get_Post_Meta
does this run a query when I do get_post_meta? Is there any way to do it without running a query? I am trying to limit my queries because on each record listed on the page I need to do get_post_meta for several different custom fields.
Feb
23
asked Extracting Values from Wordpress Get_Post_Meta
Feb
23
accepted Wordpress Query and Get_Post_Meta
Feb
23
comment Wordpress Query and Get_Post_Meta
Thank you so much for the suggestion.
Feb
23
asked Wordpress Query and Get_Post_Meta
Feb
19
accepted Blocking Bots by Modifying Htaccess
Feb
19
comment Blocking Bots by Modifying Htaccess
thank your so much for the help. That worked. I assume I don't need the RewriteBase / under the top section only the wordpress section. Is that correct?
Feb
18
asked Blocking Bots by Modifying Htaccess
Feb
18
comment Wordpress Notice: Trying to get property of non-object
@SankalpMishra I updated the taxonomy page where the loop happens, most likely the place the post is being called. This exact loop runs twice in the taxonomy page with difference criteria in query_single('dealers', 'publish', '1', $taxtype, $value);
Feb
18
revised Wordpress Notice: Trying to get property of non-object
added 2363 characters in body
Feb
18
comment Wordpress Notice: Trying to get property of non-object
@SankalpMishra Thank you for the reply. I don't mean to sound dumb but this error is throwing me off. My taxonomy page has a lot of code on it and I don't just want to paste a bunch of code that is not necessary. But this is referencing wp-includes/post-template.php. Not quite sure what that is. Can you recommend where I should post the code from? Thank you!
Feb
18
asked Wordpress Notice: Trying to get property of non-object
Feb
15
revised Wordpress theme error Notice: Undefined index: activated
edited tags
Feb
15
revised Wordpress theme error Notice: Undefined index: activated
added 92 characters in body
Feb
15
asked Wordpress theme error Notice: Undefined index: activated
Feb
8
awarded  Supporter
Feb
8
accepted Using the explode or regex or substr function to extract city out of a state in php
Feb
8
comment Using the explode or regex or substr function to extract city out of a state in php
thank you so much for this. It worked but I had to edit your $city to $city = substr($geography->name, 0, $statePos);