Forum Replies Created
-
AuthorPosts
-
Christian
Participanthere is what i did with the calendar.
http://www.ringelnatz-warnemuende.de/events/
thanks to the forum for the support so far.
greetzChristian
Participanthy Andy, yepp thats it 🙂
Thank You!
@TEC Guys: put that into the Support Section..Christian
ParticipantHy Andy, thanks for your trys but i think you dont understand what i need?
check this: http://codex.wordpress.org/Conditional_TagsThere must be a Page or Category for this. It works like this:
if you are on a page or category with the id 17 or slug xyz you can put in code that affects the website only on this given ID/slug. Thats what i need.the default category of TEC is in my case “events” where all events are listed. you add the default category in the Settings of TEC.
BUT: it looks like TEC doesnt work with standard WordPress Categorys?!
The Slug wont work with the WordPress Function. i tried: if is_tribe_event that broke the site.
i´m not very familar with coding php. i can read and modify it..
Greetz ChristianChristian
Participantargh.. how can i embed code?
if ( is_category( slug or id ) ) {
// add cc class
}Christian
ParticipantChristian
ParticipantThank you for your answer but thats not what i mean!
[code][/code]
What i need is the id or slug of the default “events” Category, cause i need to add a special css class to this.
i.e.:
events <<- default event Category, what is the id or slug that i can use for the if statement? Thats important!
–Musik <<- Subcategory
–Dance <<- SubcategoryThx, so long. Christian
Christian
Participanthmm the editor kicked the html. i want the last $day inside a span tag.
-
AuthorPosts
