pawsingleton
Forum Replies Created
-
Forum: Installing WordPress
In reply to: wtf… Changed static page… now whole site is gone. yeah… wtfFixed it!
Had to go into myphp admin. or…. I actually had support do it. (blue host rocks)Forum: Installing WordPress
In reply to: First Time Upgraderbest of luck, if it doesn’t work, change your CD and try some Billy Ocean.
Forum: Your WordPress
In reply to: A little portfolio & blog … would you please take a look :-)when scrolling over the images on the home page, the description that pops up is messed up, hiding behind the other photos.
Using IE.
Forum: Fixing WordPress
In reply to: Stop WordPress from adding p tags and removing line breakI did some searching around, and it appears that this has been an ongoing problem or (challenge) with wordpress. We are not the only ones 🙂
There was a plugin I think called Text Control (?) that claimed to fix it or allow you to work with it or something. I didn’t look to much into it since it was 4000 lines of code, was worried it would slow down my site.
Forum: Your WordPress
In reply to: Site for ReviewCool beans. Looks good.
-tiger
Forum: Your WordPress
In reply to: New site, over from SBI. Take a look at speed and presentation.Don’t all jump to it at once 🙂
Forum: Fixing WordPress
In reply to: Stop WordPress from adding p tags and removing line breakNever mind about the shift-enter thing. Thought it was working but apparently not.
Forum: Fixing WordPress
In reply to: Stop WordPress from adding p tags and removing line breakKinda having the same or similar challenge. I pretty sure
<br />doesn’t work in wordpress postings, regardless of where you put them. As far as spacing is concerned, had and still might have a problem with getting a fully line break in between paragraphs.I just tried using “shift-enter” to create the space I needed and I think that might of helped.
Forum: Fixing WordPress
In reply to: Turn a Page into a Post ??That is an awesome answer, I wish I understood it more fully (newby). I’ll work with it and see what I can do, trying to change 30 pages.
Forum: Fixing WordPress
In reply to: Editing the Posting Page?anybody out there?
Forum: Fixing WordPress
In reply to: Editing the Posting Page?If you look at my daily blog, you’ll see how the “share this” icon comes up right after the post, “with no spaces,” I want to have a line (<hr>) and a couple line breaks after the post before the share this button.
http://www.pawupclose.net/2009/gooey-semantics-5709-paw-daily-empowerment-quoteThanks
Forum: Fixing WordPress
In reply to: Editing the Posting Page?Can anybody take a look at this, still need some help.
Forum: Fixing WordPress
In reply to: Editing the Posting Page?Where would you put it in here.
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”post-top”>
<div class=”post-title”>
<h2>” rel=”bookmark” title=”Permanent Link to <?php if ( function_exists(‘the_title_attribute’)) the_title_attribute(); else the_title(); ?>”><?php the_title(); ?></h2>
<h3>
Filed Under (<?php the_category(‘, ‘) ?>) by <?php the_author() ?> on <?php the_time(‘d-m-Y’) ?>
</h3>
<?php if ( function_exists(‘the_tags’)) the_tags(‘<h3 class=”tags”><span>Tagged Under : </span>’, ‘, ‘, ‘ </h3>’); ?></div>
</div>
<div class=”entry clear”>
<?php the_content(‘Read the rest of this entry »’); ?></div>
<div class=”postmetadata”>
<div class=”alignleft”>
<?php comments_popup_link(‘No Comments’, ‘<span>(1)</span> Comment’, ‘<span>(%)</span> Comments’); ?>
<?php edit_post_link(‘Edit’, ‘ ‘, ”); ?>
</div>
<div class=”alignright”>” >Read More</div>
</div>
</div><?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, nothing came up. Try looking through the keyword tags</p>
<?php endif; ?>
</div>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Editing the Posting Page?just tried that. It worked but showed up at the very bottom. The point I guess is to have a line show up after the post but before the “Share This” widget appears. they are way too close together.
Any ideas.
Forum: Fixing WordPress
In reply to: How to? Leave comments without having to sign up for anything.anybody?? anybody???
Little Help.