Content for pages, posts & projects is not rendered
-
Hello
I liked the plugin and I instaled it on my website here (https://webzy.gr/) but the problem is that I get the content only on some of the pages. For all pages, project pages and posts I get the header stuff….
Home page works : https://webzy.gr/index.md
Blog page works: https://webzy.gr/webzy-blog.md
About page does not work: https://webzy.gr/about-webzy.md
None of the post pages work: https://webzy.gr/efarmogi-toy-ai-sto-web-development.md
Portfolio doesn’t work: https://webzy.gr/webzy-portfolio/
Portfolio projects don’t work: https://webzy.gr/project/kataskeyi-ilektronikoy-katalogoy-epaggelmatikon-michanon-trofimon.md
I turned on debuging which didn’t help. I added Document Root Selectors but that didn’t help. I also removed Ignore Selectors and that also didn’t help.
Am I doing something wrong?
FYI: I made a change in the code on line 802 file: class-renderer.php to this since I wanted to remove id & published_at and add yoast seo title:
private function build_front_matter(WP_Post $post, string $canonical_url, string $markdown_url): array { $data = [ 'title' => html_entity_decode((string) get_post_meta( $post->ID, '_yoast_wpseo_title', true ), ENT_QUOTES | ENT_HTML5, 'UTF-8'), //'title' => html_entity_decode((string) get_the_title($post), ENT_QUOTES | ENT_HTML5, 'UTF-8'), 'description' => html_entity_decode((string) get_post_meta( $post->ID, '_yoast_wpseo_metadesc', true ), ENT_QUOTES | ENT_HTML5, 'UTF-8'), //'id' => (string) $post->ID, 'type' => (string) $post->post_type, 'slug' => (string) $post->post_name, //'published_at' => (string) get_post_time('c', true, $post), 'modified_at' => (string) get_post_modified_time('c', true, $post), 'url' => $canonical_url, 'markdown_url' => $markdown_url, ];but I don’t think this created some problem.
Is there anything I can do to fix the problem?
Tank you in advance
George
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.
