how wordpress show up there content?? do wordpress generate static pages for each content or dynamically rendered the content?? please your technical answers appreciate.
wordpress renders the content dynamically ... however you can render some sort of static pages by using a caching plugin like WP super cache or something. By using a caching plugin.. first time a page is accessed it will be dynamic but after that .. the page will be rendered from cache (e.g. static) I hope this helps
Not too sure what you mean, but you can create pages that will have static content, purely text based. Then you can also have template files in which you can use PHP and other languages to create dynamic content.
You can add a pagename.php file in the root of your wordpress install. Then when you load this file it will not run the WP code but just your new script.