$currcat = get_the_category(); $posts = get_posts(array( 'numberposts' => 100, 'offset' => 0, 'category' => $currcat[0]->cat_ID, 'orderby' => 'post_date', 'order' => 'DESC', 'include' => '', 'exclude' => '', 'meta_key' => '', 'meta_value' => '', 'post_type' => 'post', 'post_mime_type' => '', 'post_parent' => '', 'post_status' => 'future,publish' )); ?>
Uncategorized
foreach( $posts as $p ) { $image=''; if(has_post_thumbnail($p->ID)) { $image = wp_get_attachment_image_src( get_post_thumbnail_id( $p->ID ), 'single-post-thumbnail' ); } $read_more_pos = strrpos( __($p->post_content), ''); if ($read_more_pos > 0) { $post_text = substr( __($p->post_content), 0, $read_more_pos); } else { $post_text = __($p->post_content); } /* echo '
'.__($p->post_title).'
'.$p->post_date.'
'.$post_text.'
'; */ echo '
'.__($p->post_title).'
'.$post_text.'
'; if ($image[0] != '') { echo '
'; } echo '
'; } ?>
$lang = ''; if(strpos($_SERVER['REDIRECT_URL'], '/am') !== false ) { $lang = '/am'; } ?>
// _e('View all'); ?>
RecentՎերջին
EU-funded project
Implemented by
In consortium with