| | Hi jlhaslip! i have upload all the files and get this this http://www.koddinn.com |
|
|
|
Compare the files and you will see what I mean. In the sample you post, the #content is before the #navigation in the Source code. My sample is a different code structure than yours, I think. The floats are removed from the normal flow of the page and then put back into the page according to the floats and contained by their width attributes, so when the posting you have is positioned in the code first, it assumes the full page width and then the Navigation is placed below it. Reverse their positions in the source and it behaves differently. Or should. *edit* Here is a simplified version of your page which might be easier to understand. The Topic contains more information explaining the set-up you need to understand. http://www.trap17.com/forums/index.php?s=&...st&p=314404
HI
this is working fine, but how do i split this to the right files, header.php footer.php sidebar.php index.php
That I don't know. I have never dealt with Wordpress and their methods. I usually write my own in php. I am familiar with how I would do it, but they are likely different in their methods.
Perhaps another member will come along and explain how to split them up into the includes that Wordpress needs. QUOTE i am Carpenter Me too...
Yup, i have been working as Carpenter since 1980, building houses, kitchen and more. Now i am rebuilding my house, so many kids, need more rooms,
got this ! The gallery uses the fim_photos.php template. For any theme that you use, you have to get fim_photos.php to look like the structure of that theme. You're done with installation. Now you need to customize. this is the fim_photos.php CODE <?php define('FIM', true); ?> <?php include("../../../wp-blog-header.php"); ?> <?php require_once("functions/fim_functions.php"); ?> <?php get_header(); ?> <div id="content" class="narrowcolumn"> <div class="entry"> <?php echo fim_get_the_content(); ?> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?> how do i let it look like the structure of the theme i am using.?
New info
the fim_photos.php use its own default template structure. you need to tweak that default structure to match the structure of whatever WordPress theme you're going to use. For example, fim_photos has <div id=\"content\" class=\"narrowcolumn\">. My Basic Concept theme doesn't have that. so,
Can i get Wordpress for free ??
ok lets try again...
see here http://www.koddinn.com/myndir i got the sidebar to the right, now i need to move it up, here is the code CODE <?php define('FIM', true); ?>
<?php include("../../../wp-blog-header.php"); ?> <?php require_once("functions/fim_functions.php"); ?> <?php get_header(); ?> <div id="content" class="narrowcolumn"> <div class="entry"> <?php echo fim_get_the_content(); ?> </div> <div class="main-narrow"> <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php include (TEMPLATEPATH . '/browse.php'); ?> <?php else : ?> <div class="post"> <h2><?php _e('404 Error: Not Found'); ?></h2> </div> <?php endif; ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
This is similar to what has to be done to get my WP Ultimate Static Front Page technique to work properly. Within the index.php template, look for the code from the beginning of the file until you see something like this:
CODE <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> Copy everything above that line, and replace this code in fim_photos.php with the copied code: CODE <?php define('FIM', true); ?> <?php require_once("functions/fim_functions.php"); ?> [b]PASTE THE COPIED CODE HERE[/b] <div id="content" class="narrowcolumn"> <div class="entry"> <?php echo fim_get_the_content(); ?> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?> Now look for the code after this: CODE <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> Copy everything after that, and replace this code: CODE <?php get_sidebar(); ?> <?php get_footer(); ?> With the code you just copied. If anyone feels that there is something missing, let me know. I'm a bit tired right now, and might be a bit off. Latest Entries
thx
No problem. If you ever need help in the future, just let me know and I'll be right there.
If I got this right, this code (that you should place in fim_photos.php) will do the trick.
CODE <?php define('FIM', true); ?>
<?php require_once("functions/fim_functions.php"); ?> <?php get_header(); ?> <div class="main-narrow"> <div class="entry"> <?php echo fim_get_the_content(); ?> </div> </div> <?php get_footer(); ?>
Recent Queries:-
Keywords : wordpress sitebar botton
I have installed Wordpress in my site and feeds seem that dont work. When i click over the link I brought up this question in another thread, but I'd like to know how you can allow the user to I have a blog on blogger and it's getting annoying that it never makes another page and thus it Hey everyone! I'm looking for a good and nice statistics plugin for my wordpress site: Dan I've just downloaded Wordpress 1.5.1 and uploaded all the contents to public_html and I've Looking for wordpress, sitebar, botton
|
|
![]() Wordpress Sitebar At Botton |
| ADD REPLY / Got an Opinion! | a humble request :-) | RAPID SEARCH! | Free Hosting | [X] |
|
Express your Opinions, Thoughts or Contribute your information that might help someone here. Ask your Doubts & Queries to get answers.. "Together, We enlight each other!" |
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP. | 500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE |
|