Thursy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Photologger Theme make it look like the screen shotI am using the photologger theme on wildanimal.photos. I removed the following text from the main index template (go to appearance then editor) and it removed the post text box on the home page: <div class=”posttitle”>” title=”<?php the_title_attribute(); ?>” rel=”bookmark”><?php the_title_attribute(); ?></div>
Forum: Themes and Templates
In reply to: Magazine Basic Customizations Not WorkingThe background and header are working on other pages but not the homepage.
Thank you, thank you, thank you…
Forum: Fixing WordPress
In reply to: WP-Creativix 2.4 logo uploadI don’t know much about this so try the following at your own risk…
I cut the following code from the header.php (appearance > editor) and got rid of the search box.
<div id=”search”>
<form id=”searchform” method=”get” action=”/”>
<input type=”text” value=”” name=”s” id=”searchbox” />
<input type=”submit” id=”searchbutton” value=”” />
</form>
</div>As far as the logo, I don’t know. I saved mine as a .png file, and it’s working
Forum: Fixing WordPress
In reply to: How to remove "Latest Articles" from homepage?I know very little about this stuff so try this at your own risk, but I removed the following code from the Main Index Template and got rid of “Latest Articles” that way.
<div class=”latest-posts”>
<h2>Latest Articles</h2>
<h3>Latest Articles from the Blog</h3>
<ul class=”latest-posts”>
<?phpwp_reset_query();
query_posts(“posts_per_page=8&orderby=date&order=DESC”);
while (have_posts()) : the_post();
?>
<li id=”latest-post-<?php the_ID();?>”>” title=”<?php the_title();?>”><?php the_title();?><span class=”date”>Published <?php the_time(get_option(‘date_format’)); ?> at <?php the_time(get_option(‘time_format’));?></span>
<?php endwhile;?>
</div>
Forum: Themes and Templates
In reply to: Image Out of Place in Themia LiteThanks again! I checked out these links, but I’m having trouble figuring out how to fix even the first error. It says it’s on Line 91, Column 124, but if I go to Appearance>Editor in WordPress, I can’t find this line in style sheet or the front-page.php. Obviously, I don’t know much about this, but where would I look for Line 91, Column 124. I do understand what the error is–I need an alt attribute for the image, I just don’t know where to find the line of code.
Forum: Themes and Templates
In reply to: Image Out of Place in Themia LiteThanks. Explorer 9, but after I posted this, I found it looked okay on my phone. And when I clicked the torn paper icon (compatibility view) on the laptop, it put the third image more or less back in place. (The front page is still acting a little strange though.)
Forum: Themes and Templates
In reply to: Can't find blog posts on Themia LiteFinally, finally, got it. If anyone else has this problem, create a new page and name it Blog or whatever you want to call it and on the righthand side of the screen under page attributes, go to template and select blog page, and then update. Simple if you know where to look! And works great, too.
Forum: Fixing WordPress
In reply to: Blog Won't LoadIt’s working now–was down a while though one or two of my other sites were working.
Forum: Installing WordPress
In reply to: email retrieval password not workingAfter the gazillonth time of trying–been trying since yesterday–I finally got in! And changed my password!
Forum: Installing WordPress
In reply to: email retrieval password not workingWhy won’t the password that I’m emailed work?
Forum: Installing WordPress
In reply to: email retrieval password not workingWorst case scenario–maybe I could remove the blog entirely and rebuild it from scratch, but I’m not even sure how to do that. I have it hosted through hostgator.
Forum: Installing WordPress
In reply to: email retrieval password not workingI scanned the link and the options look pretty difficult, and I’m rather lost. I don’t understand a lot of this stuff.
Forum: Installing WordPress
In reply to: email retrieval password not workingThanks–I’ve seen that but how do I get to the admin panel if I don’t know my password?
Any idea why my email generated password won’t work?