• Resolved ryme11

    (@ryme11)


    There is a missing “php” part of the opening tag on line 262 of the pagination.php file

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ryme11

    (@ryme11)

    Also the style tag is supposed to be inside the head tag

    Thread Starter ryme11

    (@ryme11)

    wp_enqueue_style( 'pgntn_stylesheet', plugins_url( 'css/nav-style.css', __FILE__ ) );
    wp_enqueue_style( 'pgntn_styles', pgntn_print_style() );
    

    Also the second parameter must be URL. You just output styles, but in this case calling wp_enqueue_style makes no sense.

    • This reply was modified 3 years, 8 months ago by ryme11.
    • This reply was modified 3 years, 8 months ago by ryme11.
    Plugin Support andrewsupport

    (@andrewsupport)

    Hi,

    We will investigate the issue and fix it in the next plugin updates.

    Plugin Support andrewsupport

    (@andrewsupport)

    Hi,

    Since there is no reply from you, we consider this topic as resolved. We hope you’ve found the solution. If you have any questions, please feel free to contact us via our Help Center – https://support.bestwebsoft.com/.

    Thread Starter ryme11

    (@ryme11)

    This has not been resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Missing “php ” in the opening tag’ is closed to new replies.