Account Options

  1. Inicia la sessió
    Usuaris del lector de pantalla: feu clic en aquest enllaç per utilitzar el mode accessible. Aquest mode té les mateixes funcions bàsiques però funciona millor amb el lector.

    Llibres

    1. La meva biblioteca
    2. Ajuda
    3. Cerca avançada de llibres

    Search Results For Astra Site

    If "proper text" refers to the or size of the search results:

    : To dynamically change the entire string, add this filter to your functions.php : Search Results for astra

    By default, Astra displays "Search Results For: [Keyword]" at the top of the results page. You can change this heading text easily: If "proper text" refers to the or size

    If you want to change the text inside the search box (e.g., changing "Search..." to "Find what you need..."), use this filter: use this filter: add_filter( 'astra_the_search_page_title'

    add_filter( 'astra_the_search_page_title', 'my_custom_search_title', 10 ); function my_custom_search_title() { return sprintf( __( 'Your Custom Text Here: %s', 'astra' ), ' ' . get_search_query() . ' ' ); } Use code with caution. Copied to clipboard

    This replaces the standard "Nothing Found" subtitle or title. 4. Adjust Search Typography