dashed-slug.net › Forums › General discussion › Hiding the error “User is not logged in!” › Reply To: Hiding the error “User is not logged in!”
October 5, 2020 at 7:40 am
#9342
alexg
Keymaster
That is correct. You cannot redirect the user directly to the template file. This is true for all WordPress plugins, not just this one.
The template file is not a complete page, just an HTML fragment that gets inserted wherever you use the exchange rates file.
To display exchange rates, create a WordPress page and insert the [wallets_rates]
shortcode in it.
with regards