yopyop22
Forum Replies Created
-
Hi! So you want to send the latest post, even if it was sent the day before, correct?
yes right
My support account is close and i dont want to paid 99 only for this little problem. Is why i ask the question here.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] delivery speed problemok thanks i send mail to my provider now
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] delivery speed problemWordPress scheduler auto trigger MAYBE The constant DISABLE_WP_CRON is set to true (probably in wp-config.php). That disables the scheduler auto triggering and it’s good ONLY if you setup an external trigger.
But i use my contab
*/5 * * * * (cd /home/www.planete.qc.ca/htdocs; /usr/local/bin/php ./wp-cron.php)
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] delivery speed problemParameter Value
Newsletter version 6.0.6
NEWSLETTER_MAX_EXECUTION_TIME Not set
NEWSLETTER_CRON_INTERVAL 300 (seconds)
Absolute path /home/www.planete.qc.ca/htdocs/
Tables Prefix wp_Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] delivery speed problemSending an email is taking more than 1 second, rather slow. Read more. Average time to send an email: 4.91 seconds
Max speed: 733.66 emails per hour
Max mean time measured: 5.50 seconds
Min mean time measured: 0.70 seconds
Total email in the sample: 5804
Runs in the sample: 100
Runs prematurely interrupted: 0.00%i use offline donations and is working weel, i only need paypal without account user. ok thanks i go to see that in my paypal account. Great plugins thanks
Forum: Fixing WordPress
In reply to: Problem of order with “the_category”i find a soltuion and is working
<?php
$categories = get_the_category();$ordering = array();
foreach( $categories as $index => $cat) {
$ordering[$cat->parent] = $index;
}$ordered_string = “”;
$i = 0;
while( $ordering[$i] !== null ){
$ordered_string .= ‘term_id ).'”>’.$categories[$ordering[$i]]->name.’ -> ‘;$i = $categories[$ordering[$i]]->term_id;
}echo $ordered_string;
?>Now i have only one problem i want to show only the last one ???
Forum: Plugins
In reply to: [Post Types Order] Little problem with child categoryHi dont make parent order, i make only child order.
Because parent have too much post to make order
ok i go in your support to ask question
thanks
ok great , for import i think i can do this with all import.
I will install you plusgin tomorrow and make test
thanks
Forum: Fixing WordPress
In reply to: How to make a directory for music with many userok great right is a good begenning.
Now how can add a upload page without go in admin page ?
Forum: Fixing WordPress
In reply to: How to add shortcode in phpsorri i fond
<?php echo Widget_Shortcode::get_instance()->do_widget( array( 'id' => 'text-2' ) ) ?>thanks alta is exactly what i search, i sa great plugin but for me it most work with date.