|
Are there any plugins for WordPress that allow users to create blog posts without registering and logging in?
Started by simone on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can always use comment function / plugin? And then you can display the comments as posts (styling-wise)
Here are some links you can look at:
http://wordpress.org/support/topic/259663
http://wordpress.org/extend/plugins/posthaste/
I use TDO Mini Forms... .
|
|
Hello,
I have a WordPress installation. I would like to have one folder in the file structure where the url will show you the files and folders and allow you to browse and download from there.
Can it be done?
Seth
Started by Seth Spearman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, you may need to allow access to files in a directory for downloading....
Www.wise-women.org/tutorials/htaccess/
Allow directory browsing
There may be times when you want or need to allow visitors to browse a directory.
|
|
Hi,
I have a Wordpress MU instance installed.
I allow self-registration, and self-creation of blogs.
I have a user who has created a blog for a Chemistry class. He wants his 100 students to be able to self-register and become authors on this blog.
By ...
Started by jeph perro on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Try asking in the BudyPress forums, BudyPress.
Each provide their email?
Then what about the Tools->Import->WordPress facility? First do Tools users, then do the Tools->Import->WordPress thing.
|
Ask your Facebook Friends
|
This is my WP htaccess
RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
i want wordpress' htaccess to stay out of the way when the link is to a standalone .html|.htm file inside the /ag...
Started by Gaia on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It turns out the file being requested....
Simeon's last comment nailed it.
Therefore if you have the file in a directory, there should be no rewrite happening .
The original rewrite conditions only rewrite if the file does not exist, and is not a directory .
|
|
Hi friends,
I researched at google but couldnot find anything.
Is there a plug-in or anything that will allow us to edit the meta tags for each individual post?
Appreciate helps! thanks.
Started by artmania on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Amongst the features bloginfo('description'); } ?>" />
Adapted from....
I suppose there are ; for instance, if you search for "meta tags" in wordpress' plugin lists to work with recent versions of Wordpress, and has been recently updated.
|
|
I know there are plugins that allow users to download pdfs, but I'm looking for something that lets my users download a page or article as a doc file, preferably something that can be read as a office word document.
Any suggestions?
Started by Joseph on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Does the Secure Files plugin help?
This WordPress plugin allows you to upload and download.
|
|
What host will allow me to host the most wordpress installations? Hi folks
I have a lot of domain names and I would like to put a small site on each using wordpress, but I am finding that a lot of hosts are limiting the amount of domains I can have wordpress...
Started by tradingnames.org on
, 20 posts
by 15 people.
Answer Snippets (Read the full thread at dnforum):
In practice they can be kinda ugly and how stuff works, the... .
Look for Fantastico script which would let you installl in theory dreamhost would allow that,and is quite comfortable, too.
Providers would allow you to install Wordpress.
|
|
Hi friends,
I set up a wordpress, everything is fine. it is under a sub-directory of main website. and it use same database with the custom developed website. path is like below;
http://www.blabla.com/blog/blabla-category-name/bla-post-title/
i need to...
Started by artmania on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Try taking a look at these articles:
HOWTO: Display Wordpress posts on other pages or web sites
Display Wordpress content from outside of Wordpress
You could parse the RSS feed that Wordpress generates using something like....
|
|
Wordpress doesn't allow to insert more than 2 new lines in a post, anyone knows how to avoid that?
Started by fabbrillo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Didn't allow me to do it, how ironic :)
in the html view and, without clicking in "Visual" again, click ugly in my opinion, but at least it works if....
Is Wordpress removing the newlines or are they not being shown in the rendered page (i.e.
|
|
Hi,
I need help to quickly add about >100 username and password to a locally installed Wordpress.
I have a list of usernames in text file, and I'd let each password to be equal to username (or someother function if equal is not allowed by Wordpress...
Started by idazuwaika on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Looking to do:
http://www.dagondesign.com/articles/import-users-plugin-for-wordpress/
If you don't want.
|