| bio | website | tru3design.com |
|---|---|---|
| location | Temecula, CA | |
| age | 22 | |
| visits | member for | 10 months |
| seen | May 8 at 20:44 | |
| stats | profile views | 7 |
I own a clothing line: http://feeltheneed.net/
I do graphic, motion, and web design.
I aspire to get better at my coding skills and be able to help others.
|
Apr 24 |
comment |
Add user settings to specific roles You are amazing good sir! Works like a charm, thanks. |
|
Mar 22 |
comment |
Users with custom roles not showing in post author select box @vancoder I tried this but nothing happend. It still does not show up. I was able to create a post, but it did not save with me as the editor. Weird! |
|
Mar 21 |
comment |
Users with custom roles not showing in post author select box Sorry, worded my question wrong. Users with custom roles are not showing up. |
|
Feb 15 |
comment |
Save an array from drop-down in custom meta box This is actually what I ended up doing but forgot to post it. Appreciate the answer! Thanks. |
|
Jan 25 |
comment |
Remove WYSIWYG editor on all custom post type EXCEPT regular posts I'd like to just leave the html editor on custom post types. I edited my post, shouldn't that work? |
|
Dec 12 |
comment |
Using Wordpress 3.5 Media Uploader in meta box? Thanks! I can't seem to get it to work though. I pasted what I have been using for the old media uploader above, if that helps. |
|
Dec 1 |
comment |
Check IF single OR multiple custom data has been entered Thanks, this seems to work perfect for what I was trying to do. I appreciate it. |
|
Dec 1 |
comment |
Check IF single OR multiple custom data has been entered Never noticed that, thanks for the info. It does the same thing, I switched it over to the proper way. Any idea now how I can clean the above code up? |
|
Dec 1 |
comment |
Check IF single OR multiple custom data has been entered For this example I gave, they are all text fields that are being filled out and displayed on the front end. |
|
Dec 1 |
comment |
Check IF single OR multiple custom data has been entered I use this to grab all of the custom data: $post_meta_data = get_post_custom('post_type=sermons'); Is there anything else you would need to know? Thanks for the reply I will try it out. |
|
Nov 15 |
comment |
Renaming wp-content folder dynamically Thank you for the explanation, I appreciate it! And will definitely take it into consideration. |
|
Nov 15 |
comment |
Renaming wp-content folder dynamically I've read a bunch about it and it seemed the only problem people had was with plugins not working correctly? I believe this is due to bad plugin writing. Is there anything else I should look out for? I'm doing this solely for security reasons. |
|
Nov 8 |
comment |
Page Options Saving But Not Updating In Backend So if say I sort the slides different, then I push save, it goes back to where it was. If I put it where I wanted it again, then submit once again it will show right. I have no idea why it isn't displaying correct the first time on the backend. |
|
Nov 8 |
comment |
Page Options Saving But Not Updating In Backend So I tried disabling javascript then sending the form, but it flickrs then shows everything that was there before still. I can't figure it out for the life of me why it would do this. |
|
Nov 7 |
comment |
Page Options Saving But Not Updating In Backend I have posted the jQuery I am using. Is there anyway to refresh the page on submission with PHP or jQuery? It doesn't bother me if the while page reloaded. |
|
Oct 16 |
comment |
List all images from a single post meta value I noticed that it is being stored under "uploads" folder. So shouldn't this transfer over ok from development to it being live? I do agree that your answer looks like a better way, but I am unable to find how to rewrite how the JS is storing the URL. |
|
Oct 16 |
comment |
List all images from a single post meta value Thank you for the response. I'll need to do some research. I used this tutorial here: krishnakantsharma.com/2012/01/… which is using Javascript to store the URL's. |
|
Oct 16 |
comment |
List all images from a single post meta value Thanks, I tried this but it produced the same results I had before. For some reason it isn't reproducing the img tags, it just spits all the data out in img tag. |
|
Oct 16 |
comment |
List all images from a single post meta value Check out my edit above |
|
Oct 8 |
comment |
wp_enqueue_script won't load in header? Then I'm confused on how to to get the scripts to load on a certain page? I need them to only load on the home page. |