I faced very complex issue when my post get published. That post copied from other sites. Due to some wordpress plugin that is happening. wp-matic and wp-robots wordpress plugins are very bad which are stilling the other site blog and content.
Prevent the coping your content you should use my method. This method will add the additional text in your title so your wordpress posts will became more secure.
If you are wordpress developer then only use following code. Open your functions.php file from your theme and put following code in that file.
function wordpressapi_rss_title($content) {
global $wp_query;
$postid = $wp_query->post->ID;
$gpost = get_post_meta($postid, 'guest_post', true);
$spost = get_post_meta($postid, 'sponsored_post', true);
$content = 'Post by WordPressapi.com - '.$content;
return $content;
}
add_filter('the_title_rss', 'wordpressapi_rss_title');
This code will add the custom text in your title. For more information you can search in my blog
http://wordpressapi.com






Gosh, I’ve been looking about this specific topic for about an hour, glad i found it in your website!
Super-Duper blog! I am loving it!! Will be back later to read some more. I am taking your feeds also
Keep working ,terrific job!
Well I truly enjoyed reading it. This article procured by you is very practical for accurate planning.
You made some clear points there. I looked on the internet for the issue and found most persons will go along with with your blog.
I appreciate, cause I found exactly what I was looking for. You have ended my four day long hunt! God Bless you man. Have a nice day. Bye
I was just having a conversation over this I am glad I came across this it cleared some of the questions I had.
This post makes a lot of sense !
Nice post! You truly have a wonderful way of writing which I find captivating! I will definitely be bookmarking you and returning to your blog. In fact, your post reminded me about a strange thing that happened to me the other day. I’ll tell you about that later…