Are you seriously suggesting that copy and past the id from there into the PHP code?
It’s good if I have one folder:)
What if I have 10 folders or more?
Thank you very much, it works.
How I can get folder ID for wp_rml_get_object_by_id(id?) at post to show this count in single.php?
$folder = wp_rml_get_object_by_id(1);// id = 5
if (is_rml_folder($folder)) {
echo $cnt = $folder->getCnt();
}