Glur4k
Forum Replies Created
-
Forum: Plugins
In reply to: [Breadcrumb NavXT] Only first Alphabetical Taxonomy Term showing in trailOk cool, thank you!
I’m really looking forward to!Forum: Hacks
In reply to: Create static subpage for a custom post typeHi,
thanks for your answer!
Just some additional information:
My CPT is named ‘rp_spieler’ and has a taxnomony ‘rp_spieler_category’.
The current URL is xyz.com/’rp_spieler_category’/’rp_spieler’/ which is actually the structure mentioned in my first post:xyz.com/team/player1/ OR
xyz.com/team2/player1/I’ve added some code like you said and it is now:
add_filter('query_vars', 'rp_spieler_query_vars', 10, 1); function rp_spieler_query_vars($qvars) { array_push($qvars, 'bilanzen'); return $qvars; } add_action('init', 'rp_spieler_bilanzen_add_url'); function rp_spieler_bilanzen_add_url() { add_rewrite_rule( '^mannschaften/([^/]+)/([^/]+)/([^/]+)/?', 'index.php?pagename=mannschaften&mannschaften=$matches[1]&rp_spieler=$matches[2]&bilanzen=$matches[3]', 'top'); }
and in my player-single i’ve added the code you wrote.
Now everything works like before and if i have a link on my single-post-template like ‘…/teamX/playerA/single/
a blank page is shown. (my wordpress theme standard page without content).
Do you have an idea?
hi, thanks for your answer.
hm… strange one..I’m using version 5.5.2.
imho this should be a standard conditional placeholder…
Still not fixed…. ?
Forum: Plugins
In reply to: [Custom Login] [Plugin: Custom Login] moving logingot it… works with:
#login { position:relative; top:500px; }
Thanks, but I’ve already edited the when.php file, but it still outputs “All Day”. Same with the .po file.. o.O ?
Ok but whats the class for the category dropdown (for example) / how to add a class for the c. dropdown?
Nobody? =(
Okay, it works with a different theme… I’ll contact the developers!
But I don’t think that they can fix anything… =(Thanks for help!
Same problem with Locations…