Shortcode in post
-
Hi!
I’m using the Ultimate Member plugin and tried to use your plugin in one of the tabs. The users are being displayed, but when I try to search for a user, it redirects me to the standart tab. I think the tabs might be saved as posts themselves, maybe that is a problem? The url of the tab goes like this:
https://192.168.100.88/hp1/user/erikamuster/?profiletab=staffoverviewtab
When I search for somebody, it redirects me to something like this:
https://192.168.100.88/hp1/user/erikamuster/?as=erik
Do you have an idea how to fix that? Maybe change the
$search = ( get_query_var( 'as' ) ) ? get_query_var( 'as' ) : '';
or the
<form method="get" id="sul-searchform" action="<?php the_permalink() ?>">
line in thesearch-author.php
file? The permalink ishttps://192.168.100.88/hp1/user/
Tanks in advance!
- The topic ‘Shortcode in post’ is closed to new replies.