Modifying index.html
-
so i know NO php and i have gotten into the world of wordpress. In blogger, we could modify things just in blogger itself using html w/o knowing anything else. I just want on my index page for the latest entries to appear with just the title and the date and then the entry. i don’t want anything else. Does anyone know what the tags are for those two things to appear. Oh and it’ll be cool to have the category in parenthesis, so it looks like this on the webpage:
This is the entry name (Category)
-DateEntry
Author name | CommentsPlease let me know
-
I’ve been with WP nearly two years – and I still don’t know any PHP. You are not alone 🙂
Could we have a link to your site ? We can then see the theme you are using and can get our advice exactly right for you. What you are after is very easily achieved but it might be easier with a link.
sure…i’m just testing it out here, but if it works i plan on putting wordpress on my domain. thanks so much for your willingness to help! 🙂 Really appreciat it!
Two steps:
Can you make a post (call it ‘Testing’) and date it back to yesterday ? You can do this on the advanced edit screen. This means that we get to see two dates when we move things around which will help.Next, can you open your ‘index.php’ which is the one in the theme folder, and copy all the code to here:
http://pastebin.com
Then at that site click ‘Send’ at the bottom.
Your code will then appear on-screen and in the address bar it will now have something like
http;//pastebin.com/12345
We need that address – we can then see your index and juggle the code around to get the ideal result 🙂Ok…I had removed the whole bottom half of the code b/c when I used Movabletype before a long time ago, that’s what I had done. Of course I don’t know if it was the right or the wrong thing to do but I am totally willing to follow your advise as to what is the best way to achieve this design.
Here’s the link you asked for: http://pastebin.com/467999
Thanks again!
<div id="content">
{$content}
<br /><br />
<br>
</body>is that all that is there really ?
I was expecting something like this: http://pastebin.com/468023yeah, b/c I was playing around with it b/c I have NO clue what i’m doing 🙁 Should I post the original index.html that I had backedup?
It’s okay 🙂
Hmm… you are using WordPress MU which we can’t properly support simply because most of us here do not use it – the code inside it is very different.
If you had WP (not the MU version) on your own domain I can virtually guarantee we could get it perfect for you, but MU probably has so many restrictions on what you can do that it would be a battle we may not win.
Could you get it on your own domain ?sure…i’ll post the code here as soon as it get it on my domain? just wanted to know that i’ll have some kind of support if i did install it! 🙂 Thanks!
ok i got it up on the roxr forum but i don’t even know HOW to modify this index.html.
here’s the site: http://monamoon23.roxr.com/
the blog should be transparent like it was at http://www.geocities.com/shalas but i can’t evven get into the body to insert the transparent tag.
I’m just really confused, b/c this is what it says on the index.html file:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>Anyone? Podz? come back!
All your modifications should be done in the theme’s index.php file or stylesheet. The themes are located in wp-content/themes/themename/ directories. You are using the default.
The topic ‘Modifying index.html’ is closed to new replies.