Dadragon
Forum Replies Created
-
I have the same issue, clicking generate excerpt from a post returns nothing to display.
If I use the AI Engine | Content Generator, generating an excerpt works.
I have elementor pro installed and in the post editor it has is own button underneath saying generate with AI. I wonder if this is causing a conflict?
- This reply was modified 1 year, 8 months ago by Dadragon.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Creating HTML CommentMaybe in an update you could change the comment to something else.
In this day and age readers will believe that the content is AI generated.
Forum: Plugins
In reply to: [Tagregator] Insert Shortcode Into Theme Templateyes it works fine, the first part checks if there are multiple tags and then pulls the first tag into $phtag
You might want to edit the layout= bit as per the FAQ
Forum: Plugins
In reply to: [Tagregator] Insert Shortcode Into Theme TemplateDid you get this to work? I wanted to do something similar so wrote this code (I am new to php so if anyone wants to clean it up feel free):
<?php $posttags = get_the_tags(); $phtag = ''; $count=0; if ($posttags) { foreach($posttags as $tag) { $count++; if (1 == $count) { $phtag = $tag->name ; trim($phtag, " "); } } } $t=''; $t .= '[tagregator hashtag="#'.$phtag.'" layout="one-column"]'; if ($t ==='[tagregator hashtag="#" layout="one-column"]') { echo ""; } else { echo do_shortcode( $t ); } ?>Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Using %SURL%There are no errors being produced
[2015-02-15 08:31:18] – [Posted] [Twitter – DT All posts] – OK – Message Posted | PostID: 660552 – Playing the long game: Rolls-Royce will go the distance |im | Post Link
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] WP based blogsAlso posts are going into draft – how can I make sure they are published?
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] WP based blogsyes, they are the same on both installs
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Using %SURL%under the URL shortener:
bit.ly is ticked with my username and API key inserted.Hi Peztoa,
Yes this is normal, it’s so you can see the how your email template looks according to the 4 options a user has under Receive email as:
HTML – Full
HTML – Excerpt
Plain Text – Full
Plain Text – ExcerptThis only happens under preview email. A user will only get 1 email in the format of their choice.
Excellent, thank you
Under Subscribe2-> Your Subscriptions I only see categories.
Is it possible to include tags too?Thanks in advance