Raisis
Forum Replies Created
-
Update: NextGen creates fine custom thumbnails when I upload a new image. But how can I regenerate the existing images, so that they’re not in the ‘dynamics’ folder with this cryptic name?
I tried to regenerate the thumbnails in the gallery but it does not solve the problem.
Forum: Plugins
In reply to: Displaying x random child pagesGot it!
<?php if (2 == $post->post_parent or 2 == $post->ID) { $parent = 2; } elseif (7 == $post->post_parent or 7 == $post->ID) { $parent = 7; } elseif (10 == $post->post_parent or 10 == $post->ID) { $parent = 10; } $count = 0; $pages = get_pages('child_of=' . $parent); shuffle($pages); foreach($pages as $page) { $content = $page->post_excerpt; $content = apply_filters( 'the_excerpt', $content ); $count++; if ( $count < 4) { ?> MY LOOP <?php } } ?>
Forum: Fixing WordPress
In reply to: Get the URL of medium thumbnail sizeI just like to have the Link without the array around it ??
Forum: Fixing WordPress
In reply to: Get the URL of medium thumbnail size@keesiemeijer: That code gives me an array with this information:
[0] => https://[www.link-to-imagefolder.com]/teaser-240×135.jpg
[1] => 240
[2] => 135
[3] => 1@wprock: I’ll try
Forum: Fixing WordPress
In reply to: Get the URL of medium thumbnail sizeYes I placed you code inside the loop and the post have a post thumbnail. There is also a medium post thumbnail in my upload directory.
Forum: Fixing WordPress
In reply to: Get the URL of medium thumbnail sizeNo it gives me also an empty result ??
Forum: Networking WordPress
In reply to: Mutlisite RSS?Yes, it’s the main blog ??
Is it possible just to show one category? I have two categories displayed from all blogs in my main blog. If I try url.com/category/feed WP displays just the posts of the main blog.Forum: Plugins
In reply to: Nextgen gallery -> change thumbnail in IE8?Yes I tried the compatibility mode, but it doesn’t help.
Forum: Themes and Templates
In reply to: custom menu -> open link in a new window?Thank you very much ??
Forum: Networking WordPress
In reply to: display custom menu on each siteYou are my hero ??
Forum: Networking WordPress
In reply to: display sitewide future posts (WordPress MU Sitewide Tags)*try to push*
Forum: Networking WordPress
In reply to: Nextgen gallery & multisite – update databaseThank you for this very fast help ??