shadow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hyperlinking a post titleNo – it would change all of the post tiles to point to that same link.
Forum: Themes and Templates
In reply to: Strange error in templateChange this from
<?php else : ?>to<?php else; ?>Forum: Installing WordPress
In reply to: where is the how-toForum: Plugins
In reply to: Download pluginsForum: Plugins
In reply to: help me remove topic titlesRemove this [or similar] from your page template code:
<a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a>Forum: Installing WordPress
In reply to: needs help with the 1st step of administration panel!I tried to email you via install4free in response to your request, but your email bounced.
Forum: Installing WordPress
In reply to: needs help with the 1st step of administration panel!Have you installed WordPress or done anything on your site at http://www.countthewaves.com ?
At this minute it is not loading at all.
Forum: Fixing WordPress
In reply to: WordPress 2.3 and Bluehost problemGreater Than and Less Than yes, but in this usage they are known as opening and closing tags.
Can you actually see them in the code in your theme directory files – index.php and single.php?
Try to look for two together
<<or>>and remove one at a time. There should only be or four that have doubled up on each index.php and single.php file.Forum: Themes and Templates
In reply to: How important is it for a theme to be SEO-izedSEO – Search Engine Optimization
For many bloggers it is the ONLY reason they have a blog, for others it means very little to zilch.
Basically, any themes that are SEO optimized will have all the right title structures and naming conventions [among other things] in place to attract the bots from the search engines.
Forum: Fixing WordPress
In reply to: question about sidebarYou have two sidebars, so one is probably called left_sidebar.php and one is called right_sidebar, or sidebar1 and sidebar2. [Not sure without seeing the theme files.]
These will be in your theme directory and can be changed manually by adjusting the code. Some plugins are called via the sidebars, but not all.
I would recommend you try and find the sidebars in your theme directory and so something really simple, like add a line of text to each. You can then start to add code as you learn more and more.
Just keep coming back here when you need more help or advice.
Forum: Themes and Templates
In reply to: Help: Modified Index.php and content disappeared!Try taking out the second script call
<script type="text/javascript" />:<p><script type="text/javascript"> digg_url = ‘http://www.seoprinciple.com/how-to-get-full-access-to-wsjcom-for-free-wall-street-journal/19/’; </script> <script type="text/javascript" />Most of the articles...Forum: Installing WordPress
In reply to: Installation of ww.wp.xz.cn onto same domain as WordPress.comWhen you purchase a domain name, you are usually given access to a control panel of some kind as well, where you do such things as point to your chosen nameserver. It seems like you may need to go into your your control panel where you domain is registered and point your nameservers to your new host,
Forum: Themes and Templates
In reply to: display image with every postAre you uploading an image in every post though or only in the first post?
Forum: Installing WordPress
In reply to: What step am I missing?What do you mean when you say you cannot get it to load? What does happen exactly?
Forum: Everything else WordPress
In reply to: layout problemsWith the titles of each post that click through to the stories, how do I change the font and colour?
Add something like this to your css [change color/size to suit:
h3.storytitle a {color:#000000; font-size: 14px; }Also, the page seems to be refering to this style sheet http://bearblog.roadrider.com.au/wp-content/themes/bearblog/style.css but I cannot see a H1 in this style sheet. How do I make changes to the H1 tag?
You do not have a
<H1>tag in your html either, so until you put one in, any reference to it in your CSS would be pointless.I would start with the above and then get back to us.
To be honest though, this is a hard theme to work with and is riddled with unnecessary tables. Before you spend hours of work changing all of the issues above, you may want to consider looking at a different base theme to work with.