StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-16-2008, 10:28 AM
kris78 kris78 is offline
Registered User
 
Join Date: Nov 2008
Posts: 6
Default Can I Add An Image To The "home.php" page?

I'd like to put an image on the homepage, so that it appears centered *above* the image in this code:

[img]<?php bloginfo('template_url'); ?>/images/hp-main.jpg[/img]" />

Can I just add a <img src> tag above that code, or will it interere with anything? Here's the code for the start of the home.php page. Perhaps I need to place something before the <div id="homepage"> section?

<?php get_header(); ?>

<div id="homepage">

<div id="homepageleft">

[img]<?php bloginfo('template_url'); ?>/images/hp-main.jpg[/img]" />

<h1><?php $main_headline = get_option('rev_main_headline'); echo stripslashes($main_headline); ?></h1>


<?php $main = get_option('rev_main'); echo stripslashes($main); ?></p>


<?php $main_link = get_option('rev_main_link'); echo stripslashes($main_link); ?></p>

</div>


Thanks in advance for any advice!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I wan't delete some words: "advertisement" "comments" "subscribe".... in Home Francois Laurent General Discussion 2 01-06-2010 11:11 AM


All times are GMT -5. The time now is 03:57 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.