Hello I’d like to know if something is possible with this wordpress plugin.
How can I query for posts where the excerpt is blank? Is that possible?
Dear Manesh Timilsina
I have found your plugin very usefull, so I have decided to do a small mod in order to let also choose the posts tags.
It does seem to work perfectly.
I have posted the code in the reference link:
https://gitlab.com/jorge-vitrubio/posts-from-tags
Yo will see there is very small changes, some have applied others yet to come.
In order to show the button in mce the variable has been renamed from tinyMCE_object
to tinyMCE_object_PFC
you might consider adding a “surname” to your variable in case another plugin uses the same variable name, which is a bit generic.
Sorry for using the support area, I could not find a bette way to contact you (I am quiet shure it does exist but… )
]]>how do we restrict the previous and next buttons on the post so that they only show posts from the same category, rather than all categories?
]]>Hi, is there a setting to ensure that the plugin does NOT remove HTML from the content when list of posts is shown? I have link in the post, and it is being removed when shown in the list of posts (still is present when ‘read more’ is clicked.
thanks
]]>Hello
I am grateful for the above plugin. I have a small issue with it, how do I see my old posts in the posts page. For instance, I have selected 15 posts per post page, (see a sample here https://infinituminsuranceandlifeskills.com/entrepreneurship/). How do I see my older posts. There’s no pagination at the bottom of the page.
Referring to the given link, is that possible to hide Companies Categories when visiting the post related to CSR categories? I just want to show respective category only so that it won’t be so confusing.
]]>Its been a while I have seen the error and did not had the time to figure out the issue.
Now I finally got time to dig into the code to fix the error
Failed to initialize plugin: pfcbutton
This error occurs when you are using the Classic editor (tinymce) as part of the Gutenberg blocks inside Posts or pages.
Reason:
Inside post-from-category.php
on line 598
it uses
add_action ( 'after_wp_tiny_mce', 'pfc_tinymce_custom_vars' );
which not not triggered correctly anymore.
Details: https://developer.www.ads-software.com/reference/hooks/after_wp_tiny_mce/
Workaround:
To workaround this, replace the line 598 with:
add_action ( 'admin_head', 'pfc_tinymce_custom_vars' );
Or add the below code into the functions.php of your current active theme:
add_action('admin_head', 'pfc_tinymce_custom_vars');
Is there any chance to get a feature allowing me to configure the following?
* Show / Hide empty categorie
* Show categories hierachical
what I am dong now is changing the LINE 184 to
'hide_empty' => 0
and add the following:
'hierarchical' => 1,
Hi, I see the option in the Widget to exclude post id’s but the same option does not appear to be available on the toolbar. I need to exclude the page the shortcode appears on; as that content appears twice otherwise.
Thanks,
Jim
Great plugin!
When filling out the form for the shortcode, for the field ‘Post Number’, is there a value I can enter so ALL posts for the category display?
Thank you ??
]]>Is there any way to style the list of the posts? I’d like to have the post image next to the excerpt, not over it ??
]]>I downloaded the plug-in and found it under the widget section. So I put the widget in my page sidebar, but that’s not where I want it. I want to be able to see a different category under each page and it seems like I don’t leave you able to do it one time for all pages since it’s “page sidebar”. It lets you select the category but haynwill select the same category for each of the pages
]]>I want to present users with list of all my categories BEFORE showsing a list of posts. Then only the posts for the chosen category will show. Please advise. Thanks.
]]>If is this possible what is the function to add permanently the widget of your plugin in a sidebar (for example like the get_searchform() for a search form or else)?
]]>Hi,
I just installed this plugin and it does exactly what I need, but I want to change the size of the blog posts’ headings.
Here’s the code that is showing:
<div class=”so-panel widget widget_pfcwidget panel-last-child” id=”panel-17-0-0-2″>
<div class=”pfc-post”>
<h2>…
h2 is where the post’s title is.
I tried to put pfc-post in my custom CSS but nothing is changing. Can you help?
My site is under maintenance mode so I can’t post a link to it.
]]>topic title says it all, how would I go about adding the authors name next to the date?
]]>Hi there. Awesome plugin. Is it possible to change the font size for the text in the widget?
]]>Hi, I translated your plugin into German language. I want to provide you with the .po and .mo file. Maybe these will be helpful for others. The files could be downloaded here and used for further versions of post-from-category.
]]>Hi, I translated your plugin into German language. I want to provide you with the .po and .mo file. Maybe these will be helpful for others. The files could be downloaded here and used for further versions of post-from-category.
]]>I have set the “number of post” to 3, Order By: Random, Order: ascending. Instead of just three posts, it is showing every post (or nearly every one)
https://andrewswebsite.net/
I installed this plugs and add to widget in my side bar, I give to name to widget title, but post title get same theme from widget title. how I remove widget title theme from post title..?
]]>Hi there,
I love you plugin. It works great. Only thing is I have a big dot that appears in front of all the titles. I cannot figure out how to get rid of it. Can you help me please?
Thank you
]]>Hi, great plugin! I’m setting the Excerpt word count to 0 in hope it will not display an excerpt. It doesn’t seem to accept 0 and uses 7 instead. Possibly a bug there, but also curious if you have other thoughts for how to enable/disable the post excerpt. Thanks!
]]>Would it be possible to add a box in the widget under Title:
called Subtitle:
?
Thanks very much for considering this!
]]>do you have any short-code to list posts (falls under a specific category) in a new page with/without thumbnail, but title of the post should be there.
If yes, what are the possibilities to list the posts horizontally in that page. where by default every plugin of this nature lists the posts vertically only.
]]>This looks really useful.
At the moment, however, the plugin doesn’t show a post’s excerpt, and instead picks the first n
words of the post (according to how many are specified in the widget).
Would it be possible to have the widget show the excerpt for each post that I’ve already manually created (and without any following ellipsis)?
]]>