rkaul
Forum Replies Created
-
Forum: Plugins
In reply to: How to place Adsense within the text of your postLook at the source of the page you have referred to. Include your adsense code within the following html codes:
<p><div style="display:block;float:left;padding:5px;">
your adsense code goes here
</div></p>Forum: Fixing WordPress
In reply to: Making links show in abbreviated postsThanks, but I figured it out. The “Advanced Excerpt” plug-in was my solution:
http://sparepencil.com/code/advanced-excerpt/
I found a few plug-ins when I searched on “excerpt” in “Plugin Browser/Installer” in my WP 2.7.1. Tried a couple others before settling on this one.
Forum: Fixing WordPress
In reply to: Help!! Pretty permalinks cause error message at top.People!
Anyone listening? I am still waiting for some response. Still struggling with the above problem. Would appreciate any response. I deleted and reinstalled WP many times, tried database copying instead of WP export-import, changed collation from latin_swedish.. to unicode_utf8. In short, I have tried everything I know, and more.Forum: Fixing WordPress
In reply to: Help!! Pretty permalinks cause error message at top.PPS:
My .htaccess exactly matches the #2 given on this page.Forum: Fixing WordPress
In reply to: Permalink – Problem / QuestionLongminh, did you try using simpler post slugs?
Forum: Fixing WordPress
In reply to: Help!! Pretty permalinks cause error message at top.PS:
When I switch back to default permalinks the error message goes away. I did try commenting out the following lines in wp-config.phpdefine(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);Didn’t work. Deleting first one messed up my utf-8 text, though, and did nothing for the error message.