Marc
Forum Replies Created
-
Forum: Plugins
In reply to: Gravatar Plugin No ResultOr better yet, place a function in your comments page that allows people to sign up via your blog.
Forum: Fixing WordPress
In reply to: How to remove Comments function entirely?m327
No, that didn’t work after all. It displays the Trackback info on the front page as well as the permalink. Oh, well. I’m back to the commented-out version of wp-comments.php for now.
If you are deleating all comment functions what’s the point of still displaying the Trackback URL?
When sent a trackback is displayed the same as a comment. ie, no comments function, no trackbacks.
Forum: Fixing WordPress
In reply to: Updating post – very looooong timeIf you are attempting to publish a post with 80 links in them, yes your time to save and update will be very long.
I feel positive those 80 links are not all blogs that accept pings and as a result it would extend the time even more.
Turn off your ping function and your post speed will go back to normal.
Forum: Fixing WordPress
In reply to: Removing Permalinks from wordpress pagesWhy would you want to take off the permalink after each post?
If that is removed, and its the only place it is displayed, how can visitors link to an individual post from their own blog?
Just curious.
Forum: Themes and Templates
In reply to: Entries (RSS) and Comments (RSS).Forum: Themes and Templates
In reply to: Skinning Tutorials?Try these three sites, they should get you pointed in the right direction.
http://www.techwench.com/05-2005/15-theme-cheat-sheet
Forum: Fixing WordPress
In reply to: more content Pop-UpsThis collasable “more” plugin is a little easier to install than the ScriptyGoddess hack.
Just for clarification, the more tag is designed to be used in a post that is longer than desired. You place the tag at the point you want too truncate. When clicked on it unfolds to show the rest of the entry either as a popup or it expands on the index page.
Both Scripty’s and the below plugin expand on the index page.
http://www.chroder.com/archives/2005/05/31/wordpress-collapsible-more-link/
Forum: Themes and Templates
In reply to: tagline marginYour tagline is controled by this section of your stylesheet:
.description {
font-size: 1.2em;
text-align: center;
}
Add something like this margin: 50px 0px 0px 0px;
In order thoses margins are top, right side, bottom, left side.Your hover and link color is in this section:
a, h2 a:hover, h3 a:hover {
color: #06c;
text-decoration: none;
}a:hover {
color: #147;
text-decoration: underline;
}Forum: Plugins
In reply to: Moosecandy site down, anyone have it?Last I heard the “Moose” has ceased all blogging for various reasons.
Forum: Plugins
In reply to: Gravatar Plugin No ResultBK add this to your gravatar css
margin: 5px 0px 10px 10px;
Those margins translate to top, right side, bottom, left side of grav image. You can alter them to suit your own tastes.
Forum: Fixing WordPress
In reply to: trackback after postingI have never had a problem with it.
I have written posts then found something related one or two weeks later in someones else’s blog. I entered the TB url in my old post saved it and had the TB display on the other blog.
What would cause your problem? I have no idea. In fact I’m amazed by all the threads here with TB related problems. I have never had any dating all the way back to ver wp 1.2
Forum: Fixing WordPress
In reply to: trackback after postingYes it will. It doesn’t matter how old the entry is when a TB url is entered it will be sent when you save the post.
Forum: Themes and Templates
In reply to: broken templateWhen I used WP version 1.2 I also used the style sheet in your example.
The problem are the length of titles in your sidebar. Either titles or images must be less than 135 pxs (if I remember correctly) wide. If larger than that they will break the code.
Secondly, why don’t you upgrade to WP 1.5.1.3? The theme system gives much more flexability and offers many more designs to chose from.
Forum: Fixing WordPress
In reply to: Trackback Queryexactly. Follow the link in your dashboard to the site that displayed no comment.
I bet you will find that person only entered your site URL in a post and didn’t manually send a TB.
Forum: Fixing WordPress
In reply to: How to use trackbacksh…one more…what file do I edit to remove the all the links except “trackback” like you suggested??
That wasn’t a suggestion by skippy to remove those links. That was done to make it easier to direct your attention to the correct link.
I would suggest you leave them in (but it’s your call). It would allow your readers to follow the discussion via the RSS feed.