Viewing 5 replies - 1 through 5 (of 5 total)
  • If you’re talking about the text running off the right side of the page, that’s because for some reason your content is being encased in <pre><code>Content</code></pre>. Are you doing that in your code or what? I can’t tell as you didn’t properly post your search page’s code. Use backticks to surround your code. ??

    Thread Starter neoimage815

    (@neoimage815)

    Firstly, thank you Viper007Bond. I’m trying to post the code properly this time.

    —————————-

    <div id=”content”>
    <div class=”post”>
    <?php if (have_posts()) : ?>

    <div class=”title”>Search Results</div>
    <div class=”searchdetails”> Search results for “<?php echo “”.”$s”; ?>” </div>
    <?php while (have_posts()) : the_post(); ?>
    [a class=”title” href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”]<?php the_title(); ?>[/a]
    <?php _e(“(“); ?> <?php the_category(‘ and’) ?> <?php _e(“)”); ?>
    <?php the_excerpt() ?>
    [a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”]( more )[/a]

    <?php endwhile; ?>
    <?php else : ?>
    NothingNot Found
    <?php endif; ?>
    </div>
    </div>

    <div class=”right”><?php posts_nav_link(”,”,’previous »’) ?></div>
    <div class=”left”><?php posts_nav_link(”,’« newer ‘,”) ?></div>

    —————————-

    Thank you again. I don’t know the the Pre Tag come from. Ummm.

    Please, as I said, use backticks around your code. It makes our lives a lot easier.

    Anyway, do you have any plugins enabled?

    Thread Starter neoimage815

    (@neoimage815)

    What a fast reply!!! Thank you Viper007Bond. Yes! there was plugins! Thank you Viper007Bond. You save my life!!! the problem was the built-in plugin. When i unactivated all the problem gone. Thank you again Viper007Bond.

    There is my website https://www.aumstudio.com. if you have any chance email me. Thank you again. Have a nice day. Bye.

    PS. Anyway, what is backtick? ??

    On the keyboard, the backtick is right next to the 1 key. It has the tilde on top ~ and the backtick on the bottom. The backtick won’t show up on this post though, but it works for doing code in posts.

    ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Could any expert help me ???’ is closed to new replies.