Hi, how is related post determined? similar tags, category, keyword, other?
Thanks,
Jessica
I would like to use shortcode for some of my post categories rather than making a widget for all of them. Where can I find more information about which shortcode to include? (Pro edition)
thanks!
]]>When the excerpt text exceeds the height of the thumbnail, I want it to wrap underneath and across instead of just continuing down. How can I do this?
]]>Hi;
?Is there any way to change text align or indent with super post?
I’m looking for a class inside the plugin css to add it, with no luck at the moment.
Thanks!
Hi, getting this error:
Warning: array_merge(): Argument #2 is not an array in /home/xxxx/public_html/wp-content/plugins/super-post/super-post.php on line 105
any ideas how we can fix?
]]>Hi,
How can I use Super Post to show a single post?
Thanks,
Alex
]]>I bought Super Post about an year ago and posts were appearing correctly in Posts page with thumbnail of featured image at left, an excerpt of text at right and sharing buttons at bottom.
After last wordpress update the last posts I created were not appearing anymore in Posts page, so, after several attempts I finally uninstalled Super Post and re-installed it again.
Now all posts appear in Posts page but with featured image standard size on top and complete text (no thumbnail and no excerpt), sharing buttons do not appear at the bottom. Only in the static pages sharing buttons appear.
]]>hi
I just noticed that I cannot open more pages by clicking on page numbers and even it does not load more pages, it is showing like it is working to open but never opens a page, can u help me?
I have created a superpost widget in the widgets section under appearance tab in the WP admin section. When I put the widget in the sidebar, the categories do show up in the listing as indicated by the relevant checkmark in the widget settings. However, when I drag the widget to the Inactive widgets area and then use the relevant shortcode in a post, somehow the categories do not show.
Anything I can do to resolve this?
]]>Hi ??
I would like to buy the PRO plugin but I wanna make sure that it could me help me to create a post (recipe) index for my blog.
I need a plugin that automatically create a list of posts by category, but it also have to include/exclude tags.
For example: I would like to have a list of Dessert (category) on my blog but Gluten-Free (tag). So the plugin would cross categories and tags for a better index.
Is it possible with your plugin?
Thanks a lot! (and sorry for my terrible english :S )
Hi;
I’ve discovered that links in the posts does not work; it is correct in the original post, but has no effect when displaying that post via Super Post. Is this a bug? Is it a feature reserved to pro version? Or must I enable a particular option?
Thanks in advance;
Val
]]>Hi there,
Super Post appears not to be compatible with the new WP 3.9 – I had a whole site breakdown and then, by turning off all plugins and activating each one step-by-step, realized, that Super Post was the culprit… I do have the premium, paid-for version and would be grateful if you could look into this major bug…
]]>hi!
my super post plugin in single post is not working
error in console:
first line in console:
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
——
when click on like:
Uncaught ReferenceError: superPost is not defined
SuperPostUtility.likes
(anonymous function
x.event.dispatch
v.handle
when click on rating:
Uncaught ReferenceError: superPost is not defined
(anonymous function)
x.event.dispatch
v.handle
please help…
]]>hello again,
here is one more issue
I have put the shorcode right on my page without any widget, the problem is category section: if I choose post query as category than I am not seing latest post on my page done by users, if I choose categories and exlcude the category that I do not want to see in my posts then I will have to change every time the whole code to include the new category in it that had its first post, this is some kind of strange that you did not put all available categories to choose from them but have included only those that have posts in it and are not empty, this is not right I think, this makes impossible right posting.
If you can suggest how to exclude one category right into the shorcode illustrated below than it will be great if no, than, please, suggest me what to do to escape this issue
[super-post id=”sp533b63e34d46b” items=”35″ show_excerpt=”true” excerpt_length=”50″ excerpt_more=”…” show_title=”true” title_length=”0″ title_ellipsis=”…” show_thumbnail=”true” remove_no_thumbnail=”false” icon_height=”80″ icon_width=”80″ icon_empty=”113218″ show_comments=”true” comment_icon=”https://www.mysite.com/wp-content/plugins/super-post/images/comments.png” show_date=”false” show_date_link=”false” date_icon=”https://www.mysite.com/wp-content/plugins/super-post/images/date.png” date_format=”F j, Y” show_author=”true” author_title=”View all posts by {author}” author_icon=”https://www.mysite.com/wp-content/plugins/super-post/images/author.png” show_category=”true” first_category=”false” category_separator=”, ” category_icon=”https://www.mysite.com/wp-content/plugins/super-post/images/category.png” offset=”0″ page_range=”5″ load_text=”Load more posts” query=”recent” order=”DESC” post_status=”publish” excerpt_trim=”words” title_trim=”words” taxonomy_names=”category” load_style=”paging” template=”left”]
thanks in advance
]]>Hi there,
I am trying to put search post box into my page with following shorcode displayed under the widget [super-post-search id=”2″] but when I look my page I see this shorcoe as text not as search box, I have place the widget into non active parts for widgets copied the shortcode but it did not work, why?
thanks
Hi,
I bought the Super Post plugin and it’s working fine, but I have a problem: in the Super Post widgets, alongside with the posts there’s the post excerpt, created directly from the beginning of the article.
But I’m also using a plugin to create custom excerpts, called Rich Text Excerpts (https://www.ads-software.com/plugins/rich-text-excerpts/).
Is there a way to force the excerpts in the Super Post widgets and use the custom excerpts from the RTE plugin?
Thanks,
Marco
]]>Hi, does your plug in control if the category shows an except or full text of a post? I want to be able to make the category show only excepts of posts since I will be having hundreds of posts.
]]>pass post_class() info to widget li for css formating
Excellent plug-in I purchased the pro-version and was hoping you could help with some functionality I’d like to add.
I’d like to add icons or different colored BG’s to the list of posts in the sidebar widget. I’d like to assign icons with css and the category-name slug add to the unordered list ( li )the widget uses to build lists.
I found this function online and it works to pass the post_class info
to the widget outside the loop, but it assigns the classes to widget $params like (before_title, before_widget) and I’m not skilled enough in php the change this.
function add_before_widget_title_extra_classes($params) {
//* adapted from a code by @mathsmath / found in:
//* https://www.ads-software.com/support/topic/how-to-first-and-last-css-classes-for-sidebar-widgets?replies=9
$this_id = $params[0][‘id’]; // Get the id for the current sidebar we’re processing
$arr_registered_widgets = wp_get_sidebars_widgets(); // Get an array of ALL registered widgets
if(!isset($arr_registered_widgets[$this_id]) || !is_array($arr_registered_widgets[$this_id])) { // Check if the current sidebar has no widgets
return $params; // No widgets in this sidebar… bail early.
}
if( is_single() ) : global $post; $class = ‘class=”‘; foreach( get_the_category($post->ID) as $pcat ) { $class .= ‘category-‘ . $pcat->slug . ‘ ‘; } // Add a widget category class for additional styling options
elseif( is_category() ) : $cat = get_query_var(‘cat’); $class = ‘class=”category-‘ . get_category($cat)->slug . ‘ ‘; // Add a widget category class for additional styling options
endif;
if( is_single() || is_category() ) :
$params[0][‘before_title’] = preg_replace(‘/class=\”/’, “$class”, $params[0][‘before_title’], 1); endif;
return $params;
}
add_filter(‘dynamic_sidebar_params’,’add_before_widget_title_extra_classes’);
In your image description at the top, it shows, it supports CUSTOM POST TYPE, but after installation, I realized, custom post type is only available in Premium Version…
This is highly misleading…either remove the TICK Mark in the image description, or provide custom post type enabled in the free version here.
]]>I am using this plugin..
The only problem is I don not require this plugin on my transitional forms… Can I exclude that
]]>Hi
Just one question:
Can the plugin make a newsflow in the sidebars like:
1.
One “super post” widget that displays two post. (1 and 2)
2.
Then an other widget f.ex a text widget for ads.
3.
Hereafter show the next two post (3 and 4)
4.
And at the end of the page show pagination for the hole page.
Hi,
At first, great plugin! I need a php shortcode to install plugin in some place. Do u know how to do it?
Hi Zourbuth
Is there any way to show author name instead of date and comments.
]]>I read the description and installed the plugin. I though I will find new fields when I write the posts. I did not. What this plugin does is create a widget to display posts. This should be the first line of the description.
I suggest you improve the description and put a screenshot of the widget on the dashboard and on the front end.
]]>Please post queries for features here:
]]>