Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
FSI WordPress
FSI WordPress Theme V2
Commits
3f9be560
Commit
3f9be560
authored
Dec 16, 2016
by
Michael Ochmann
Browse files
fixed output of "the_content" in events
parent
ec9a098d
Changes
1
Hide whitespace changes
Inline
Side-by-side
single-event.php
View file @
3f9be560
...
...
@@ -12,7 +12,7 @@
<fsi-title>"
.
get_the_title
()
.
"</fsi-title>
<article class=
\"
page
\"
style='margin-top: 50px;'>
<img class='eventCover' src='"
.
get_the_post_thumbnail_url
(
$post
->
ID
,
"eventCover"
)
.
"' alt='"
.
get_the_post_thumbnail_caption
()
.
"'>
"
.
get_
the_content
()
.
"
"
.
the_content
()
.
"
</article>
<div style='clear: both;'></div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment