Omkar Bhagat
Forum Replies Created
-
Forum: Hacks
In reply to: How to detect search engine visitor in Ad Injection plugin?Hey bcworkz
I spent few hours on it and figured it out.
its like
if ($_COOKIE[“adinj”]==1) { ?>
Code to display to Search Engine Visitor
<?php } else { ?>
Code to display to Normal Visitor
<?php } } ?>
Forum: Plugins
In reply to: [Ad Injection] Ads out of alignmentCan you post a picture/screenshot of what is out of alignment?
I had the same problem with top/bottom alignment.
I have fixed it using inline styles. I can help you if you show a screenshot of it.Regards,
OmkarForum: Your WordPress
In reply to: My Tech Blog Site (would love your feedback and advice)Hello Andrew,
Thanks for your reply.
1) Using h1 heading would help increase Page rank? And multiple h1 headings can be used on same page?
2) How do i color-code categories?
3) Fixed the images.
4) Reduced the adverts.
5) Validated site, reduced errors from 50 errors to 2 errors.
Thanks a lot.
Forum: Fixing WordPress
In reply to: How do i add www to my wordpress URLEsmi Thanks for your response as well ??
Forum: Fixing WordPress
In reply to: How do i add www to my wordpress URLThanks a million. I knew about the wordpress configuration but i was like a bit scared to mess with the general config.
Everything is working just fine now on https://www.codefap.com instead of codefap.comBut I did not understand your hard coded links point. Can you explain? ??
Thanks again for quick response.
Forum: Everything else WordPress
In reply to: Godaddy or Bigrock ?Oh sorry, i forgot to mention the plan prices. Ok here it is, these are the plans which i can afford. I know hostgator is the best.
GoDaddy – 4GH Hosting – 10 GB webspace – (Unlimited Transfer)
3 year price – Rupees 99.99 / month
From Google: 99.99 Indian rupees = 1.79592039 US$
For 3 years: 3599 Indian rupees = 64.641639 US$Plus GoDaddy says 20% discount offer.
That makes 3599 – (3599 * (20/100) )
Equals to 2879.2 Indian rupees = 51.7133112 US$BigRock – Advanced Hosting – Unlimited websspace – (Unlimited Transfer)
3 year price – Rupees 149 / month
From Google: 149 Indian rupees = 2.676189 US$
For 3 years: 5364 Indian rupees = 96.342804 US$So that is what is confusing me. Just thinking of which host is better among these. Which will suit my WordPress Site and SMF forum.
And Michael, Thanks alot for replying. ??
Forum: Fixing WordPress
In reply to: To limit Author's Biographical InfoOk i used a sub string method.
substr($description, 0, 140)
to get string from 0 to 140 characters only.
trying to add a read more button. Any help will be appreciated ??
Forum: Themes and Templates
In reply to: WP-Responsive Theme – Home page not displaying images!?? Okay will do. Thanks for responding ??