Hello. Sorry for delayed reply. You can set Marker type to None in the plugin’s options and then use the mnp_is_new_post function (see FAQ) to display your custom image anywhere in the template.
Thanks. Can you please show me an example code?
Yes. Try putting this somewhere in the template:
<?php if (mnp_is_new_post()) { ?>
<img src="custom-picture.png"/>
<?php } ?>
It should display an image if the current shown post is unread.
Thanks can’t wait to try it.
Hi, im using this code for post list in my website homepage and mark new post is showing. But after someone click open the post , mark new post is not showing again in other device.
<?php if (mnp_is_new_post()) { ?>
<img src=”custom-picture.png”/>
<?php } ?>
Update : and the marker just appear one time only. after i refresh the page, the marker was dissapear. ( not click / open post to read )
Please check whether the “Mark posts as read only after opening” option in the plugin’s settings is enabled.
Also, in the current version of the plugin this works only for posts with excerpts.