Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • toughride

    (@toughride)

    Hi kalkehcoisa,

    I wonder if you could help me please. If I want to add your code into the job manager plugin installed in MULTI SITE environment, what should I do?

    I only want to add pagination to the application list in the admin. Looking at your code, $url variable would be an issue in MS network I guess.

    Please help!

    I found somewhere else that the lines to edit in wp-includes/comment-template.php are as follows…

    function comments_popup_link( $zero = false, $one = false, $more = false, $css_class = '', $none = false, $nofollow = true )
    $title = esc_attr( get_the_title() ); if($nofollow) { $nofollow = ' rel="nofollow"';}
    echo apply_filters( 'comments_popup_link_attributes', '' );

    Hope this helps

Viewing 2 replies - 1 through 2 (of 2 total)