Forums
(@marcellavo)
15 years, 2 months ago
Never mind. I got it now. I had to update style.css, the primary stylesheet. Thanks.
Yes, and that is wrong. So I went to the admin panel wrote newsplash2.jpg, made sure it was in the images folder and updated the css. I’m hosted through GoDaddy. Do I have to do it there, too?
15 years, 5 months ago
I see pageMash is working! Thanks for the advice!
What is a work around or alternative?
Yep, that did the trick. Thanks, jessn!
Yes, Here is the code from my header.php:
<div id="nav"> <div class="menu"> <ul class="null"> <li><a>">Home</a></li> <?php wp_list_pages('title_li=&depth=1&exclude=9,10,11'); ?> </div> </div>
Are you saying just delete what is in the
Will do. And how do I access the web server logs?
15 years, 6 months ago
Thank you! I figured it had to be something that straightforward, but didn’t want to take any chances. I am completely NEW to WP.