I’m testing on localhost.
Let me se if I get your problem.
The comment_form
is not showing up on some posts? Or the generated comments do not show up on the comment_form
?
1) generated comments if they appear
2) When the generated comments in some post does not show the box to write comments.
It’s because of one of the options in the plugin is to block comments. We still have to allow people to randomize this kind of options (boolean ones)
Hey iLen,
Anyways I’ve resolved the issue by creating an issue on GitHub and adding the select field to choose which are the options for comment_status
you want to randomize.
https://github.com/iryz/fakerpress/pull/27
If you have any confict with comment_form, but anyway your plugin is very good and useful, we will put 5 stars, I like that you add features in future versions.
When general content:
- Generate image (you can use the api to imgur.com or specific image link)
- Generate tags with blockquote cite
- Generate HR tags
- Generate formatted text (bolg, italic, underline, colors) (optional for an option)
A correction on your menu, you have the order as follows:
- Settings
- posts
- Terms
- Users
Comments
It should be like this:
A correction on your menu, you have the order as follows:
- Settings
- *Terms
- posts
- Users
- Comments
Why?
Because if you generate first ‘Post’ are generated without ‘Terms’, should first generate ‘Terms’ then generate ‘Post’ with categories, tags, etc..