| bio | website | twitter.com/jakerocheleau |
|---|---|---|
| location | Boston, MA | |
| age | 21 | |
| visits | member for | 1 year, 8 months |
| seen | May 17 at 0:17 | |
| stats | profile views | 10 |
Designer. Web & Mobile Developer. User Experience expert. Social Media guru and Internet marketer.
Love games, tech, mobile, the sun, and dabble in a bit of conspiracy. find me on Google and GTalk under jakerocheleau.
|
May 4 |
comment |
How to prefix post permalinks with /blog/ - without affecting custom post types? Great answer thank you so much! Was wracking my brain on this one. |
|
Nov 20 |
comment |
wp-admin post.php JavaScript Links Not Working Yes in truth I actually found that the problem was some type of infected files with PHP eval statements. Either they were overwriting strings in my documents, adding excess JS files to append <iframe> elements to other websites. deleting these files cleared up everything and my backend works perfectly again (: |
|
Nov 19 |
comment |
wp-admin post.php JavaScript Links Not Working @CodeMonkey This is actually really strange but if I load the page with the Google Chrome Console window open, all these menus load fine. However if I load the page THEN open the console I get these errors and the links still will not open. Why do you think having the console open to start will not cause any JavaScript errors? that is the strangest thing to me of all this... I noticed in my admin code there are a bunch of small iframes pointing towards google which appear blank. These are probably related to the X-Frame-Options error but I'm not sure |
|
Jun 7 |
comment |
How to Custom Edit Post Title & Permalink Slug? yes this looks fantastic! I never even knew about the wp_update_post which allows both the post_title and the URL slug(I think). Will look more into it this evening. Cheers! |
|
Jun 7 |
comment |
How to Custom Edit Post Title & Permalink Slug? oh this is fantastic thanks a bunch. never even knew about this hook and it looks a lot more straightforward coupled with jQuery. Will be testing it out tomorrow :) |
|
May 25 |
comment |
Custom Post Type URL Rewriting? Brilliant sir, thank you! |
|
May 25 |
comment |
Custom Post Type URL Rewriting? brilliant thank you! Just to clarify, all I need to do for flushing rules is to go to the Settings->Permalinks page and hit "Save Changes", correct? |
|
Apr 27 |
comment |
Masking wp-content/themes/name/images to just images directory using htaccess I would think this method is perfectly fine compared to hard-coding them into your .htaccess. Because here you can also manage it based on a theme's functions.php and turn off these rules if needed. |
|
Sep 25 |
comment |
Simplest Way to Build Custom Archives Page? yeah this was great I really appreciate your response! I think this is the best way to go about things. I'll pop back if I have problems but your example is practically dumb-proof |