| bio | website | knocktastic.com |
|---|---|---|
| location | Spokane, WA | |
| age | 31 | |
| visits | member for | 2 years, 9 months |
| seen | Apr 29 at 20:38 | |
| stats | profile views | 147 |
I'm a lumberjack, and I'm ok.
|
Apr 22 |
awarded | Good Answer |
|
Apr 21 |
awarded | Notable Question |
|
Feb 15 |
awarded | Popular Question |
|
Jan 31 |
awarded | Notable Question |
|
Jan 30 |
awarded | Popular Question |
|
Jan 4 |
awarded | Stellar Question |
|
Dec 10 |
comment |
Adding jquery using php function Just because it was obvious what was wrong with the code doesn't make it a good question, or useful to other people. |
|
Dec 10 |
comment |
Adding jquery using php function You're right. In either case, the problem isn't where he's enqueuing it. |
|
Dec 10 |
comment |
Wordpress Queries Not Working? Sorry, I didn't test any of that code. You'll need to update the if statement accordingly. |
|
Dec 9 |
comment |
Make change in media library affect images in published articles As far as I know, nope. If it puts it inline you basically have to manually edit it. Which is dumb. |
|
Dec 9 |
answered | Wordpress Queries Not Working? |
|
Dec 9 |
comment |
Wordpress Queries Not Working? For the sidebar, just use a wp-query block. See answer below |
|
Dec 9 |
comment |
Adding jquery using php function You're simply mixing javascript and PHP without escaping the javascript. Either use a PHP HEREDOC or escape all of your apostrophes/quotes |
|
Dec 9 |
comment |
Adding jquery using php function Can you post the exact error? Seems like you're running into the jQuery noConflict mode. Change $('.toggleDiv').slideUp(options.speed, options.easing); into jQuery('.toggleDiv').slideUp(options.speed, options.easing); and see if that makes any difference |
|
Dec 9 |
comment |
Wordpress Queries Not Working? Wow. Shouldn't you be using new WP-Queries for everything? It would be a trillion times easier. |
|
Dec 9 |
answered | Adding jquery using php function |
|
Dec 9 |
answered | problem with not displaying content on selected pages |
|
Dec 9 |
answered | How to create a second posts page which client can update |
|
Oct 18 |
awarded | Great Question |
|
Aug 23 |
comment |
How to use custom post type APIs, but use a different db table That last part makes sense about making sure to clean up stuff, but that should be a standard operating procedure for all WP plugins. Thanks |