angsuman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages vs Posts (take two)Call me picky but what is all these free space doing on the right 🙂
Forum: Fixing WordPress
In reply to: What is CURL for PHP?You can use a small script to test whether cURL is supported on your browser. You can check this post for the script and some details.
Forum: Installing WordPress
In reply to: blog handicapedIt is probably in moderation or have been deleted.
Forum: Installing WordPress
In reply to: Blog Community> Also is there a way to place banner ads on WordPress?
There are some plugins which can help you insert/manage advertising in wordpress.
You can use my Adrotator plugin to insert any kind of advertisements in your WordPress template.
> Is it allowed to be used for commercial use?
Yes. You can check my blog for ideas.Forum: Plugins
In reply to: New Plugin: AdRotator – Ad Rotating Solution for your Ads (incl. AdSense)Thanks Macmanx.
Forum: Plugins
In reply to: Hello Dolly? Make it not random?Thanks Kafkaesqui.
Forum: Plugins
In reply to: Comprehensive List of WordPress 2.0 Action Hooks for Plugin DevelopersI am happy to you liked it.
Forum: Fixing WordPress
In reply to: How to insert image padding in new Worpress 2.0 when you align left?> This approach isn’t going to work because I found out all my images aligned left now including my footer counter image.
Use this:
.floatLeft {
float: left;
padding-right: 4px;
padding-bottom: 4px;
}Then in your img tag (which you want to align) add this attribute:
class=”floatLeft”Forum: Fixing WordPress
In reply to: WP 404 on permalinks> I hope this doesn’t mess with my search engine ranks.
Unfortunately I think it will have some effect.
Forum: Plugins
In reply to: Error with Akismet – Invalid Key> They are pretty unresponsive…
Why am I not surprised…Forum: Fixing WordPress
In reply to: Including Translator Bar in Post pagesAnother way is to enable the sidebar on individual post pages and have the plugin code embedded in the sidebar.
This article shows you how to enable sidebar on all pages:
How To Display Sidebar in Single Post in WordPress 2.0 Default Kubrick ThemeForum: Fixing WordPress
In reply to: Problem Reading and Posting to this forum – bbpressFor me it takes anywhere between 2-4 times (Ctrl-F5).
Forum: Fixing WordPress
In reply to: How to insert image padding in new Worpress 2.0 when you align left?Use CSS styles
Forum: Fixing WordPress
In reply to: Can Not Get Permalinks to Work with `/index.php/`Try this:
WordPress Tip on Permalink OptionsLet me know how it goes.
Forum: Plugins
In reply to: Hello Dolly? Make it not random?@kafka
Do tell me more about the usermeta thingy. Where can I get more information on it?