titanvex
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Transfer Database Strange ErrorUpdate: I solved the error by using an uncompressed version of the .sql file. For whatever reason, the .zip was screwing up the file.
Forum: Fixing WordPress
In reply to: How to Create a Page that Acts like a Home PageI totally would, but I figured it out after I posted this!
I had a HUGE amount of code before, but I found that it could be simplified to:
<?php query_posts('showposts=5'); ?> <ul> <?php while (have_posts()) : the_post(); ?> <li><a href="<?php the_permalink() ?>"><?php the_post_thumbnail( 'thumbnail' ); ?></a></li> <?php endwhile;?> </ul>It works like a champ. Thank you for your help though!
Forum: Fixing WordPress
In reply to: Install WordPress post updates to websiteI don’t know what do you mean. Show us your url and I’ll probably get a picture of what you are trying to say.
Thank you for your concern. I figured it out. I am not sure what I meant either, actually. I wrote a very confusing post. I appreciate your attempt to help, though. Thanks again!
Forum: Themes and Templates
In reply to: TwentyEleven Theme Thin Black Border In HeaderThe whole page is black — so how can you see a black line?
For me, I have a black background, but then also have a background image, that is black and dark green/blue, which fades to all black. I have tried it on multiple computers and the image always shows up.