'profile' page

Permalink 1 user found helpful
Hi want to have a static page called profile / profile.php, but that conflicts with the system profile pages.

Is there any way around this?
Thanks :)

 
PineCreativeLabs replied on at Permalink Reply
PineCreativeLabs
Yes, there is. You would need to create this as part of whatever theme package you're using. Simply add your own profile.php file to the list of page types in there.

In your theme, it should be added like so: "/packages/my_custom_theme/themes/my_custom_theme/profile.php"

Then, if you haven't already done so, activate your theme and when you go to that page, it should show what you created.

Hope this helps?