Steelclover
Forum Replies Created
-
Forum: Hacks
In reply to: Order by date – where to put inawesome! Thanks a lot
Forum: Hacks
In reply to: Order by date – where to put inif i type behind the link
/?orderby=event_date_time&order=asc
it doesnt affect something
Forum: Fixing WordPress
In reply to: post slug inside query postsThanks for answering.
Example:
1 Post Location
1 Post Musical
1 Post ActorI want to tag the actor with the musical and the location
i want to tag the musical with the actor and the location
i want to tag the location with the actor and the musicalso finally the
actor post displays in what musicals and which location he plays in.
location post displays what musical and actors plays in.
musical post displays what actor and location its played in.Normally a Tag is written the same way as the post_slug. so it would be very easy to have all the related posts in my theme.
i know its hard to explain but i hope u understand what i am talking about.
Forum: Fixing WordPress
In reply to: post slug inside query postsI modified the code a bit
<?php query_posts( 'tag=RIGHTHERE' ); while (have_posts()) : the_post();?> <a href="<?php the_permalink(); ?>"><?php the_title() ?></a> <?php endwhile; ?> <?php wp_reset_query();?>
Ok that sounds easy.
last question please:
Can a logged in User (Subscriber) print his own tickets from his “my bookings” site one by one.That means if he orders one event with 4 seats he must be able to print every ticket
separately.is that possible?
please see my screenshot for a better example
https://i.imgur.com/PZ9h5Ef.jpgIts me again.
we are seconds away from buying it, but there is a last question at the moment.
is there a way to print a ticket from the “MY BOOKINGS” Page.
like the screenshot shows
https://i.imgur.com/J39B18s.png
Thank you really much for your time. we appreciate really much
https://theatersommer.de/veranstaltungen/veranstaltungsorte
userlogin: em
password: 124578*another question is: Is it possible to use stripe payment gateway without writing the code by myself?
This is the option page:
https://i.imgur.com/iyBot73.pngan this leads me to:
https://i.imgur.com/zevecMU.pngWordPress: 4.1.2
EM: 5.5.6Single Map is fine but Location List/Archives does not expand like my screenshot shows
thanks for answering.
but this is exactly what i wrote.
I have no plugins installed except Events Manager an i tried the standard theme.
Here is a screenshot what its look like:
https://i.imgur.com/zevecMU.pngi wrote it in the second linke
***
(remove the div=”wartung” to see the page)
***simply rightclick the screen and show elements.
then click on the div=”wartung” and delete it.