remus
Forum Replies Created
-
Forum: Plugins
In reply to: Manage WordPress ErrorsOr if maybe this isn’t the best to do it, please let me know your ideas on how would you work with it. I would really appreciate it.
Thanks.
Forum: Plugins
In reply to: wp_insert_post error, in_array wrong datatype for 2nd argumentI validated the request with wp_nonce / check_admin_referer then run the submission function through the ‘get_header’ filter.
e.g.
add_action('get_header', 'add_new_post');I am not really sure how right this is but the problem has been fixed …
Forum: Fixing WordPress
In reply to: Find if page exists?<?php if(get_page_by_title(‘Page Title’)) : ?>
[do stuff]
<?php endif;?>this is wonderful… it helped me as well, thanks!
Forum: Fixing WordPress
In reply to: Categories permalinks, how to …I think I finally managed to find this out by myself. It was by mistake, looking for something else, of course:
get_category_link($category->cat_ID)
Cheers!
Forum: Plugins
In reply to: [Plugin: Sociable] Exclude categoryThat would be great to know for me as well… Thanks!
Forum: Fixing WordPress
In reply to: How WP requests posts IDs while permalinks are ON?Thank you for your suggestion, it is very helpful ! This will help me a lot developing the plugin. I will be very happy to share with the community once it’s going be working and stable.
Thanks once again!
Best,
Remus.