remo.sometimes
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce template is out of date, but it isn’tI had the same issue, @philbirnie’s solution did the trick.
Thanks!Forum: Plugins
In reply to: [SEO Ultimate] Canonicalizer not workingI’m experiencing the same issue on custom taxonomies archives.
Someone figured out how to fix this issue?
Thank you!Thank you, eventualo!
It also worked for me coding my custom fields as placeholders in alo-easymail_custom-hooks.php:
incustom_easymail_placeholdersI define my[CUSTOM-FIELD-AS-PLACEHOLDER]and I get the custom fields values incustom_easymail_placeholders_get_latestin which I replace the placeholders with the values.However calling directly the
get_post_meta($newsletter->ID, 'meta_name',in the newsletter template file I think is the smartest solution.Thank a lot!
I love this plugin!
In version 2.3 is now possible to use PHP and I’m trying to use Custom Fields in my template.
I try to get custom field in the loop and it works fine in my single-newsletter.php template, I use the same code in my template file, but when I send the mail the content is blank.
What am I doing wrong?
Thank you!