auday1982
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Conditional statement check if post has thumbnail<?php if ( has_post_thumbnail() ) { ?>u have to enable the featured image too (in functions)
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); }to post thumbnail (show it)
<?php the_post_thumbnail('thumbnail'); ?>I hope this helps
Forum: Themes and Templates
In reply to: pre-release free red/black themewhy no help
just your opinion. Pls
Forum: Themes and Templates
In reply to: Show posts published for latest dayswill write later about doing it
it s possiblewill count time and get posts where publishing is within that
using tablet and away from my files
Forum: Themes and Templates
In reply to: searchformsaerch form can be inserted as a widget!
u may include searchform.php
create searchform.php
i am using this code inside saerchform.php (put this file in same folder as your theme index.php)
<div id="style1"><form method="get" action="<?php echo home_url('/'); ?>"> <input class="style2" type="text" value="" name="s" /> <input class="style3" type="submit" id="searchsubmit" value="Search" /> </form> </div>Forum: Themes and Templates
In reply to: Custom PageI am already confused!
Forum: Themes and Templates
In reply to: Best tutorial for using wordpressgoogle digging int wordpress blog/book
it is useful
Forum: Themes and Templates
In reply to: select a different templateyou may try
single-books.php
or
single-custom.phpadd them to the theme folder
Forum: Themes and Templates
In reply to: Custom Pagehe wants to customize archives page … so he needs just the archive.php
Forum: Themes and Templates
In reply to: Changes in WP don't show up on sitein ur main folder for the hosting
public_html/
Forum: Themes and Templates
In reply to: select a different templatedid u use a plugin … ?
Forum: Themes and Templates
In reply to: Custom Pagethe code above seems so familiar for me … which template are you working on?
is it mine?
Forum: Themes and Templates
In reply to: Custom Pagethe_permalink()
Forum: Themes and Templates
In reply to: [Ari] [Theme:Ari] Border below images in tablesuse the float:left in something like
style=”float:left;”
please note that there is no such thing as align:left
it is text-align: left (even if it is image)
better use float:left
Forum: Themes and Templates
In reply to: [Ari] [Theme:Ari] Border below images in tablesuse float: left; for the first green logo image and the blue image on right
this will remove the space under it and all small buttons will touch it
Forum: Themes and Templates
In reply to: pre-release free red/black theme