angsuman
Forum Replies Created
-
Forum: Your WordPress
In reply to: Changed on a whim – What do you think?Thanks Podz & Hipocratico for your feedback.
Others too please.
tia,
Angsuman
Forum: Your WordPress
In reply to: Changed on a whim – What do you think?Thanks for the catch, wp-cache issue; fixed. Can you please check again?
Forum: Plugins
In reply to: Password Protect ENTIRE WordPress SiteEven with .htaccess solution you can simply setup one set of login & password and give it out to everyone deserving.
Forum: Your WordPress
In reply to: BIG PROBLEM!!You need to access the mysql database by one means or another.
Do you have ssh/telnet access?
If so then you can login and run mysql commands with mysqlDo you know the MySQL user name and password?
If so then you can try installing phpmyadmin on your sub-domain in a directory.
If not look in wp_config.php file. It is there.
Forum: Fixing WordPress
In reply to: I moved it. I broke it.Try wordpress tip on permalink option.
It doesn’t require mod_rewrite to function. It will solve your problem.
let me know how it goes.
Forum: Plugins
In reply to: Plugin for Static PublishActually I started having server load problems because I have lots of sql to generate my pages and not fully optimized. So I started using wp-cache2 and things are fine.
I don’t miss the dynamic part yet. Thought stat plugins give wrong results.
Forum: Fixing WordPress
In reply to: xmlrpc troublesI think your URL is wrong. I use XMLRPC regularly.
Forum: Themes and Templates
In reply to: Willing to pay to code my WP Theme30$ is actually ok for say 30 minutes of work. As long as it is limited to that 🙂
Forum: Themes and Templates
In reply to: No sidebar on full article page?The only problem with directly deleting single.php is that comments do not show on individual pages.
Forum: Fixing WordPress
In reply to: how to offer free blogs to usersOn a different note. It was only accidentally I came to know about mu wordpress few days back. I think it is not very well advertised in wordpress.org pages. I can bet few wp users know about its first cousin.
Forum: Fixing WordPress
In reply to: Force WP to post/publish at a certain time?Someone has a plugin which does a delayed pinging too. Please check codex.
Forum: Plugins
In reply to: Trackback SpamI agree with MacManX. Don’t shoot for 100% or any such hard number. If it happens it happens. Preventing spam is always a moving target. If you find yourself resting for sometime consider yourself lucky.
Disabling trackbacks are a surefire way to tackle most of your spams on its own. Unfortunately WordPress doesn’t allow you to disable trackbacks only, leaving pingbacks intact which are legit.
Forum: Fixing WordPress
In reply to: About to give up on permalinks; final cry of helpTry WordPress Tip on Permalink Options.
This should address your problems.
Forum: Everything else WordPress
In reply to: Why use permalinks?There are some obvious advantages to using permalinks. One which is often not mentioned is that Google indexes only a limited amount of query string based url’s from a website to avoid falling into an infinite loop. With lots of posts in your blog, it may start to become an issue where some of your posts fall out of Google index.
The other benefit is with permalink url’s you can understand the topic of the post just by looking at it. Often I include the bare url in emails knowing that people would understand the subject just by looking at the url.
Did I mention better SERP 🙂
Forum: Plugins
In reply to: Paid Subscription with Word PressYou can identify the search engines using User Agent string in header.
It is against Google TOS to present different content to end-users and to search engines. What you can do is provide Google as well as your users with a excerpt of the content. Subscribers get the full content. Like Forrester.