In the public_html I have installed my wordpress there, the folder wp-content wp-admin were there
I'm thinking if I have another folder called 'test-folder' and I have a file there which is test.php. how do I output the title of particular post like site.com/p=1 into site.com/test-folder/test.php?p=1
the test-folder/test.php have only the code
<?php
echo get_the_title(); ?>Please help me I'm lost.
I'm thinking if I have another folder called 'test-folder' and I have a file there which is test.php. how do I output the title of particular post like site.com/p=1 into site.com/test-folder/test.php?p=1
the test-folder/test.php have only the code
<?php
echo get_the_title(); ?>Please help me I'm lost.