Ran
Forum Replies Created
-
The “Once Hourly” option with 1000 sends only delivered ~40 recipients.
I am using the 9.4(?) version.
We assign custom posts to a regular category when publishing them. We are using Per Post delivery and recipients per email set to 1.
I had taken the site offline to a testing area, with small scale testing, I can receive email normally (CPT posts with regular category)
With large scale testing (1000+) [email protected] (these will all deliver to [email protected]) there are actually less than half of the addresses being sent email (3rd party API logging) before gateway timeouts (of course, if a page is waiting for longer than timeout it will time out)
I am using “Per Hour” option to see if this still happens – Since the whole process of actual sending and delivering 1000 email takes up to 15 minutes.
This is how I registered one of the CPTs to use regular category:
‘taxonomies’ => array(‘post_tag’, ‘category’)
register_post_type( 'og_news', array( 'labels' => array( 'name' => __( 'OG News Posts' ), 'singular_name' => __( 'og_news' ), ), 'public' => true, 'publicly_queryable' => true, 'exclude_from_search' => false, 'query_var' => true, 'has_archive' => true, 'supports' => array('title', 'editor', 'thumbnail', 'excerpt', 'revisions'), 'taxonomies' => array('post_tag', 'category'), 'rewrite' => array('slug' => 'og-news') ) );
Hi Matt,
In CPTs, the post is using category of the regular Post’s. In this case, I assume no need to register ‘category’ as a custom taxonomy ?
I have registered CPTs (visible in Settings) but have not registered any taxonomy.
please advice, thx!
I have implemented needed code and import from JSON endpooint now works. thx for the help.
Thanks,
I m only judging these tools by reading their code myself. Which one does better for inbound sync ? (update previous imported events data on hourly basis) I saw the first two had similar functions,haven’t looked at the 3rd one. Do you have better experience (than my reading) on this? Thanks !
Ran
Hi,
Import and readonly sync .
We have a json feed that provides event data. We would like to use this data to feed Events Manager to show on a wordpress site, and pull json api a number of times per day to keep Events Manager data up-to-date. It will all read-only with json.