bobd314
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Download helphttps://supermegazord.com/WP/wordpress-1.5.1.3.tar.gz & https://supermegazord.com/WP/wodpress-1.5.1.3.zip if you really cant download from www.ads-software.com. Its not really advised to download from alternate locations though.
Forum: Plugins
In reply to: WordPress & Gallery2Wow, looks really nice.
I think I’ll start using this.
Forum: Fixing WordPress
In reply to: Most popular WordPress blogs?Yes, the most popular wordpress blogs of course run on Movable Type…
Anyway, if I don’t pay any attention to the second part of your question, and only the first part that asks what the most popular wordpress blogs are.. my answer would be Photomatt.net since its the #1 hit on google for the search term ‘matt’
I don’t know of any other super popular wordpress blogs, and if there are some I haven’t been to them
Forum: Fixing WordPress
In reply to: Problem with CSS I’m guessingNot sure if this will help but I’ll post it anyway
There might be a file called sidebar.php in the theme folder or whatever so you might want to look in there. Im not sure about the structure of your theme or the one you are using so it could be any file.
Forum: Fixing WordPress
In reply to: Archives – Change output on index pageIm pretty sure you would just do <?php get_archives(‘monthly’); ?> instead of what you are using now.
Forum: Themes and Templates
In reply to: Very simple templatehttps://img213.exs.cx/img213/5199/verysimple6yy.jpg let me know if that is close to what you want. I can edit it how ever you like. If that is exactly what you want contact me either by email ([email protected]) or by AIM (bobd314) and I’ll send it to you.
Forum: Themes and Templates
In reply to: Very simple templateif you want.. i can make https://wh0cares.com/uploads/Simplicity0.11.jpg into something alot simpler, without the tabs and stuff at the top…
Forum: Themes and Templates
In reply to: place images in footer?In wp-content/themes/default, grab the file called “footer.php.” Open it up in whatever you would like and somewhere past ‘<div id=”footer”>’ add the code that you want which I would assume would be something like
<a href="www.site.com"><img src="bla.jpg" /></a>
Forum: Themes and Templates
In reply to: WP Links & DesignIm pretty sure that you have to go into your admin pannel thingy and then the links tab and find the link in there since <?php get_links_list(); ?> grabs all its info from there.
Forum: Themes and Templates
In reply to: Menu side by side with Horizontal navOk, im not very sure what you are saying through all that but when you say “is there a way to have the navigation within the header,” yes you can do that. The way I do it is is have the navigation in its own div, then place that div within the header div.
Something like this maybe…
<div id="header">
Header Stuff Here
<div id="navigation">
Navigation Stuff Here
</div>
</div>
Forum: Installing WordPress
In reply to: .mac account running WordPress?I dont think it’s possible for you to run wordpress from your .mac account. However, you can get a free wordpress blog from https://blogthing.com/. It’s running 1.5 and I believe you can install your own themes and stuff.
Forum: Themes and Templates
In reply to: Cant get any templates to work…That theme wont work, its not designed for 1.5. It needs atleast an index.php file in it. As podz said, the themes that work in 1.5 right now are on the page he posted.
Forum: Themes and Templates
In reply to: custom fieldIm almost 100% sure that you are going to need to insert it into index.php under the current theme you are using(If you are using 1.5, the theme thing applies, if not just put into index.php in your main WP directory).
Forum: Themes and Templates
In reply to: Header Image Plus TextSo.. something like https://img46.exs.cx/img46/7594/wordpressorg9ud.jpg maybe?
Forum: Themes and Templates
In reply to: Cannot think of a way of doing navigationI was thinking maybe do one something like the tabs but sideways I suppose. I dont know if its possible though.