| bio | website | twitter.com/ManojChandrshkr |
|---|---|---|
| location | India | |
| age | 26 | |
| visits | member for | 1 year, 10 months |
| seen | Mar 26 '12 at 13:36 | |
| stats | profile views | 1 |
|
Feb 18 |
awarded | Autobiographer |
|
Feb 7 |
comment |
How do I create an HTML embed code to publish WP posts on other non-WP websites? Another possible idea: zazar.net/developers/zrssfeed |
|
Feb 7 |
answered | How do I create an HTML embed code to publish WP posts on other non-WP websites? |
|
Jan 19 |
awarded | Editor |
|
Jan 19 |
comment |
How to add attachment without uploading? I doubt if you can do that. An attachment is created when you use the uploader to add files. Manually added files may be used with the actual URLs but I'm not aware if you can add them as attachment through WP. :-| |
|
Jan 18 |
comment |
HTML tags in Wordpress image caption Also, if you are allowing clients to enter HTML for the caption, it is best to run a filter to avoid unwanted tags to end up in the caption. It is known to happen pretty often ;) |
|
Jan 18 |
comment |
HTML tags in Wordpress image caption I do not understand when you say I have to run do_shortcodes on the replacement string. If you are worried about the order of filters running on the_content you can choose a much specific caption name like mycap_capname to ensure that no other filters pick it up. Unexpected results can be easily avoided. |
|
Jan 18 |
comment |
Is Wordpress secure enough for a multi-user article directory? If your main concern is about public registration, then I wouldn't worry about it much. A registered user is only a threat when he/she acquires the role other than what is allowed for him. To harden it much more create a separate table that contains username, password and email. A public registration happens at this table and after opt-in verification the actual WP user is created. Hence you can avoid rogue registrations and it will be transparent to the users. But the real necessity of such a strong feature is debatable. :) |
|
Jan 18 |
answered | Is Wordpress secure enough for a multi-user article directory? |
|
Jan 18 |
comment |
Need help deciding on a taxonomy Yep. That should work too. :) |
|
Jan 18 |
awarded | Commentator |
|
Jan 18 |
comment |
Need help deciding on a taxonomy Hmm.. Yeah.. I agree that it may limit your client's ability to create custom types for Collections. But that is something you can automate as well. But that will be tedious and unnecessary. It really depends on the client. Are they looking to expand their portfolio very often? Or do they sell a limited kind of products which you can create custom types for them right now? Because, any alternative that you may find to fix your problem using only tags and categories will limit your ability to sort/filter/list them based on criteria. |
|
Jan 17 |
answered | HTML tags in Wordpress image caption |
|
Jan 17 |
answered | how to show the most viewed, random and recent posts in the home? |
|
Jan 17 |
answered | Need help deciding on a taxonomy |
|
Dec 19 |
comment |
Facebook Registration Tool: how to use in Wordpress? It creates a user on WP and validates the user the next time based on email. :) |
|
Dec 18 |
answered | Facebook Registration Tool: how to use in Wordpress? |
|
Dec 15 |
awarded | Supporter |
|
Dec 15 |
comment |
Can't access Dashboard after Worpress 3.3 Update? Sorry, I assumed you would know how to. Please follow @Kash's answer :) Hope your ordeal is solved. :) |
|
Dec 14 |
awarded | Teacher |