Pritam
Forum Replies Created
-
The Adsense ad that is randomly being injected in my WP website from another Adsense account belongs to the theme author: pub-2565385867994440
This is the Adsense id from which ads are shown on http://www.adsenseplugin.it/
Totally unacceptable to inject own ads without informing the users. It is cheating.
Forum: Themes and Templates
In reply to: What theme is this guy using? and…You can try my Jenny WP theme (search for it in the repository). Or, get one theme made for yourself.
Forum: Themes and Templates
In reply to: How to add four WP Queries without duplicate postsThanks for pointing me in the right direction.
I was using'post__not_in' => array($post->ID,$exclude_ids),
argument instead of'post__not_in' => $exclude_ids,
Now it’s working fine.Forum: Themes and Templates
In reply to: How to add four WP Queries without duplicate postsSo far I have come across tuts that tell you how to have two queries without duplicate posts. I want four.
Forum: Themes and Templates
In reply to: WordPress Theme Changed Without Me Changing It?It sounds spooky. I guess you should check if your server is home to some ghosts. On a more serious note, if your theme has changed to the default theme, your old theme must have got deleted (or something has happened that’s preventing WP from reading it). Follow Samuel’s advice. All the best π
Forum: Themes and Templates
In reply to: cut off!It seems as if you have made the theme a bit too small π
Forum: Themes and Templates
In reply to: Tags not showing on Posts in WordPress 3.0.1As webworkers said, the issue must be with your WordPress theme. Use a theme that’s compatible with WP 3.0 and above.
Shameless Self Promotion: If you want a clean theme, use Jenny theme. Don’t forget to like it.
Forum: Themes and Templates
In reply to: How to create an admin option that will 'show/hide' contentWhat you are looking for is a theme options page. Though there are some good articles on this, you will end up with errors on new WordPress as they are pretty old.
I am about to post an updated article on creating theme options pages. You can check my technology blog for that article after a few hours. The post is about the exactly the same stuff that you are looking for.
Hope to see you on my blog. And if you visit, don’t forget to leave a comment and add the blog on your Facebook π
Forum: Themes and Templates
In reply to: Problem with IE6I guess you have given too little information about your problem.
Forum: Themes and Templates
In reply to: Left sidebar with full height?A very simple trick for creating a sidebar that’s the same height as the content portion is to fake it using background image. I have done this on SpeckyGeek, my tech blog. Wrap the content and sidebar in one div tag and use a background image for this div that creates the sense of two separate content and sidebar areas. If you are using Firefox, use Firebug to see how I have implemented it on my site. All the best.
Forum: Installing WordPress
In reply to: Stumped on installationIt seems you are not in control of your Web server. Do you have correct details for MySQL? Maybe, you should delete your existing server installation and reinstall a server. I would suggest you use XAMPP.
Forum: Everything else WordPress
In reply to: Not able to upload themeThanks!