g-cqd / aemi-wp

Aemi WordPress theme
https://wordpress.org/themes/aemi/
GNU General Public License v3.0
12 stars 1 forks source link

404 on Page #7

Closed KoreGio closed 3 years ago

KoreGio commented 3 years ago

Describe the bug with this theme I become a 404 only on page. I try another theme and there is no problem with configuration

can you help me

g-cqd commented 3 years ago

Hey @KoreGio How did you solve the problem ?

KoreGio commented 3 years ago

Yes Thank you. I need to "Custom Post Types to add" for page

g-cqd commented 3 years ago

Oh right, Do you have suggestions that could have avoided you to encounter this issue?

keempoo commented 3 years ago

I am also having this issue. I downloaded the most recent version of the Aemi theme and compared the Page.php files. They both have in its entirety:

`<?php

get_header();

while (have_posts()) { the_post(); do_action('aemi_page_before'); get_template_part('inc/parts/content', 'page'); }

get_footer(); `

Is this complete?

g-cqd commented 3 years ago

Hi @keempoo

As I can see in the repo, it is complete. What are you exactly looking for ?

keempoo commented 3 years ago

My bad, I have a different issue! All is well!

On Sat, Jan 23, 2021 at 5:41 PM Guillaume C. notifications@github.com wrote:

Hi @keempoo https://github.com/keempoo

As I can see in the repo, it is complete. What are you exactly looking for ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aemi-dev/aemi/issues/7#issuecomment-766211693, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALLGFD3TZEXOTPFH6EK2BCDS3NNDVANCNFSM4T34V4MA .

g-cqd commented 3 years ago

@keempoo fine.

Have a good journey with Aemi theme !