• Resolved DHCooks

    (@dhcooks)


    Hi Mahvash, first of all, thanks for your quick responses and support. This is a wonderful theme!

    Secondly, my client sees some strange wording under the slider:

    “Sorry, no posts matched your criteria.”

    This is where we’re developing her site before it goes live.

    https://floridacoastalcookin.ipage.com/newfolder/

    How do I get rid of the wording?

    Thanks!
    Dawn

Viewing 1 replies (of 1 total)
  • Theme Author Mahvash Fatima

    (@mahvash-fatima)

    It looks like you are using the latest version of the theme but you are still using an old index.php file because of some reasons or you may have made some changes in the original file of the theme.

    If you have made some changes in the index.php file or you are using an old file then you would need to replace some codes in the file. To replace the code for removing “Sorry, no posts matched your criteria.” follow the steps below:

    Jump into the theme folder powen-lite
    Open index.php file
    Find the following code on line 40

    <?php endwhile; else : ?>
    <p><?php echo __( ‘Sorry, no posts matched your criteria.’, ‘powen-lite’ ); ?></p>

    and replace the above code with the code below

    <?php endwhile; ?>
    <?php
    do_action( ‘powen_before_pagination’ );
    powen_pagination();
    ?>

    Please let me know if it works.

Viewing 1 replies (of 1 total)
  • The topic ‘Strange wording under slider’ is closed to new replies.