Hello,
Please use limit parameter in the shortcode like this way
[fpc_post_grid grid="3" limit="20"]
Note: Do not copy and paste it causing quote issue, write manually.
Thanks.
Hello,
Please share the screenshot of the shortcode that you are using.
This code is working – `[fpc_post_block limit=”20″] http://tarabasel.com
Still, only 10 posts is displaying & How to remove author name post.
can add above things to above code, please
thank you
is it possible display widget by category of post (i have 3 categories for post)
1 category – 10 post
2 category 10 post
3 category 10 post
please give custom css.
& How to remove author name from post.
others are sorted out
Hello,
You can hide the author by adding one more parameter: show_author=”false”
[fpc_post_block limit="20" show_author="false"]
To display category wise you can use category parameter
[fpc_post_block limit="20" show_author="false" category="20"]
Where for example 20 is the category ID.
If you are using widget then we have also given an option under the widget where you can filter the posts category wise.
`[fpc_post_block limit=”20″ show_author=”false” category=”7″]
Perfect Mate.
One last thing
CAN YOU PLEASE CCS FOR – I NEED 5 GRID IN ONE ROW
PLEASE
CAN YOU AMEND ABOVE CSS LIKE THAT PLEASE
Hello,
Right now its support only 4 grid in a row. To support 5 grid, you need to make a small change in design file.
Hello @ishvakmubarak
Sorry right now its not possible because we also need to write some css for this.