teelanovela
Forum Replies Created
-
Forum: Plugins
In reply to: [Ecommerce Conversion Tracking] Product Revenue vs Total RevenueHi Gareth,
Thanks for the swift reply! Looking forward to the update ??
Cheers!
Forum: Plugins
In reply to: [AMP] Function to disable AMP on specific post@roxer82 just drop it in your theme’s function.php
Forum: Plugins
In reply to: [AMP] Function to disable AMP on specific postI managed to get it to work with the following code:
add_filter( 'amp_skip_post', 'skip_quiz_posts', 2 ); function skip_quiz_posts( $skip ) { if ( has_tag( 'quiz', get_post( $post_id ) ) ){ $skip = true; } return $skip; }
Forum: Plugins
In reply to: [AMP] Function to disable AMP on specific postHello! I have the exact same issue. The filter looks great but when I insert it I get the following error. Any idea what causes that?
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'twistermc_amp_skip_quiz_posts' not found or invalid function name in /home/.../public_html/wp-includes/plugin.php on line 235
Thanks
- This reply was modified 8 years, 2 months ago by teelanovela.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Character encoding in summary and description hHi, thanks for the update! I just tried it. Unfortunately, there is no change. The moment I hit save on an episode, the hebrew chars in subtitle and summary turn to question marks: https://imgur.com/MXL21zV
The frontend shows the same. Again, it’s strange that the title is accepting Hebrew, isn’t it?
Thanks for the quick reply! Actually, I’ve turned off all other plugins, except Podlove. Once I disable Podlove as well, search is working again as expected. Running on WordPress he_IL-4.1 (Hebrew localized)
Forum: Plugins
In reply to: [Related Posts by Sovrn] Latest Update | Editorial AssistantIs there any way to keep it turned off? Every time you update the plugin it re-activates itself again. Thanks.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Excerpt vs. SummaryFor some reason when I drop in the snippet, no excerpts show up at all, anymore.
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Excerpt vs. Summarythanks for the quick reply!
you mean to override it in the theme’s function.php?
Second this! It would be so awesome to have this…please pretty please integrate this ??