matt_ny
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Remove Post Type SlugBut in this way only “movies” post type works, others get 404 error.
Any idea?
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] Remove Post Type SlugSeems I found this, you should type “/” in “Custom Rewrite Slug” field.
Forum: Plugins
In reply to: [Plugin: WP File Cache] This plugin slows mysiteIf I remove wp-file-cache nothing changes.
When I switch off wp-super-cache site becomes to load straightly.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] This plugin slows mysiteIf I remove wp-file-cache nothing changes.
And when I switch off wp-super-cache site becomes to load straightly.
Forum: Fixing WordPress
In reply to: Posts start on 0-9Any idea?
Forum: Fixing WordPress
In reply to: Posts connectionGangleri, thanks for reply!
Tryed to search plugin, but had no luck.Also used taxonomies, but they are just like tags, not useful for post-to-post connection.
Anybody know, is there some new functions in WordPress 3.0, which can help?
Forum: Plugins
In reply to: [Plugin: Custom Field Template] Full month?thank you Hiroaki.
Forum: Plugins
In reply to: How to – add condition to search only for posts in specific category(ies)thanks!
Forum: Plugins
In reply to: “WP File Cache” and “Custom field template”works now, thanks.
Forum: Fixing WordPress
In reply to: showing custom field valuesthanks Esmi!
used implode() to have a luck
Forum: Plugins
In reply to: [Plugin: GD Star Rating] HOW TO List all category votesI’ve used this code to show list of top “thumb” votes
<?php query_posts(array('gdsr_sort' => 'thumbs', 'gdsr_order' => 'DESC', 'cat' => 5, 'showposts' => 100));Forum: Plugins
In reply to: [Plugin: GD Star Rating] HOW TO List all category votesOMG, I’ve done it.
Thank you Milan for a great plugin!
Gave my five.
Forum: Plugins
In reply to: [Plugin: GD Star Rating] HOW TO List all category voteswhich function should I use, to display a thumb ratings results?
not for a specific post only, the list “top 10” with titles and votes sorted by ASC.
Forum: Plugins
In reply to: [Plugin: GD Star Rating] HOW TO List all category votesThanks Milan!
I’ve created a new template for “thumbs” voting, its id is “45”. And one more for voting text with id “46”.
I have to create one more, for voting results page (shows only number of votes)?
What about function, can you give the right code? I guess it should be one for thumbs rating, but I’ve found none.
Please help, I don’t know php, thats why I’m asking.
Forum: Plugins
In reply to: [Plugin: Custom Field Template] how do i display the image or file?how to get multiple thumbnails?
and link them to a large thumbnail.