xpressabhi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Linking URL with user name.I joined this forum two months back but there is no link on my username.
I want to link my username xpressabhi to http://xpressabhi.com
What is wrong??Forum: Plugins
In reply to: Installing bbPress – how?Hi,
bbpress plugin is available in wordpress directory. I installed it but I can’t see any setting details or any thing. I checked my files in plugins directory, there I have bbpress directory like other plugins but there is no file inside directory. I thought may be its not installed properly so I did it again but no file yet.
Is it my mistake or plugins?This plugin is developed by bbpress community. If its not working please remove it from plugin directory.
Forum: Developing with WordPress
In reply to: Sidebar Per PageHi,
Very tricky solution. It will be better to combine all the methods or at least better one into one plugin. So other users can use them.
ThanksIf somebody does it please put a link here for reference.
Forum: Developing with WordPress
In reply to: Change css for RSS feed@trixoo I am using feedburner for my tech blog feeds. But didn’t see anywhere CSS settings. Can you specify – how can I reach there and set some settings for my feeds.
According to my information feeds are just xml files which contains data from blog post. It depends upon feed parser to add some css for display purpose.
SO what is the need of CSS in feeds????????
Forum: Your WordPress
In reply to: Constructive criticisms welcomeI also have a blog for blogging and technology. It just started two months back. I don’t have much readers. But I expect you guys come on this and write your words. How can I improve?
My blog address is as Abhishek Tech Blog I have one more blog on blogger for hindi comics and that was started 10 months back and its doing good have a look Hindi raj comics collectionForum: Developing with WordPress
In reply to: DOCTYPEI also don’t understand like others the need on only HTML code. May be you want to open your site on Java or dot net HTML viewer and they don’t support javascript and may be new HTML5 and XHTML. One of my friend is making a voice based browser (more info is on my blog http://xpressabhi.com) which takes input as voice and read out the web page content , he is facing problem regarding javascript handling. Now his browser support only HTML pages.
I don’t see any other reason to have only HTML based wordpress.
Any other view??
Forum: Installing WordPress
In reply to: Which is better in multiblog subdomain or subdirectoryAfter so much effort and search I found that my blog host don’t provide support for wildcard DNS support. So I switched the arrangement from subdomain to subdirectory. There is little complication. I wrote a post about it as how can we switch from one other you can refer this for your installation http://xpressabhi.com/difference-between-wordpress-multiblog-setup-for-subdomain-and-subdirectory-in-wp-config-php-and-htaccess-files/
I hope it will help you. If yes please share with your friends, they may need it.Forum: Developing with WordPress
In reply to: Tags and SEOI want to know what is the ideal number for meta tag keywords and the length of mata tag description.
As I heard Google shows around 10 words as title and 230 chars as description, is it true or its just a approximation. On my blog Abhishek tech blog I have installed All in one SEO pack where I used to change title and description values. But I am not sure what is about to exact length.
If I am mentioning meta keyword for a post will it be there or it will be overridden by post tags.Forum: Developing with WordPress
In reply to: New WordPress Membership SiteOne of my friend asked me to make a membership site where users can upload their content for other users or guests. Uploaded content are ppt, pdf, doc etc. I want to know is there any plugin or hack code by using that I can differentiate between registered user and guest so the download links will be visible to registered user only not to guest.
Sample hack
<!— download link for registered user—>
Download Ppt
<!— this area is for only registered users.—>
It will be better if it can be ignored by GoogleBot and search engines.Forum: Fixing WordPress
In reply to: Blank page on wp-adminAbove I mentioned a problem about blank admin page. Some how I have recovered from this problem which is explained at Solution : http://xpressabhi.com/recovery-from-disaster-of-blank-admin-page/
But after few days and reading at codex I changed again my permalink type to /%postname%/ but this time no problem. SO my question is – if something goes wrong then form where to start finding a solution beacuse I don’t want to repeat the above procedure again.
Waiting for some help.Forum: Fixing WordPress
In reply to: Permalink 404 Problem: 2.8 StyleGuys can I change permalink frequntly. Actually I don’t want to do it but some times setup goes bad or it get corrupted due to some plugin or theme , then I reinstall wordpress but in between permalink gets changed like
/%year%/%postname%/
to /%postname%-%post_id%/ or similarly any other. SO my question is by changing permalink we are changing only outlook or we are changing internally something. http://xpressabhi.com is my blog where I just installed wordpress 3.0 beta 1 and went into bad condition with swift theme but somehow I managed but when I enabled multiblog feature it changed permalink structure.
Any comment for this.Forum: Installing WordPress
In reply to: Which is better in multiblog subdomain or subdirectory@vpsdiscussions I can create a subdomain, you are right but it will give another username and password etc. I have to manage them as different site but with wordpress multiblog feature I need not to have another login details and I can manage both from a sinlge dahboard. Want to know more about multiblog enabling see this http://xpressabhi.com/wordpress-3-0-multiblog-enabling-problem-and-solution-654/
@batrachoid I want to use sudmain but I want to know how and why?
Forum: Developing with WordPress
In reply to: Delete CategoriesIt can be done from directly in database table where you can delete all categories from category table.
Forum: Fixing WordPress
In reply to: Blank page on wp-adminI am in a small trouble now, I changed the permalink structure to /%postname%/ two days back and now I am not able to access my admin page. Admin page is totally blank. If I m clearing cache and retrying then its giving the login page but after logging in its going to be blank.
Permalink Structure Previous: /%year%/%month%/%postname%/
Permalink Structure Now : /%postname%/