KAKM Art Showcase Auction 2012
Visit Site
Howdy,
webmaster
|
Turbo
|
Log Out
New Post
Drafts
New Page
Upload
Comments
Delete Cache
Dashboard
Dashboard
Dashboard
Akismet Stats
Posts
Posts
Edit
Add New
Post Tags
Categories
Media
Media
Library
Add New
Links
Links
Edit
Add New
Link Categories
Pages
Pages
Edit
Add New
Comments
0
Appearance
Appearance
Themes
Widgets
Editor
Add New Themes
Plugins
5
Plugins
5
Installed
Add New
Editor
Akismet Configuration
Users
Users
Authors & Users
Add New
Your Profile
Tools
Tools
Tools
Import
Export
Upgrade
Settings
Settings
General
Writing
Reading
Discussion
Media
Privacy
Permalinks
Miscellaneous
All in One SEO
CryptX
Embedded Video
flickrRSS
Google Analytics
Search Everything
WP Super Cache
XML-Sitemap
Help
Documentation
Support Forums
Help
WordPress 2.9.1 is available!
Please update now
.
Edit Themes
home.php
Select theme to edit:
WordPress Classic
WordPress Default
Downtown Java 2-Column
Nishita
Photopress
Simpla
Tapestry 2-Column
Treba
Whitespace
Theme Files
Templates
404 Template
(404.php)
Archives
(archive.php)
Comments
(comments.php)
Footer
(footer.php)
Header
(header.php)
Main Index Template
(index.php)
Page Template
(page.php)
Search Results
(search.php)
Theme Functions
(functions.php)
home.php
(home.php)
l_sidebar.php
(l_sidebar.php)
r_sidebar.php
(r_sidebar.php)
Styles
Stylesheet
(style.css)
<?php get_header(); ?> <div id="content"> <?php include(TEMPLATEPATH."/l_sidebar.php");?> <div id="contentleft"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1> <?php the_content(__('Read more'));?><div style="clear:both;"></div> <div class="postmeta"> <p>Updated <?php the_time('F j, Y'); ?> <?php edit_post_link('(Edit)', '', ''); ?></br> <?php the_category(', ') ?></p></br> <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?> </div> <!-- <?php trackback_rdf(); ?> --> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?> <p><?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?></p> </div> <?php include(TEMPLATEPATH."/r_sidebar.php");?> </div> <!-- The main column ends --> <?php get_footer(); ?>
Documentation:
Function Name...
__()
_e()
comments_popup_link()
edit_post_link()
get_footer()
get_header()
have_posts()
posts_nav_link()
the_category()
the_content()
the_permalink()
the_post()
the_time()
the_title()
trackback_rdf()