geeorgegeorge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: gnuix server: configuration for permalink ?Sorry, should be “nginx + php + mysql” .
Forum: Fixing WordPress
In reply to: Permalink setting not working?I know, after I edit the post, I saw the permalink has been udated. What I mean is the page is NOT there. So I think this is something related to server setting. My server runing on ngunix, not apache.
I have include followings on the setting,
if (-f $request_filename/index.html){
rewrite (.*) $1/index.html break;
}
if (-f $request_filename/index.php){
rewrite (.*) $1/index.php;
}
if (!-f $request_filename){
rewrite (.*) /index.php;
}Can someone give me some hints?
Forum: Fixing WordPress
In reply to: Permalink setting not working?After I change it back to default setting, everything is back, include the posts I have posted after I changed the permalinks.
Even I clean the cache.
… confused! Can anyone help ?
Forum: Fixing WordPress
In reply to: Permalink setting not working?so, what can Ido then, shall I delete all the posts and re post them again?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] support RSVP?Thanks angelo. Maybe it is too complicated for me to make a modification like this, especially for event with different prices.
If someone can integrate this feature, I would like to try and pay for this.
Thnaks!
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] support RSVP?Thanks!
What a pity! Will you plan to add this feature to this app in the near future?
george
I still can’t import from another site content!
I check the xml file, it start with
–
<wp:attachment_url>…
</channel>
</rss>–
No version information included.
A my site is in chinese, so I have to convert to utf-8 encoding.
Everything are all right (I mean inport and export) before wp 3.2.
Something wrong with my operation?
Thanks kjodle!
yes, it was brand new 3.5.1, without any plugins.
I want to export(admin/tools/export) the content form one web site and move to (admin/tools/import) another web site.
But the operation failed even I upload(import) to the same site.
The site was wp3.5.1, newly installed without any plugins.
I choose all to export, and when I import (WordPress Importer 0.6.1) the xml file, the screen shows that message.
Thank you kjodle for your help!
I want to move the content to another domain name.
The installation is totally brand new.
I follow the official link to download WordPress Importer 0.6.1 and import the .xml which generated by “admin\tools\export” from the local drive.
Then this error occurred.
Thanks,
Forum: Fixing WordPress
In reply to: Help on [blog] attributeAlchymyth,
Thanks very much for your help!george
Forum: Fixing WordPress
In reply to: Help on [blog] attributeThanks alchymyth. It is a 3rd party theme from an independent developer.
So is any shourtcode i can insert into page which show latest posts with featured image on the left side?
Thanks very much,
george