niska
Forum Replies Created
-
I’ve tried it now. It still removes newlines.
I’ve enabled “Don’t minify feeds”
I’ve disabled “Line break removal”As before: When unchecking the “Enable” checkbox the linebreaks are there.
FYI: I have set up cron to run every 10 minutes (*/10 * * * *) running this command
wget -O /dev/null http://www.niskatest.com/wp_cron.php >/dev/null 2>&1
Note: the niskatest.com domain is not the real domain.
Forum: Themes and Templates
In reply to: No header image after uploading new imagesI’m using the default theme – twentyten. I’m using the same plugins on another blog, but with another theme. And I don’t have any problems om that blog. That’s why I’ve tagged this question with twentyten.
I’m using a production server and I’m not able to disable all plugins to test this out. I was hoping that someone else have had the same problem with twentyten…
Any plans for a stable new release?
Anyone?
Is it possible to set a very high expires value (30 days) and manually delete the category/tags/front every hour? By manually I mean that I can write a plugin that is triggered by cron.
How can I find the files to remove?
Is it possible to see the status of the preloading? How can I tell if it is working or not?
Forum: Hacks
In reply to: Delete all categoriesRequest-URI Too Large
The requested URL’s length exceeds the capacity limit for this server.But deleting 250 at a time works. Thanks!
Changing the permalink structure solved my problem. Thanks!
I’ve talked to the hosting provider. They say they’re using EXt3, which only handles 32000 files in one folder.
Any plans of not putting all the files in the same folder?
Forum: Fixing WordPress
In reply to: Custom post types and relationsSorry. The last URL should be
http://wordpress.org/extend/plugins/relation-post-types/Forum: Fixing WordPress
In reply to: Custom post types and relationsMy only problem is how to create a relation between custom posts.
I’ve actually found two plugins for this:
http://wordpress.org/extend/plugins/custom-post-relationships/
I’ve tried this plugin, and defined the relation between a movie and a post. But I’m not sure how to edit the template, so that there is links from a movie to the posts and from the posts to the movie.http://wordpress.org/extend/plugins/custom-post-relationships/
This plugin can only (when writing this) only create relations between posts. It seems as it will be updated in the future to also be able to handle custom posts.Forum: Fixing WordPress
In reply to: Custom post types and relationsI have several authors that write reviews about movies. There can be several reviews (posts) about a movie. I would like to make the movie as a custom post type. Each movie should have a title, description and a EAN-number.
When looking at a movie I would like to link to all the reviews (posts) of that movie.
When looking at a review (post) I would like to link to the movieinformation-page.Is this possible in WordPress 3.0? And how would I go about it to make it work?
Forum: Fixing WordPress
In reply to: Custom taxonomies and relationsI understand. Thank you for your help.
Forum: Fixing WordPress
In reply to: Custom taxonomies and relationsThank you for your help. I’m registering the book taxonomy to a post like this:
register_taxonomy('book',array('post'), array( 'hierarchical' => true, 'labels' => $labels, 'show_ui' => true, 'query_var' => true, 'rewrite' => array( 'slug' => 'genre' ), ));Could you also explain how to
1) choose which book (or books, if WP can handle several relations) that should be connected to the post? Let’s say that I have 5000 books. Can I search by title?
2) display the information about a specific book (or several books, if possible) taxonomy when I’m looking at a post?
Thanks
But comments are disabled and I’m the only user. Does this mean that if I’m logged in and click on several pages – then every page will be stored in the cache folder? I don’t understand why logged in users and users who leave comments cannot get the same pages as other visitors. Why the need to duplicate?