Making a new function
-
You know how in the default theme there are some function calls such as
<?php get_header(); ?>
or<?php get_footer(); ?>
, and they link to a specific webpage? Well I want to make a new one that will link to profile.php and be called<?php get_profile(); ?>
, but I don’t know how. Can anyone help me?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Making a new function’ is closed to new replies.