orb4242
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: read more & imagesalchymyth: in my theme’s DEMO, the “read more” works perfectly.
But it never worked properly for me, EVEN IF i tried on a fresh wp install/theme install. However for the theme i use the 2.0.3 instead of the latest 2.0.5. I’ll update theme and will give you report.Forum: Fixing WordPress
In reply to: read more & imageshello alchymyth!
i edited includes/post-summary.php in my theme. It looks like this:<?php $post_list_type=get_option(MTHEME . '_blog_summary'); if ( $post_list_type=="1" || $post_list_type==true ) { the_content(); ?> <div class="clear"></div> <div class="postinfo"> <p><?php the_tags( __('Mots clés: ','mthemelocal'), ', ', ''); ?></p> <p><?php _e('Posté le ','mthemelocal');?> <?php the_time('j M Y (G:i)'); ?></p> </div> <div class="clear"></div> <?php } else { <strong>the_excerpt();</strong> ?> <div class="clear"></div> <div class="readmore"> <a href="<?php the_permalink() ?>"> <?php _e( 'Lire la suite..', 'mthemelocal' ); ?>So i replaced “the_excerpt” by “the_content”. But there is a problem, if <!–more–> is included in the html post, the blog page dont load at all.
Forum: Themes and Templates
In reply to: photonexus and "read more" functionwhat tells you this is a theme bug?
thanks for the linkForum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] [Plugin: SI CAPTCHA Anti-Spam] Image not showingif captcha image doesn’t show, just create an empty “sessions” folder on wordpress root directory and that’s done.
Forum: Fixing WordPress
In reply to: Header may not contain more than a single headerthank you zoonini, i have posted to this link.
in the code, the xx.xx.xx.xx is 173.194.78.147 (https://www.google.fr/).