| bio | website | |
|---|---|---|
| location | Turkey | |
| age | 21 | |
| visits | member for | 2 years, 3 months |
| seen | Nov 10 '12 at 1:28 | |
| stats | profile views | 15 |
|
Aug 25 |
comment |
Versioning and your WordPress site? @AlxVallejo , it's interacts with your files. When you checkout a version of your project. Your all files changed with that version's file. So when you refresh your files (just close and open again) in Dreamviewer, you'll see new content of files. |
|
Jun 6 |
comment |
Getting Details Of Uploaded Image if it's not attached to any post ? |
|
Jun 6 |
comment |
Getting Details Of Uploaded Image @Tommixoft , thank you. Just update my answer. |
|
Apr 6 |
comment |
Using custom page templates with plugin Thank you template_include() solve my problem. |
|
Apr 6 |
comment |
Using custom page templates with plugin i solved my problem with template_include(). Thank you. |
|
Jan 17 |
comment |
Setting a post's category OK i got it , 3th argument is taxonomy so it should be galleries :) wp_set_object_terms($postid, $categoryid, $taxonomy)'s mean is add this post to this category ($categoryid) which in $taxonomy taxonomy :) If you update your answer, i'll accept it. |
|
Jan 17 |
comment |
Setting a post's category i'll add my post to Custom Category (slug:customcategory) category. This category in galleries taxonomy |
|
Jan 17 |
comment |
Setting a post's category not working : wp_set_object_terms( $insert_post, intval( $id ), 'customcategory'); or wp_set_object_terms( $insert_post, intval( $id ), 'Custom Category'); |
|
Jan 17 |
comment |
Setting a post's category wp_set_object_terms' first argument is $insert? or $insert_post ? |
|
Jan 17 |
comment |
Setting a post's category Yes. I've tried array(intval($id)) |
|
Jan 17 |
comment |
Setting a post's category @imHavoc , it's printing right ID . There isn't any problem . |
|
Jan 9 |
comment |
save_post action doesn't passing post id to my function as argument yes, up voted.. |
|
Jan 8 |
comment |
Print_r displaying two different post->ID if placed in sidebar or single.php Can you check museidibra.it/prova/?p=59 and museidibra.it/prova/?p=93 are same page ? |
|
Jan 8 |
comment |
save_post action doesn't passing post id to my function as argument NO you misunderstood. I down voted you and now i can't change my vote to up, if you don't edit your answer. I'm getting : Your vote is now locked in unless this answer is edited error . So, please edit your answer, for example just add a new blank line to your answer :) |
|
Jan 8 |
comment |
save_post action doesn't passing post id to my function as argument I vote down, because i'm trying die($post_id . " error"); and still getting error. I'll try it again. I'll clear downvote if you edit answer. |
|
Jan 7 |
comment |
save_post action doesn't passing post id to my function as argument die()'s parameter will be printed to page : codepad.viper-7.com/tA5Zsn |
|
Dec 8 |
comment |
Showing Notifications While Activating Plugin @MannyFleurmond right. I want to generate custom errors and CHMOD 777 just an example :) |
|
Sep 18 |
comment |
Getting URL of Resized Image my theme has post-thumbnails support. But i'm not using it. Because post-thumbnails' aren't resizing automatically. There are a Dynamic image resizer box on new post page, i'm using it. |
|
Sep 18 |
comment |
Getting URL of Resized Image They are wanting 70$ for forum support. |
|
Sep 18 |
comment |
Getting URL of Resized Image Yes, because of this i said "I have a Wooframework specified question." . |