| bio | website | markratledge.com |
|---|---|---|
| location | Missoula, MT | |
| age | ||
| visits | member for | 2 years, 9 months |
| seen | 9 hours ago | |
| stats | profile views | 274 |
My WordPress consulting site: markratledge.com
|
Nov 22 |
comment |
Migrate content/pages from Blogger to Wordpress Plugin suggestions are out of bounds on WPSE, re: the FAQ wordpress.stackexchange.com/faq Read the docs and feedback on the plugins themselves at wordpress.org/extend/plugins |
|
Nov 22 |
comment |
Migrate content/pages from Blogger to Wordpress "Existing within the existing..." What is that, a semantic game? |
|
Nov 22 |
comment |
Migrate content/pages from Blogger to Wordpress OOB means what? |
|
Nov 18 |
comment |
Shortcode outputs at the top of the_content Thanks, and you're right. toscho beat you by two minutes. |
|
Nov 18 |
comment |
Shortcode outputs at the top of the_content Ah, you're right; that makes sense. Good work around. Thanks. |
|
Nov 6 |
comment |
Any WordPress plugin that makes a blog post private with exclusive/special URL? Plugin suggestions are outside the scope of WPSE; see the FAQ wordpress.stackexchange.com/faq |
|
Nov 6 |
comment |
Changing the latest products - Vineyard Theme Too localized - vote to close. |
|
Nov 6 |
comment |
Delete post revisions on post publish s_ha_dum, thanks for the suggestion; check out bueltge's plugin above. |
|
Nov 6 |
comment |
Delete post revisions on post publish Thanks! I was going to suggest a plugin. Works great; tested on my localhost and live site. (Edited a few typos in your answer). |
|
Nov 5 |
comment |
Build a content and excerpt grid loop with paging and options for # of posts @chip, If you have some time, want to jump in on this? I'm puzzled as to why we still get two full posts on page 2, etc. Most recent code is in my question. Thanks. |
|
Nov 5 |
comment |
Add $values to post_class() Ah, I was using single quotes. The first example works fine. Thanks! |
|
Nov 4 |
comment |
Delete post revisions on post publish Thanks! That doesn't crash now, but it doesn't delete revisions. Is there some sort of query log I can enable to see what its doing/not doing? |
|
Nov 4 |
comment |
Build a content and excerpt grid loop with paging and options for # of posts @kaiser, damn, that was too easy; I should have figured that out. Works great. One last bug: the second page shows the 2 full posts and excerpts rather than all excerpts. That's beyond my feeble thinking. |
|
Nov 4 |
comment |
Delete post revisions on post publish This actually deletes all revisions on any post edit or publish. |
|
Nov 4 |
comment |
Delete post revisions on post publish Looks good and it should work, but I get a parse error on the public function fb_remove_revisions( $post_id = FALSE ) { line. |
|
Nov 2 |
comment |
Build a content and excerpt grid loop with paging and options for # of posts @kaiser, If I knew all the answers, I wouldn't be asking questions. Aside from a few other issues, it mostly works. But the even/odd classes are added to content posts as well as excerpts; they're only needed in excerpts. |
|
Nov 2 |
comment |
Delete post revisions on post publish Thanks! I'm kind of a beginner at php. How would I implement {$new_status}_{$post->post_type}? And that's a good point about all other drafts; I need to just delete the revisions for the one post; so I need to pass the post_iD to the function? |
|
Nov 2 |
comment |
Build a content and excerpt grid loop with paging and options for # of posts No more description given than parse error in the Add Class: "home"... block. Where exactly do I add that global? |
|
Nov 1 |
comment |
How do I rewrite this loop as a new WP_Query style-loop? Chip, Anytime you have time. It's now worth 50 points :) |
|
Nov 1 |
comment |
Display trackbacks separately from comments in twentyeleven @bueltge, thanks! That works. I have a lot to learn about functions. |