Home Forums Pro Themes Kids Education Pro The blog shows the same input content.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #107700

    When I create a new entry, an equal text appears for each entry “Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi …”. There is a way to change that content automatically.

    #107736
    wensolutions
    Keymaster

    Hello,

    Actually we are not quite clear with your query. Does the same content appears in the blog posts that you have created?

    Since we are not clear with your query, can you provide us with your site URL so that we can help you further?

    Also third party plugin can be one of the leading cause for uncertain behaviour so, please verify issue once by deactivating all third party plugin.

    Thank you.

    #107774

    I solved the problem. I changed a line of code in the helpers.php directory
    Before:
    216 $ post_id = get_queried_object_id ();
    After:
    216 $ post_id = get_the_id ();
    The same problem is in the demo: https://themepalacedemo.com/kids-education-pro/blogs/
    The same extract appears for everything.
    Thank you.

    #107803
    wensolutions
    Keymaster

    Hello,

    Glad that you found workaround for the issue.

    Further, we will inspect issue on our side and will fix it.

    Let us know if you have any queries further.

    Thank you.

    #107872
    wensolutions
    Keymaster

    Hello,

    The issue regarding the content of blog posts has been fixed so, please update theme once.

    If you have any queries further, let us know.

    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.