finally i got the post image

almost 1 month i and Mr Ferdi worked at blog unas. you can see it in http://blog.unas.ac.id.. i think about how to get all post from network site (sub-blog) and display it in main homepage. search, read many article, finally i got plugin for pull post main page. the plugin is called WordPress MU Sitewide tags Pages. i really happy when i think i didn’t need use to code. you know,,, code is really make me stress.. LOL

you can download the plugin in here. its really work to get post in all sub blog. but there is no thumbnail. that plugin not pull the image into main homepage. after searching in google, finally i got nice answer in wordpress forum . you must put this code in index.php in your theme, and you must must must enable the post_thumbnail. dont forget it.

<?php if ( get_post_meta($post->ID, ‘thumbnail_html’, true) ) {
?>
<a href=”<?php the_permalink() ?>” rel=”bookmark”> <?php  echo get_post_meta($post->ID, ‘thumbnail_html’, $single = true); ?>

in dashboard,, you must set featured image,, so you can see your thumbnail in main blog.

 

i feel sorry is my english not well. but i think i just wanna share it with people around the world. not only in Indonesia..  this is the captured. you can see in http://blog.unas.ac.id.

this picture in below “winarsih.blog.unas.ac.id”

this picture in main page “blog.unas.ac.id”

o

 

and now,, i was wondering about how to create 1000 user and site automatically.. please help me.. 🙁

code is poetry

Your email address will not be published. Required fields are marked *

*