Plugin Author
Ajay
(@ajay)
I think this might be because it isn’t in English. In the Settings / Output tab you have an option to set the number of characters of the title to a very high number. Say 500.
Thanks for your quick response
I think you did not understand my request
I want the title of the article to remain short, but I don’t want the dots to appear next to the title
Here is a picture showing
https://prnt.sc/vJWUuo_N-s2J
Plugin Author
Ajay
(@ajay)
You can’t do this in the plugin directly, but you could add a function in your theme’s functions.php or using the Code Snippets plugin. Note that I haven’t tested it but it should work. Please backup your database/site before making changes.
function remove_crp_title_dots( $title, $result, $args ) {
return crp_trim_char( $result->post_title, $args['title_length'], '' );
}
add_filter( 'crp_title', 'remove_crp_title_dots', 10, 3 );
Hi I made you post
Some support on PayPal, I hope you get it
I have a question
How do I prevent the search engine from archiving a word (you also care)
This is amazing
https://prnt.sc/t7G45y-XBbt8
Plugin Author
Ajay
(@ajay)
Thank you.
What do you mean by archiving a word?
welcome
I want to prevent search engines from seeing it
Plugin Author
Ajay
(@ajay)
Do you mean the search results page? There is a setting in my plugin’s settings page which allows you to toggle the search engine indexing. By default this is set to not index any search results page or links should you use the widget.