hello,
i want a plugin that creates an index.php or index.html file(i am noob) from a post(TESTPOST) and places that index.php to the specific folder (public_html/TESTPOST ).
that index.php should be a clear copy of that page (as it appears at mysite.com/TESTPOST with the same theme, contect... )
In short, i want a plugin, then can do "Save As" page (like with browser programs), rename the file to index.php, and place that file into public_html/TESTPOST folder.
thanks!
Don't think there's such plugin though. You may have to wait if others in the WordPress community know if there's such plugin.
From what I'm gathering from your post, you can already do that using the Permalink structure.
Go to your Dashboard and click on Settings > Permalinks
http://example.com/wp-admin/options-permalink.php
Hope this helps.
Jorge,
can you tell me what to i need to insert there? i hav eno idea how i can create index.php files with permalink..
You don't need to create an index.php to use sub-folder pages like this - http://example.com/sub-folder-page/
That is accomplished using the Permalink structure and creating a new Page from within the WordPress Dashboard.
To gain a better understanding of the Permalink structure from within WordPress go to - http://codex.wordpress.org/Using_Permalinks and http://codex.wordpress.org/Pages
Hope this helps.