Host a blog engine in my wordpress site

To run multiple blogs on single installation of WordPress you need to enable and configure multisite functionality, see Create a Network. While that will take care of basics, managing network of blogs controlled by users (rather than single admin/team) reliably and securely will likely require much more research and work.

How to reverse wp pages links?

I think you can achieve this by first reversing the sorting order (filter posts_orderby), and then reversing the selected posts (filter the_posts). By doing this double reverse you circumvent the problem that you have to know the number of posts your query will return before you execute the query. Keep in mind that WordPress (I … Read more

Multiple Blog Pages

Check out the Codex page about creating your own page templates. The files defining each Page Template are found in your Themes directory under /wp-content. To create a new Custom Page Template for a Page you must create a file using a plain text editor (e.g Notepad or TextWrangler). Basically, create a php file, and … Read more

Separate blog on one WordPress

If the thing is that: though it’s a complete blog of an Institute, it’d be a simple one category blog with many posts under that category, then my solution is very simple: Idea: Create a category for each of the institute like: “Institute 1”, “Institute 2”, “Institute 3” etc. Then instruct your Institutes to blog … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)