iamodei
Forum Replies Created
-
Forum: Plugins
In reply to: [RSS Post Importer] Problems importing feeds for SoundcloudThis is my test feed : http://feeds.feedburner.com/AWAP . you clearly see all the MP3s but then, when I import… The files don’t show. http://podcastmontreal.com/feed
Forum: Fixing WordPress
In reply to: My Gallery images are dissapearing!It’s not that big a deal since its only that one page. Plus, I have no IDEA how to get rid of “all”
Forum: Fixing WordPress
In reply to: My Gallery images are dissapearing!merci!
Forum: Fixing WordPress
In reply to: My Gallery images are dissapearing!I THINK I GOT IT!
In the Php file of the gallery there was a limit of 100 posts for page. I changed it to 500. It seems like they reappeared.
thanks ! you helped!
<?php $argsau = array( ‘post_type’ => ‘gallery’, ‘order’ => ‘DESC’,’orderby’ => ‘date’,’posts_per_page’ => ‘500’ );
$loopau = new WP_Query( $argsau );
while ( $loopau->have_posts() ) : $loopau->the_post();
$termscat= get_the_terms( $post->ID, ‘gallery_category’);
$thumb =wp_get_attachment_image_src( get_post_thumbnail_id(get_the_ID()), ‘thumbnails-pot’ );;
$url = $thumb[‘0’];
?>Forum: Fixing WordPress
In reply to: My Gallery images are dissapearing!Where could this “setting” be?
Forum: Fixing WordPress
In reply to: My Gallery images are dissapearing!its custom . Someone built it for me from scratch
Forum: Fixing WordPress
In reply to: My Gallery images are dissapearing!Looks like they are still in the MEDIA section.
Forum: Fixing WordPress
In reply to: My Gallery images are dissapearing!to be clear. the images disappear randomly, days later. Not instantly. We see them and then… days later, they could stay … or be gone.