Klark
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Creating Batch Posts and a pseudo RSS feed by using ExcelImport into Parent Category > Then Make Parent category a sub category
Forum: Fixing WordPress
In reply to: WP needs to get its S**T together!Just fresh install and avoid those upgrade woes. Although even with a fresh install, i got the permalinks issue, which is bad.
But cut them some slack. I’m sure they know already that their upgrade process needs alot of work.
Forum: Installing WordPress
In reply to: fresh install 2.6 and import only usersha..you and me think alike.
I did exactly what you describe for the 2.5.1 upgrade ..and it worked fine. I’m about to do the same with 2.6.
Although i have to go through a few extra steps because my wordpress install is fat – 20,000+ posts 🙁
2.6 is sweet but a managed upgrade process would be sweeter.
Forum: Your WordPress
In reply to: WordPress as a Newspaper CMSIt was indeed the fonts. So I made one of the categories a sub-category. I was going to do this anyway.
Forum: Your WordPress
In reply to: WordPress as a Newspaper CMSShould be fixed now.
Forum: Your WordPress
In reply to: WordPress as a Newspaper CMSI see it now.
The fonts are all changed up on Safari. So it’s pushing the SubNav Bar into another line..which also causes the third column to drop to the bottom.
Why is Safari showing different fonts from IE & Firefox ?
Forum: Your WordPress
In reply to: WordPress as a Newspaper CMSabsolon. That’s not a plugin.
http://sorgalla.com/jcarousel/
Then you just drop WP_Query + the function call for Post Thumb between the li tags.Forum: Your WordPress
In reply to: WordPress as a Newspaper CMSDon’t have safari. But it looks fine in IE6, IE7, Firefox 2 & 3 for me ?
What OS ?Forum: Your WordPress
In reply to: WordPress as a Newspaper CMSA lot of hacking and slashing went into to getting it to look and work like that. If anyone wants to know how-to for any feature, just let me know.
The Ads are served by Google Ad Manager. Can’t believe Google is handling 500gb per month worth of Ad serving for free. I know Google is loaded, but how will they afford this when its launched to the public.
I was previously using OpenX, and before that a plugin called WPads. Here’s some other plugins used that are must-haves:
Post-Thumbs Revisited (using the beta)
WP Super Cache
WP-Print & WP-Email
Co-Authors
Google XML Sitemaps
Image Caption
WordPress.com Stats
WordPress.com Popular Posts
Wordpress Thread CommentForum: Fixing WordPress
In reply to: MySQL goes insane after moderating commentsAlso got an alert from my server:
Drive Critical: /dev/sda6 (/tmp) is 92% full
related ?
Forum: Plugins
In reply to: [Plugin: Co-Authors] Add Author button gone in WP 2.5I have a feature request for this plugin.
I’m working WordPress into a solution for my newspaper. We need to be able to show stories with both single and multiple authors as well stories with no authors assigned. Is the second part possible ?
Right now we’re just drop the by line in the content field of each article, which sucks real bad for display for the homagepage.
Forum: Fixing WordPress
In reply to: Tip: WordPress 2.5, PHP 5.25 & Wp-Cacheand sorry for my english I learn recent
Forum: Fixing WordPress
In reply to: Import Users & Passwords From WP to WPBy Users I mean, subscribers. I have to restore a site from a WXR and I have 1200 users. I want it to be seemless so they don’t even notice a difference. So their subscriber account and password must be the same.
The old site is still in partial working condition.
Thanks.Forum: Fixing WordPress
In reply to: Need to import 60,000 articles into wordpress. Help. Me.OMG..I just did all the articles in a few minutes.
it seems i could just drop my date format (2008-02-09 03:59:57) into the pubDATE field and it will accept it ..although the export file showed Wed, 02 Apr 2008 06:08:57 as the required format.
Thanks to all…and to myagci & travelvice in a previous post.
Forum: Fixing WordPress
In reply to: Need to import 60,000 articles into wordpress. Help. Me.I formatted my excel file with four columns: title(A4), content(B4), category(C4) and post date(D4). And added a fifth column for each line with this formula
="<item><title>" & A4 & "</title><content:encoded><![CDATA[" & B4 & "]]></content:encoded><category>" & C4 & "</category><wp:post_date>" & D4 & "</wp:post_date></item>"then i just copied the fifth column to notepad and saved as *.xml
Then went to Dashboard>Manage>Import>RSS and uploaded.
IT WORKS to some point.The post title, contents and category all import correctly, but all the posts are entered using the current date. And not the date I specified in D4.
I’ll keep testing. There’s about a 3 other date options that i see in the standard wordpress export file..one of them must be the one that commands the date of the post.