vl4d
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display the posts of one categoryso what is the problem, how need to be the code??
Forum: Fixing WordPress
In reply to: blank page after updatei delete the plugin and is ok now π thank you all..
so i try the code like this
<a href="<?php echo $permalink ?>"> <?php if(has_post_thumbnail($post->post_id)){ $thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id($post->post_id),'thumb_520x293', true); }else{ $thumbnail[0]=function_exists('tm_get_default_image')?tm_get_default_image():''; } else ( function_exists( 'uses_nelioefi' ) && uses_nelioefi( get_the_ID() ) ) { $thumbnail[0] = nelioefi_get_thumbnail_src( get_the_ID() ); } ?> <img src="<?php echo $thumbnail[0] ?>" alt="<?php the_title_attribute(); ?>" title="<?php the_title_attribute(); ?>"> <?php if($format=='' || $format =='standard' || $format =='gallery'){ ?> <div class="link-overlay fa fa-search"></div> <?php }else {?> <div class="link-overlay fa fa-play"></div> <?php } ?> </a>and is not working
i delete the normal function and replace with yours again nothing in home page is not change is sure from loop-item.php??
ok i send, will wait.. (thank you)
[ No bumping please. ]
the css is working but only inside the post, in home page (last post) is not working need other css?? can you check thank you
ok is ON now and i will test this post post
you can see the post in home page down and in inside i have this code to show the featured image
<div style="float:right;"><?php the_post_thumbnail( $size, $attr ); ?></div>is not working i try with ccs codes from other post but nothing changes
here but now i dont have the plugin on…
Forum: Fixing WordPress
In reply to: latest post in homepage??i have this code
<?php $query = new WP_Query( 'cat=-1' ); ?> <?php if ( $query->have_posts() ) : while ( $query->have_posts() ) : $query->the_post(); ?> <div class="post"> <!-- Display the Title as a link to the Post's permalink. --> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <!-- Display the date (November 16th, 2009 format) and a link to other posts by this posts author. --> <small><?php the_time( 'F jS, Y' ); ?> by <?php the_author_posts_link(); ?></small> <p class="postmetadata"><?php _e( 'Posted in' ); ?> <?php the_category( ', ' ); ?></p> </div> <!-- closes the first div box --> <?php endwhile; wp_reset_postdata(); else : ?> <p><?php _e( 'Sorry, no posts matched your criteria.' ); ?></p> <?php endif; ?>its ok this i want, but the problem is this if i put 2++ post in same category in the same day to be in one content like the code
Forum: Fixing WordPress
In reply to: latest post in homepage??i have 300++ category is anime site..
Forum: Plugins
In reply to: [Disqus Comment System] open the comment by clicking a image??@tom thank you..
but how to put this code ?? i find this: disqus-comment-system/comments.php
<div id="disqus_thread"> <?php if (!get_option('disqus_disable_ssr') && have_comments()): ?> <?php // if (is_file(TEMPLATEPATH . '/comments.php')) { // include(TEMPLATEPATH . '/comments.php'); // } ?> <div id="dsq-content">and i need to replace with that
<div id="comments" class="comments-area"> <div class="showDisqus">Show Comments</div> <div id="disqus_thread"></div> </div>from original code what i need to remove and to replace??
Forum: Plugins
In reply to: [Disqus Comment System] open the comment by clicking a image??check this site link
down is one icon say show comments boxForum: Plugins
In reply to: [Video Thumbnails] google drive???http://prntscr.com/4koymh (sorry for double post)
Forum: Plugins
In reply to: [Video Thumbnails] google drive???i don’t want to open new topic so can you check the google drive because is not working anymore(i have the public key)
Forum: Fixing WordPress
In reply to: A-Z index list of categoryfinaly one reply in my posts @vtxyzzy thank you
now i want to change this http://prntscr.com/4ir1zk
is look bad because the code is old and maybe the css is changed anywayi want to looks like that
<center>A B C D I E F H J H S D</center>. A . Afro Samuray . Angel lal . B . bblbaa . blablabForum: Fixing WordPress
In reply to: how to do links-list layoutall my post is like that 0 reply why?? is in wrong section or what??