OwlCyberSecurity - MANAGER
Edit File: content-page.php
<?php /** * Template part for displaying page content in page.php * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package ONUM */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="inner-post"> <?php the_content(); wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'onum' ), 'after' => '</div>', ) ); ?> </div> </article>