Vignesh Pichamani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Main page problemcheck the spelling
<img src="picture location" />Forum: Fixing WordPress
In reply to: it's shows little wordsSvijeće “Djed mraz” Vilinska Prašina Cijena: od 19 – 29 kuna Tel: 091 …
As you are mentioned this right ???
If yes means
change<?php if(function_exists('the_excerpt_max_charlength')) : the_excerpt_max_charlength(92); else : the_excerpt(); endif; ?>to
<?php the_content();?>
Forum: Fixing WordPress
In reply to: it's shows little wordscan you post the code ???
Forum: Fixing WordPress
In reply to: it's shows little wordsmay be its the excerpt functions has did like this ..
change <?php the_excerpt();?> to the <?php the_content();?> in the code
Forum: Fixing WordPress
In reply to: Comment boxes disappeared from my blogswitching the twenty 11 theme to 20 12 theme and let me know if the problem persist !
Forum: Fixing WordPress
In reply to: Comment boxes disappeared from my blogcheck in the admin screen
Settings—>Discussions
from that you see the option with the name as
other comments settingsuncheck
automatically close comments on articles older than ** dayssee its correctly,
is scr or src
<img scr ="" alt="" class=""/>its should be
<img src =”” alt=”” class=”” />
Forum: Fixing WordPress
In reply to: images not displayingwelcome
Forum: Fixing WordPress
In reply to: Comment boxes disappeared from my blogdeactivate all the plugins and check to reactivate that plugin to solve the problem
Forum: Fixing WordPress
In reply to: Featured Image Sizes Missing – 3.5Youcould find the option as
In admin panel —>settings—>Media
change the size of the images by manual…
Forum: Fixing WordPress
In reply to: Finding a document landing page in WP menusadmin screen means your admin panel (dash board)
From the dash boardGo to the media (Appear in the left sidebar) and click add new option (on top)
http://www.kolshofar.org/wp-admin/media-new.phpyou could add the file and save the file url or path and place it with the old pdf link
Forum: Fixing WordPress
In reply to: Finding a document landing page in WP menusyou could upload the pdf file by media in the admin screen and get uploaded file url and replace the old link to the new one
Forum: Fixing WordPress
In reply to: images not displaying<img src="<?php bloginfo('template_url');?>/images/LOGO_Horiz_web_gradient.png" alt="S42" height="50" />use like this ..
<div id="site-generator"> <?php do_action( 'twentyeleven_credits' ); ?> <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyeleven') ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?> "target="_blank"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a> </div>Try this
Forum: Fixing WordPress
In reply to: Multi featured images to the post ?Hi finally solved this issue by googling ,Plugins avail for what i ask
http://wordpress.org/extend/plugins/multiple-featured-images/Thanks , Who are all viewed
Reg,
vicky