Odpowiedź forum utworzona

Viewing 1 replies (of 1 total)
  • Forum: Motywy
    W odpowiedzi na: Problem z przyciskiem "read more"
    Thread Starter Jacek

    (@jbstudio)

    Jak dodałem do functions.php

    add_filter( 'the_content_more_link', 'modify_read_more_link' );
    function modify_read_more_link() {
        return '<a href="' . get_permalink() . '">Your Read More Link Text</a>';
    }

    to mi generalnie przestało wyświetlać stronę…i zaplecze…

Viewing 1 replies (of 1 total)