| bio | website | giordanopiazza.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | May 10 at 11:46 | |
| stats | profile views | 4 |
|
May 8 |
comment |
Change post format using custom field The new WP 3.6 will very likely include a built-in UI solution for Post Formats, so you might want to develop with it instead. |
|
May 8 |
comment |
How to change ?lang=cn into /cn/ If you're not forced to use xili-language, I can suggest Polylang which is a very promising plugin. |
|
May 7 |
comment |
Get value from db for custom contact form You stated that you're not in the context of WP because you can't use get_option etc... otherwise that's the WP-way. |
|
May 7 |
comment |
Get value from db for custom contact form This question is not directly related to WordPress, you should try googling for PHP+MySQL interaction. |
|
Apr 20 |
awarded | Commentator |
|
Apr 20 |
comment |
enqueue_script doesn't work with HTML5 blank theme @kaiser hehehe :) |
|
Apr 19 |
comment |
enqueue_script doesn't work with HTML5 blank theme @kaiser I agree with you, and we don't do it for the upvotes, do we? :) |
|
Apr 19 |
comment |
enqueue_script doesn't work with HTML5 blank theme @kaiser thanks for the info, I think it's better as you edited. However, if you check my other answers you'll notice that I'm already using formatting. |
|
Apr 19 |
comment |
enqueue_script doesn't work with HTML5 blank theme @Millenjo Instead of editing the function, I suggest you to comment out the filters at lines 382/383 in localhost, and activate them back when going live. |
|
Apr 19 |
comment |
enqueue_script doesn't work with HTML5 blank theme @kaiser I've changed the bolds to inline-code formatting, if that's what you mean. |
|
Apr 19 |
revised |
enqueue_script doesn't work with HTML5 blank theme Changed bolds to inline-code |
|
Apr 18 |
answered | enqueue_script doesn't work with HTML5 blank theme |
|
Mar 5 |
answered | Need oop for wordpress theme? |
|
Mar 1 |
awarded | Student |
|
Feb 28 |
awarded | Supporter |
|
Feb 17 |
awarded | Excavator |
|
Feb 17 |
revised |
How do I get posts by multiple post ID's? It's very inefficient to call get_posts inside a loop, because it needlessly repeats the same DB query. |
|
Feb 17 |
suggested | suggested edit on How do I get posts by multiple post ID's? |
|
Feb 8 |
comment |
Allow public to post on blog Accept the answer if you think the problem is solved, cheers! |
|
Feb 8 |
comment |
Allow public to post on blog Yep, use "register_post_status" for custom "statuses", not necessary if you use "draft". I'd submit the form via Ajax, or alternatively in your page-template place the logic inside an if (isset($_POST)) block. |