EthicalStores
Forum Replies Created
-
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Does not post old postsCould you look at my settings
https://tinypic.com/r/2laaers/9
I does not auto post, but seems to post ok manual( when clicking repost from inside the post page).
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Does not post old postsForum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Does not post old postsHi
I want to use Custom Post Types – the categories dont show our products.Forum: Plugins
In reply to: [Content Resharer] Not posting – only manuallyYes, entered it in to wp-config
I deactivated account & plugin- then reactivated it..
Our twitter account is – https://twitter.com/Ethicalstores1
As you can see the Featured Product is the reshare and we need to do this manually.
Forum: Plugins
In reply to: [Content Resharer] Not posting – only manuallyDone this WP_CRON – enabled – still no update.
Sorry to be a pain.
Forum: Plugins
In reply to: [Content Resharer] Not posting – only manuallyUpgraded, were will it say that WP_CRON is disabled.
Forum: Plugins
In reply to: [Content Resharer] Not posting – only manuallyThis still does not work for me, I have been manually re-sharing now for a while and updating, hoping this fault will be resolved, but still no joy.
Forum: Plugins
In reply to: [Content Resharer] Not posting – only manuallytried this last night, but no luck – deactivated the whole plugin then reactivated – still nothing.
Forum: Plugins
In reply to: [Content Resharer] Not posting – only manuallyUpdated and now can set to 1 hour – but its still does now update itself which makes the 1 hour setting void.
Any thoughts
Forum: Plugins
In reply to: [Content Resharer] Not posting – only manuallyYes, but really I want it to be every hour.
Any ideas what I have to post manually.
Forum: Plugins
In reply to: [Content Resharer] Not posting – only manuallyWhen choosing a interval no matter what number I add, i resets to 2 hours, also will not post automatically.
Forum: Plugins
In reply to: [WP-PageNavi] Not moving from page 1Im not really a php developer. Could you point me in the right direction.
Forum: Plugins
In reply to: [WP-PageNavi] Not moving from page 1Cant see either
Forum: Plugins
In reply to: [WP-PageNavi] Not moving from page 1Still not working
$args = array(‘post_type’ => ‘post’, ‘paged’ => $paged);
$my_query = new WP_Query( $args );
if($my_query->have_posts()):
while ( $my_query->have_posts() ) : $my_query->the_post();walleto_get_post_blog();
endwhile;
if(function_exists(‘wp_pagenavi’)):
wp_pagenavi( array( ‘query’ => $my_query ) );
endif;
else:
_e(‘There are no blog posts.’,’Walleto’);endif;
?>
</div>
</div></div><!– ############## –>
<div id=”right-sidebar”>
<ul class=”xoxo”>
<?php dynamic_sidebar( ‘other-page-area’ ); ?></div>
<?php
$output = ob_get_contents();
ob_end_clean();
return $output;}
}Forum: Plugins
In reply to: [WP-PageNavi] Not moving from page 1I have tried this
https://scribu.net/wordpress/wp-pagenavi/right-way-to-use-query_posts.html
but still no luck