greeker
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: how to publish to facebook via phpinserting the article is done in this way:
$post_id = wp_insert_post( array( 'post_author' => $user_id, 'post_title' => $post_title, 'post_content' => $post_content, 'post_category' => $cat, 'post_status' => 'publish', 'tags_input' => $post_tags ) ); set_post_format( $post_id, 'aside' );and i need something like
facebook_upload_wall($post_id, ...);Forum: Fixing WordPress
In reply to: article not showing up to visitorsok tnx again… i am posting about 2-5 articles a day, so automatic deletion of the cache is preferrable, i suppose. tnx again
Forum: Fixing WordPress
In reply to: article not showing up to visitorsok done and tested 🙂
has this change a major side effect to the efficiency of the caching system?
tnx again 🙂Forum: Fixing WordPress
In reply to: article not showing up to visitorsthis is the one i am using: WP Super Cache
http://wordpress.org/plugins/wp-super-cache/Forum: Fixing WordPress
In reply to: article not showing up to visitorsyes! this was the solution… what can i do to be sure this does not happen again?
tnx a lot 🙂Forum: Fixing WordPress
In reply to: article not showing up to visitorsyes it is published and it is not marked as draft!
how can i see a full list of properties for such an article? maybe there i can narrow down the problem.
any logged in user can see those articles
Viewing 6 replies - 1 through 6 (of 6 total)