Okay
  Public Ticket #1308814
Add Text under accomodation list Site
Closed

Comments

  • Ben started the conversation

    I want to create Sites/Pages where you see a specific accomodation List above, and under it a long text, for seo purposes. When i try to type something on the Site in only shows above the accomoation list. When you look at the picture for example you see the text

    sdfsfsfsfsfsf


    i want that to appear under the list of accomodations.


    I hope you understand what i mean since i am not a native english speake.


    Thanks in advance

  •  2,057
    Theme replied

    Hi Ben,

    You would have to copy page-accommodation-list.php template to your child theme, edit the file and move lines 92 to 98:

    <?php  while ( have_posts() ) : the_post(); ?>
    <article id="page-<?php the_ID(); ?>">
        <h1><?php the_title(); ?></h1>
        <?php the_content( wp_kses(__( 'Continue reading <span class="meta-nav">→</span>', 'bookyourtravel' ), $allowed_tags) ); ?>
        <?php wp_link_pages('before=<div class="pagination">&after=</div>'); ?>
    </article>
    

    from there to below line 127 which is this:

    </div><!--//deals-->
    

    Best regards,

    themeenergy support

  • Ben replied

    Thanks for the help, i will try that. I have another question regarding all your sample pages/accomodation ect. Cause i already importet them all. So my question is: does google index all this sample posts, accomodations ect. even if i dont show them on my website, cause they already have static url as usuall in wordpress. So do i have to remove all this samples if i dont want google to index them?

  •  2,057
    Theme replied

    Hi,

    Yes, google would index them if they are published. You could make use of a plugin like this one to individually mark pages as noindex: https://wordpress.org/plugins/noindex-pages/ so that Google doesn't index them in case you wanted to keep the sample pages in your admin but you didn't want them indexed by Google.

    Best regards,

    themeenergy support

  • Ben replied

    Thanks for the quick answer. Your support service is excellent, and so is your theme. Thumps up!

  •  2,057
    Theme replied

    Thank you very much!

    Best regards,

    themeenergy support