M A Vinoth Kumar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Logo Not Responsiveyes did.. the minimum width size give in css is 319px. But quite difficult to place my logo in 310×230.. So I need to change it to 712×230. I don’t know how to change it.
Forum: Themes and Templates
In reply to: Logo Not Responsiveyes, but they have given the size like that only.. 1600×230 image size. Then how to add logo to be responsive..
Forum: Fixing WordPress
In reply to: Content ModificationHi Rod,
Actually my problem is, I don’t want to touch the first 800 post, it should use the_content(). But after 800 post am not going to use the_content() rather am going to apply html files.
Forum: Fixing WordPress
In reply to: Content ModificationI found it,
<?php $pos_id=get_the_ID();
if($pos_id<12){
the_content(); }else { New One}?>Forum: Fixing WordPress
In reply to: Content ModificationOk, thanks for your reply.
Is there any option that in theme file, we want to display the_content(); for first 800 post and after 801 post the_content(); should not display in the theme
Forum: Everything else WordPress
In reply to: Lot of 404 ErrorsFour days before, I have added this code,
add the following code in the <head> section to the header.php page for your theme.
<?php if
(
is_search() ||
is_archive() ||
is_404() ||
is_feed() ||
is_paged()
){ ?>
<meta name=”robots” content=”noindex,follow” />
<?php } ?>Suddenly my search has been dropped from 300 visitors per day to 120 visitors. After removing this code now am getting back that 300 visitors per day.
So blocking tag may sudden drop in search engine result. Kindly suggest me.
Forum: Everything else WordPress
In reply to: Lot of 404 ErrorsUpdate,
I found the same kind of link
https://5dwallpapers.com/tag/2800x2100/download/fd.php?file=animal/elephant-640x960.jpg
on
https://5dwallpapers.com/tag/2800x2100/feed/
Check this image from webmaster,
https://i.imgur.com/L5fQXli.jpg
Hope this will give some solution for my problem
Forum: Everything else WordPress
In reply to: Lot of 404 Errors@krishna: my site has been indexed with many tags. I can see the url in Google. So if I disallow that tags, will Google keep that link or delete that link ?
for example,
I have seen in search engine that
https://5dwallpapers/tags/480x320
has been indexed.If I disallow tags, what would happen ? Will Google delete the above link or will be retained even after disallow tags in robot.txt ?
Forum: Everything else WordPress
In reply to: Lot of 404 Errors@krishna: At sitemap I haven’t added tags, category and authors.
Actually the problem is, I don’t have this exact url
https://5dwallpapers.com/tag/768x1024/download/fd.php?file=paul-2/paul-2-960x540.jpg
This download/fd.php should work only on individual post not either in tags, category and author. But Google crawled like
https://5dwallpapers.com/tag/768x1024/download/fd.php?file=paul-2/paul-2-960x540.jpg
Forum: Everything else WordPress
In reply to: Lot of 404 ErrorsYes, download/fd.php will make the image to be downloadable. So blocking download/fd.php file won’t be problem. But am having all files in download so blocking complete download/ folder will block all images.
Forum: Everything else WordPress
In reply to: Lot of 404 ErrorsIf we Disallow the tag, will it good for my site to crawl the tags ? Please suggest.
Forum: Everything else WordPress
In reply to: Lot of 404 ErrorsSome of the links
https://5dwallpapers.com/category/sports/download/fd.php?file=zidane-player/zidane-soccer-player-240x400.jpg https://5dwallpapers.com/tag/800x480/page/52/ https://5dwallpapers.com/tag/2048x2048/page/3/
Forum: Everything else WordPress
In reply to: Lot of 404 ErrorsI found this method on internet. Will it suitable for this problem ?
add the following code in the <head> section to the header.php page for your theme. <?php if ( is_search() || is_archive() || is_404() || is_feed() || is_paged() ){ ?> <meta name="robots" content="noindex,follow" /> <?php } ?>
Forum: Plugins
In reply to: [Social Count Plus] Twitter Count Doesnt WorkClaudio, You are really awesome. What a quick response. Thanks buddy..
Small suggestion, If possible keep the Counter and label color to be modified in Admin panel. Some template is not good for black font [As my theme faced this issue, but I have changed in CSS.]
Over all your plugin and your support awesome ??
Forum: Plugins
In reply to: [Social Count Plus] Twitter Count Doesnt WorkWork like a charm.. Thanks for your quick support buddy.
Expecting Google Plus soon… ??