Comment on Custom Posts Widget by SEO Dave.
Found the problem, it’s a code error, I moved an & sign to the wrong place.
Fix will be in Stallion Responsive 8.1 (still planned for the end of the month) if you want to fix it now it’s a tiny change. Edit the file:
/stallion-responsive/widgets/stallion-wordpress-seo-posts.php
On line 57 you’ll find:
$popular = new WP_Query('cat=' . $include . 'ignore_sticky_posts=1&&orderby=' . $poprand . '&order=' . $ascdes . '&posts_per_page=' . $num);
change to:
$popular = new WP_Query('cat=' . $include . '&ignore_sticky_posts=1&orderby=' . $poprand . '&order=' . $ascdes . '&posts_per_page=' . $num);
Moving one of the & signs.
Funny I forgot I added the ability to select specific categories for that widget, some new Page Templates I’m planning will need that option to be useful and thought I’d have to add it :-)
David
Update Fixed in Stallion Responsive 8.1+
More Comments by SEO Dave
Single Posts Widget
WordPress Featured Thumbnail Images
What you describe is pretty much default Stallion Responsive output, though I’ve changed various default options for performance SEO reasons for Stallion Responsive 8.1 (the using any image thumbnail feature can be costly in database queries) so if this is …
Continue Reading WordPress Widget for Posts Only
Single Posts Widget
How to Delete HTML Code
Search for HTML code.
Delete HTML code.
David …
Continue Reading WordPress Widget for Posts Only
Single Posts Widget
WordPress Support
I’m afraid I can’t help you further with the single Posts widget issue as you aren’t giving me feedback on trying the multiple tests I listed in the comments above (did you try any of them? What did you see? …
Continue Reading WordPress Widget for Posts Only
Single Posts Widget
Stallion Display Posts Widget Controls
If I understand correctly you want to use the Stallion SEO Posts Widget to grab a random post form a specific category, not any category and have ticked the category you want the random post to be selected from, but …
Continue Reading WordPress Widget for Posts Only
Single Posts Widget
Stallion Single Post Widget
You’ve added the Single Post Widget to a widget area: one of the left sidebars. Done…
You’ve edited a post and added something within the Single Post Widget box near the bottom of the page. Done…
Have you tried some simple text …
Continue Reading WordPress Widget for Posts Only
Single Posts Widget
Stallion Custom Ad Widget
Add a new Stallion Custom Ad Widget to the Right Sidebar (important it’s this widget area for the test).
Try it with a simple test, just add this text “Testing Widget” to the “Custom Ad Code:” form and try the three …
Continue Reading WordPress Widget for Posts Only
Single Posts Widget
WordPress Single Posts Widget
Which widget area under “Appearance” >> “Widgets” have you added the “Stallion Single Posts Widget”?
Try moving it to the left or right sidebar widget area.
Try adding a simple line of text like:
Testing single posts widget
This will rule out code errors …
Continue Reading WordPress Widget for Posts Only