| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Jan 2 at 7:12 | |
| stats | profile views | 7 |
|
Nov 28 |
awarded | Self-Learner |
|
Nov 21 |
comment |
WPAlchemy MediaAccess “Add Media” button opens new page instead of pop up I just did. I couldn't before though, I didn't have a high enough reputation. |
|
Nov 21 |
accepted | WPAlchemy MediaAccess “Add Media” button opens new page instead of pop up |
|
Nov 19 |
comment |
Posts 2 posts plugin loop echo the_title not working This is in a template and isn't a function. It's using the posts 2 posts plugin, so that extra query-ing is important. But I tried adding global $post; to the top and that didn't work. However I am able to get wp_alchemy meta but not a basic thing like the_title so I think your right, I just gotta figure out how to apply it to this specific code. |
|
Nov 19 |
awarded | Editor |
|
Nov 19 |
revised |
Posts 2 posts plugin loop echo the_title not working added 124 characters in body |
|
Nov 19 |
comment |
Posts 2 posts plugin loop echo the_title not working $post->client doesn't work because the post type is clients, but I tried it anyway. I took this straight from the Posts 2 Posts git page: github.com/scribu/wp-posts-to-posts/wiki/each_connected |
|
Nov 19 |
asked | Posts 2 posts plugin loop echo the_title not working |
|
Oct 22 |
comment |
meta_key & meta_value not working with get_pages and custom taxonomy Sweet, I do this is it! Thank you! |
|
Oct 22 |
accepted | meta_key & meta_value not working with get_pages and custom taxonomy |
|
Oct 1 |
awarded | Supporter |
|
Sep 14 |
awarded | Tumbleweed |
|
Sep 8 |
answered | Get wordpress taxonomy slug name(s) to use as div class |
|
Sep 7 |
awarded | Student |
|
Sep 7 |
asked | Add column(s) to post edit page |
|
Sep 7 |
comment |
WPAlchemy MediaAccess “Add Media” button opens new page instead of pop up Thanks! I've been posting mostly on stack overflow and that's where I have a "better reputation" I think I'll post all my wordpress questions here exclusively. Did you have this problem too? |
|
Sep 7 |
awarded | Teacher |
|
Sep 7 |
comment |
WPAlchemy MediaAccess “Add Media” button opens new page instead of pop up Thanks, I did just now. I tried to answer it right away but I didn't have enough points. Now I have to wait 2 days to accept my own answer. :( |
|
Sep 7 |
answered | WPAlchemy MediaAccess “Add Media” button opens new page instead of pop up |
|
Sep 7 |
comment |
WPAlchemy MediaAccess “Add Media” button opens new page instead of pop up Okay, I solved it (again, cause this happened before but I forgot the solution!).... This was for a custom post type and I hadn't added a support that involved uploading something. So, I added "thumbnail" to the list of supports... 'supports' => array('title','author','thumbnail') for my custom post and that did the trick! It's a weird little glitch. I hope to never make this mistake again! |