Welcome guest, is this your first visit? Create Account now to join.
  • Login:

Members in Chat:
+ Reply to Thread
Results 1 to 1 of 1
  1. #1
    Join Date
    Jan 2010
    Location
    Melb/Malaysia
    Posts
    855
    $NetBucks
    3,276
    Thanked 90 Times in 76 Posts

    How to add Search Keyword on Search Page ?

    My wordpress with custom search script but i can't/don't know how to add search "KEYWORD" in the search page meta tag ....
    any one can help ?

    my page.php code :
    PHP Code:
    <?php get_header();?>
    <!-- ************************************************************* -->
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class="postid" id="post-<?php the_ID(); ?>">
                        <div class="story">
    <!-- Title ************************************************************* -->
                               <div class="pageTitle"><h3><?php the_title(); ?></h3></div>
    <!-- Close Title ************************************************************* -->
    <!-- Main Content Text ************************************************************* -->
                               <div class="storyContent">
                                    <?php if ($type == 'excerpt' ) {the_excerpt();} else {the_content();} ?>
                               </div>
    <!-- Close Main Content Text ************************************************************* -->
                       </div>
    </div><!-- close postid-->

    <?php endwhile; else: ?>
        <div class="error"><?php _e('Sorry, no posts matched your criteria.'); ?></div>
    <?php endif; ?>
    <!-- ************************************************************* -->
        </div><!-- close innerContent -->
    <?php get_sidebar();?>
    <?php get_footer
    (); ?>


 

Similar Threads

  1. [WTS] Mp3 Search Engine, Easy to Remember & Keyword Domain
    By ChaoscripT in forum Sites
    Replies: 2
    Last Post: 16 September, 2010, 09:18 AM
  2. [WTS] Mp3 Search Engine, Keyword Domain
    By ChaoscripT in forum Sites
    Replies: 0
    Last Post: 6 September, 2010, 06:00 AM
  3. Actual and Broad Keyword Search Types.
    By Snak3 in forum Keyword Research
    Replies: 3
    Last Post: 30 November, 2009, 02:50 AM
  4. How many search keywords can I target per page?
    By Forsaken in forum Promoting
    Replies: 2
    Last Post: 11 July, 2009, 15:19 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts