CrimsonLB42
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Combine Only Before doesn't work@securefreak Alas, you’re not alone. I am having the same issue. I will take a look at your blog post. Thanks.
Forum: Fixing WordPress
In reply to: Changing permalinks without losing inbound linksIn the past, I’ve slightly modified a post URI by removing a word or two and the old URI still directed to the post. It seems WordPress somehow manages to find a closest matching permalink or remembers previous URIs. However, when I did this, any FB or Twitter share counts I had accumulated were instantly lost.
It’d be great if there was a plugin that once installed allowed you to only retain the permalinks on archived posts. For example, say you run a magazine site and you are consolidating categories, but don’t want to lose inbound links to archived articles. This would be useful.
WordPress stores deleted pages and posts in the trash folder.
1) Go to your list of pages and at the top you will see links for All, Published, and Trash (if there are any).
2) Click trash. You will see the page you deleted still lives there temporarily in case you decide you want to restore it. As long as this page is sitting in your trash it will override it’s former url with a 404 page.
3) Click “Delete Permanently” for this page and your problem will be solved.
Forum: Fixing WordPress
In reply to: Post title displays but no content can be seenI had the same problem. Single Post content was not being displayed. It was a broken plugin, Facebook Sharecount (Modified).
If anyone is having this issue, I recommend deactivating all plugins. If the Single Post content returns, reactivate each plugin one by one until you isolate the broken plugin.
@dscoduc Thanks for posting!
Forum: Plugins
In reply to: [Plugin: Add Local Avatar] Avatars not uploadingI’m having the same issue of images failing to upload and resulting in broken links. I have set the avatars folder permissions to 777 and checked the legacy method option, but neither have resolved this issue.
Forum: Fixing WordPress
In reply to: Post Content Not Showing After 2.9 Uprade!OK here’s the latest…
I reverted back WordPress 2.8.5 (The latest version of WordPress I had prior to 2.9) and all of my post content returned.
What is the deal? Not sure if this is a theme issue (I use Thesis), but certainly it is cause for concern.
I’ll be waiting for 2.9.1 before trying this again, that’s for sure.
I am very interested in this as well. I house a WP-blog on a custom-built static website and would like to display the latest blog postings on my main page. Can I simply paste some PHP on the static main page and have it read and display the blog feed?
If so, please post it in a response. It would be greatly appreciated.
***Note: I tried pasting the code at the top of this string, but it did not work. The area on the main page was simply blank.
Forum: Fixing WordPress
In reply to: Magazine Theme – Displaying Multiple Categories on Main PageThis was very helpful. Thank you. I’ve downloaded and installed the theme Mimbo. I’m going to take a look at the PHP files and the loop, and try to learn by dissecting.
Thanks again.
Forum: Fixing WordPress
In reply to: Magazine Theme – Displaying Multiple Categories on Main PageI did. I’m just not sure of the exact terminology that will achieve the functions I’m looking for.
I’ve found WP tutorials explaining “Custom Select Query” (http://codex.wordpress.org/Displaying_Posts_Using_a_Custom_Select_Query) and “Asides” (http://codex.wordpress.org/Adding_Asides).
Will either of these achieve what I’m looking to do?