chiefllama
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Engine] The reply sent by the server is brokenBS mods like this are why I’m pulling sites off WordPress. It’s directly related to the unresolved troubleshooting from this thread.
Forum: Plugins
In reply to: [WordPress Popular Posts] Limit to current category?I figured out how to do it using the function. Using GeneratePress theme so was easy to add as a hook in elements.
<?php $catID = the_category_ID($echo=false);?> <?php $args = array( 'stats_views' => 0, 'post_html' => '<li class="{current_class}"><div class="wpp-item-data">{category}</div> {title}</li>', 'wpp_start' => '<ul class="wpp-list wpp-tiny">', 'wpp_end' => '</ul>', 'limit' => 4, 'range' => 'last30days', 'cat' => $catID, 'stats_category' => 1, ); wpp_get_mostpopular($args); ?>
Forum: Plugins
In reply to: [WordPress Popular Posts] Limit to current category?The block, but the shortcode would also work if it’s easier. Thank you.
1 category per item is a standard SEO practice not an edge case.
I don’t see how telling the truth is rude. The simple fact is that I selected a merge to category and it merged to both that category and the default category. This is something that you should have caught in QA testing. Contacting support wouldn’t have helped since I already had to undo everything and won’t be using this again.
Also, removing the default category doesn’t help because I use that category as an actual category.
Forum: Plugins
In reply to: [Auto Featured Image (Auto Post Thumbnail)] Won’t add text to imageI don’t see where to upload a font? I thought the fonts came with it? It was working until the update.
I’m not the developer but was looking for the same. I used the shortcode with custom weights to accomplish this.
[yarpp weight='{“body”:1,”title”:0,”tax”:{“category”:0, “post_tag”:100}}’]
I actually ended up taking it off because Ezoic Leap was giving severe speed impact warnings, but it was an out of the box GeneratePress site library theme.