OzBlog
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Need help with F8 Lite theme – nothing shows as advertisedalso…
You need to use the Custom fields in your blog posts to get the images to work.
Custom field titled ‘image’ will be the main header, stick the URL to your larger image there.Use a custom field titled ‘thumbnail’ with the smaller image URL to have is associated with the post.
i did that but do i need to create images in those sizes and upload them to the images folder?
Forum: Themes and Templates
In reply to: Need help with F8 Lite theme – nothing shows as advertisedthis probably isnt the best way to do it but if you go to Pages>Edit, click on View that appears when you hover over the page name. Then copy and paste that URL as your link in the header. worked for me.
Forum: Plugins
In reply to: [Plugin: Post Thumb Revisited] Update error: Cannot create test thumbnail.um, does no one really know how to fix this?
Also, my thumbs are not saving in the pthumbs folder but into the uploads folder. but even when i manually move them to the pthumbs folder they still don’t show up in the post.
Forum: Plugins
In reply to: [Plugin: Post Thumb Revisited] Update error: Cannot create test thumbnail.i get the same error message
Although, i didn’t change any of the info that had automatically been entered into Location Settings Options.
i also created a folder in wp-content/uploads called pthumbs and made it writable, but i still get the same message and it just shows the default question mark thumbnail in my posts.
should that folder really be called “pth” instead of “pthumbs”. i tried that aswell and still didnt work.
Forum: Plugins
In reply to: Adding stuff to the loopsorry im a super newbie at this
this is what my index looks like, where do i put this function and do i just copy and paste it exactly as it is?;
<?php get_header(); ?>
<div id=”container”>
<div id=”entries”><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h3><?php the_category(‘, ‘) ?></h3><h1 style=”display:inline;”>” style=”color:#008000;”><?php the_title(); ?></h1><div style=”margin-top:-2px;”>
<small><?php the_time(‘m.d.y’); ?> <b>|</b> “>Permalink <b>|</b> <?php comments_popup_link(‘Comment?’, ‘1 Comment’, ‘% Comments’ ) ?> </small></div>
<div class=”post”>
<?php the_excerpt(); ?></div><!–end posts–>
<?php endwhile; ?>
<?php else : ?>
<!– no posts –><h2>Sorry, no posts were found</h2>
<?php endif; ?><?php next_posts_link(‘« Previous Entries’) ?>
<?php previous_posts_link(‘» Next Entries’) ?></div><!–end entries–>
<?php get_sidebar(); ?>
</div><!– end container –>
<?php get_footer(); ?>Forum: Installing WordPress
In reply to: Error establishing database connectioni did and they fixed it. thanks!
sorry for taking over this postForum: Installing WordPress
In reply to: Error establishing database connectionim pretty sure my hosts server is fine because my other sites are running. i could be wrong though. i am new to WP
Forum: Installing WordPress
In reply to: Error establishing database connectionthis is what it says:
“This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at kdpatton.powwebmysql.com. This could mean your host’s database server is down.”
Forum: Installing WordPress
In reply to: Error establishing database connectionalso, i can still get to a posting page but not the opening page. what does that mean?
Forum: Installing WordPress
In reply to: Error establishing database connectionI get the same “Error Establishing Database Connection” but my blog had been running fine for 2 days and then all of a sudden i get this.
anyone know why?