| bio | website | cakeandeatitdesigns.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | Apr 2 at 20:32 | |
| stats | profile views | 3 |
I enjoy working with wordpress to build custom website solutions.
|
Mar 20 |
accepted | Is there a good way to use CMS images with CSS |
|
Mar 20 |
answered | Is there a good way to use CMS images with CSS |
|
Mar 20 |
comment |
Is there a good way to use CMS images with CSS Yes, sorry I mean in terms of stack exchange. Thanks |
|
Mar 20 |
comment |
Is there a good way to use CMS images with CSS What should I do to 'answer' this question? Thanks! |
|
Mar 18 |
comment |
Is there a good way to use CMS images with CSS Thanks for the response! I have been doing a lot of research on different options for this and while I could write a jQuery script to do this, it would still most likely involve adding css inline. So I decided to just have php write the one line of inline css I need and call it done. Thanks for the help! |
|
Mar 15 |
asked | Is there a good way to use CMS images with CSS |
|
Jan 9 |
accepted | Where should I use get_option in a plugin |
|
Jan 9 |
comment |
Where should I use get_option in a plugin That's great! Thank you so much for the help! |
|
Jan 9 |
accepted | Escaping date string in url with wordpress |
|
Jan 9 |
comment |
Where should I use get_option in a plugin Great, thanks for the help! So based on your update could I set $test to the options array at the top of my plugin and check against it for all the options as I need them? |
|
Jan 9 |
asked | Where should I use get_option in a plugin |
|
Dec 17 |
comment |
Escaping date string in url with wordpress Thanks for the response! At this point I am getting the result that I want in terms of using the date and strtotime functions. I just want to make sure that if someone were to set their own new_date value in the url they won't be able to gain access to things. Once the variable has been set I use it to check meta data of posts through WP_Query so I don't think I need to use prepare(based on what I read about it). I am not sending any information to the DB with this so hopefully I won't have any issues there. If date gives back odd things it just won't return any posts which is fine. Thanks! |
|
Dec 17 |
asked | Escaping date string in url with wordpress |
|
Oct 5 |
awarded | Scholar |
|
Oct 5 |
accepted | Can I query custom meta data through WP_Query |
|
Oct 4 |
awarded | Student |
|
Oct 4 |
comment |
Can I query custom meta data through WP_Query Ok cool, I will keep doing the checks within the Loop, I wasn't sure if there was a more correct way of doing it than the way I was. I really appreciate all your help! Thanks |
|
Oct 4 |
comment |
Can I query custom meta data through WP_Query I think the issue is with how WCK Custom Fields Creator stores the custom fields it creates. The custom meta box is 'specials' but 'Drink' is just a piece of information held within that custom field so it isn't recognized by meta_query as a 'key'. That is why I posted the output of $special because I need help figuring out how to access the information held within those array's. Sorry for the confusion. Thanks |
|
Oct 4 |
comment |
Can I query custom meta data through WP_Query I am not sure how to format the 'value' field because the information I need to check is held within an array. I have tried these: 'value' => 'Drink' 'value' => 'type-of-special' 'value' => array([type-of-special]=>'Drink') but none of those work. Any idea how I should format that to get into those arrays? Thanks |
|
Oct 4 |
asked | Can I query custom meta data through WP_Query |