0
I have the following need:
I have some pages called "Diagnostics" on my site in Wordpress. However, the standard features of WP do not allow to do what I wish. I need to do some calculations on these diagnostics, and I can do them outside of WP, with even common PHP.
However, how can I get WP to direct, for example, the "/diagnoses/diagnose-de-processes" page to the /wp-content/themes/meutema/diagnostico-de-processes.php"?
<?php echo get_template_directory_uri() ?>/diagnostico-de-processos.php
– Valdeir Psr
@Valdeirpsr this section should be inserted where? As far as I know, this get_template_directory_uri just brings me the path to the theme. That’s not what I need.
– Maykel Esser