doc4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link a category to a single postjonidontcry,
This sounds like an excerpt code issue. Check in the templates for:
<?php the_excerpt(); ?>and replace with:
<?php the_content(); ?>Forum: Fixing WordPress
In reply to: Strange “Ghost” comment on Pages, Not in comment boxjkeagle,
If you have access to the database then you could locate the specific comment and remove it.
Forum: Fixing WordPress
In reply to: How do you disable the link rating beside each link?kthxbai2u,
All WordPress sites are different can you tell us what theme you are using and/or point us to your web site?
Forum: Fixing WordPress
In reply to: Get Tags and Categories Outside The LoopDukessa,
I was just researching this very thing. Have a look at this: http://kneedeepincode.com/topics/tags-outside-the-loop-in-wordpress/
Forum: Fixing WordPress
In reply to: adding links in footerhvizdzst,
Every WordPress site is different, can you include a link to your web site? To jump on this quickly open footer.php and try adding links within the code.
Something simple to start with:
<a href="http://www.wordpress.com">WordPress</a>Forum: Fixing WordPress
In reply to: WP Admin Paneljillianadriana,
One option is to check if a plugin is corrupting the core. If you can disable them through the plugins panel, if you can’t get there open the FTP client and move all the plugins out to a different folder and see if this helps.
Forum: Fixing WordPress
In reply to: change ‘the_tags’ on categories results pagesteeephen,
Have you checked the category.php file for this code as well. My assumption is that there are a few remaining instances of the_tag that have gone unchanged. Double check all the necessary files once more.
Forum: Fixing WordPress
In reply to: Vertical Align?Sarahwebs,
I believe you are looking for something like this:
<h1>The Housesaver</h1><img height="179" width="150" alt="Marianne Del Aguila" src="http://66.147.244.153/~deckmas1/wp-content/uploads/2009/12/Marianne1.jpg" title="Marianne Del Aguila" style="border: 0pt none ; padding: 0px 20px 20px 0px; margin-bottom: 5px; vertical-align: text-top;" class="alignleft size-full wp-image-89"/>Where the <h1> tag is not surrounding the image and the header, but just the header.
Forum: Fixing WordPress
In reply to: WP 2.9 image insertion no longer allows url to off site resourceworkingroup,
Are you referring to placement of an uploaded image within the post editor? If this is the case then this is correct behavior. Can ou please explain this further?
Forum: Fixing WordPress
In reply to: Nested listspdutton
Notice that esmi has actually included the at the end of the first unordered list:
</ul></li>Forum: Plugins
In reply to: Access to SubversionOkay, it’s been a very long time since I’ve heard a response to my submissions anyone had any thoughts? I see new plugins going through so someone is working there.
Forum: Fixing WordPress
In reply to: moving pages left to rightalexolson5,
Can you post a link to your site?
Forum: Fixing WordPress
In reply to: HUH!? cant change my <h1> stylesnewbirddesign,
You have styles such as
.post h2that override the general h2 tag. When writing the new styles be sure to catch all styles with it.Forum: Fixing WordPress
In reply to: Text wrap on front page/ lead story vs. post pagejeikka,
Please post a link to your site. In the meantime try adding a float: left to the image.
Forum: Fixing WordPress
In reply to: Question about postingnhp,
This should only display when you are logged in. Try logging out and seeing if this still occurs.