• Hi, first let me thank you for this great job

    Now I set the number of article words to appear

    And you selected the option without pictures

    Question: I don’t want points to appear next to the title, what is the method

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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.

    Thread Starter munabaly

    (@munabaly)

    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 );
    Thread Starter munabaly

    (@munabaly)

    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?

    Thread Starter munabaly

    (@munabaly)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Delete the dots from the title side’ is closed to new replies.