mrbizu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can display multi thumbnails on post?Code in Index.php
` <div class=”thumbnail”>
<?php get_thumbnail($post->ID, ‘thumbnail’, ‘alt=”‘ . $post->post_title . ‘”‘); ?>
</div>
‘
in functions.php :
‘
# Displays post image attachment (sizes: thumbnail, medium, full)
function get_thumbnail($postid=0, $size=’thumbnail’, $attributes=”) {
if ($postid<1) $postid = get_the_ID();
if ($images = get_children(array(
‘post_parent’ => $postid,
‘post_type’ => ‘attachment’,
‘numberposts’ => 1,
‘post_mime_type’ => ‘image’, )))
foreach($images as $image) {
$thumbnail=wp_get_attachment_image_src($image->ID, $size);
?><img src=”<?php echo $thumbnail[0]; ?>” <?php echo $attributes; ?> />
<?php
}
else {
echo ‘<img src=’ . get_bloginfo ( ‘stylesheet_directory’ );
echo ‘/images/noimage.gif>’;
}}
‘So how can i add more thumbnail to index.php ?
Forum: Fixing WordPress
In reply to: How can display multi thumbnails on post?Anyone can help me, please
Forum: Fixing WordPress
In reply to: How can display multi thumbnails on post?It like that picture
Forum: Fixing WordPress
In reply to: How to add recent post to this scriptSomeone knows about this problem, please help me. Thanks a lot
Forum: Fixing WordPress
In reply to: How to add recent post to this scriptAnyone can you help me ? Thanks
Forum: Fixing WordPress
In reply to: How to add recent post to this scriptmy website : https://intuxa.com/ . I want to use this script for NEWS Category. Please help me . thanks
Forum: Fixing WordPress
In reply to: How to add recent post to this scriptAnyone can help me, please? Thanks a lot.
Here my code insert to script :
Forum: Plugins
In reply to: How can i remove Adsense Integrator Option checked ?anyone can help me ?
anyone can help me? thanks a lot
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Error on Chromeplease help me
anyone can help me ?
hi all
This plugin can use for disable/enable link download file in my post? If possible, how can i do that. Please help me , Thanks a lot
Forum: Plugins
In reply to: Plugin auto change link download fileAnyone can help me ? Have plugin can use for it?
Forum: Plugins
In reply to: [Plugin: Register Plus] User Message with email templateanyone can help me ?
Forum: Plugins
In reply to: [Plugin: FAQ Builder] No HTML Support?It’s ok. thanks so much