diff --git a/page.php b/page.php index 479a667c..4717c5a4 100644 --- a/page.php +++ b/page.php @@ -2,9 +2,8 @@ /** * The template for displaying all pages * - * This is the template that displays all pages by default. - * Please note that this is the WordPress construct of pages and that - * other 'pages' on your WordPress site will use a different template. + * Replica la estructura de single.php para consistencia visual. + * Grid layout: col-lg-9 (contenido) + col-lg-3 (sidebar) * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-page * @@ -15,112 +14,105 @@ get_header(); ?> -
+ -
+
- -
+ + - + +
+
-
> - - - -
- the_title_attribute( - array( - 'echo' => false, - ) - ), - 'loading' => 'eager', - ) - ); - ?> -
- - - -
-

- -

-
- - -
- '', - ) - ); - ?> -
- - - -
- "%s"', 'roi-theme' ), - array( - 'span' => array( - 'class' => array(), - ), - ) - ), - get_the_title() - ), - '', - '' - ); - ?> -
- - -
- - - -
+ +
+ -
+ +
> + + wp_link_pages(array( + 'before' => '', + )); + ?> +
+ + + + + + + + + + + + + +
+ + +
+ +
+ +
+
+ +
+ + + + +