SannySinghs
Forum Replies Created
-
is my theme file correct ?
i’ve added %%whoisresults%% to my page but it didn’t work .
would u mind making me seen by describing coding plswhen i hit the enter it result %%whoisresults%%
this is my url
https://localhost/wordpress/search-domain/what i’ve set in /wp-admin/options-general.php?page=Domain-Whois is
/search-form/yes i absolutely did that
This is my template
<?php /** * Template Name: Who.is * */ ?> %%whoisresults%%
when i add %%whoisresults%%, i’ve got no result ….
it just show me %%whoisresults%%.
when i coded with php tag <?php %%whoisresults%% ?> i got error … plsForum: Fixing WordPress
In reply to: search.php is not working at allit worked borv … really really thanks …. naming worked perfectly
But i don’t still konw why this method have solved .. would u mind explaning ..
really thanks brov,Forum: Fixing WordPress
In reply to: search.php is not working at allI’ve been created two themes so far… the first one ok and work fine but not for the second one…..i’ve been coded both up within same time ….
i wanna konw what would be my prob in my second theme…Forum: Fixing WordPress
In reply to: search.php is not working at allthanks to ur reply but it didn’t fix my prob
Forum: Fixing WordPress
In reply to: search.php is not working at allthis is my searchform.php
<form method="get" id="searchform" action="<?php bloginfo('siteurl'); ?>"> <div> <input class="text" name="search" size="32" maxlength="64" /> </div> </form>
Forum: Fixing WordPress
In reply to: search.php is not working at allThis is my search.php
<?php get_header(); ?> <div id="main"> <?php get_sidebar(); ?> <div id="content"> <?php if ( have_posts() ) : while (have_posts()) : the_post(); ?> <div class="box"> <h2><a href="<?php the_permalink(); ?>" ><?php the_title(); ?></a> </h2> <h5><?php the_time('F j, Y'); ?> at <?php the_time('g:i a'); ?> | <?php the_category(', ') ?> | <?php comments_number('No Comment','1 comment','% comment'); ?> </h5> <p><?php the_content_limit(250,'more '); ?></p> <p><a href="<?php the_permalink(); ?>"> Read More >> </a> </p> </div> <?php endwhile;else: ?> <p>Woops There is no post yet</p> <?php endif; ?> </div> </div> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: search.php is not working at allYes it is in my localhost ….. i’ve used my own created theme….
ofcourse i’ve got porblem in my theme.. cuz twenty ten and other themes work perfectly well