Hey ich modifiziere derzeit ein Theme und habe den Support angeschrieben (Mojo Themes)
weil ich was nicht verstanden habe.
So jetzt habe ich eine email bekommen wo ich aber nichts mit anzufangen habe vlt könnt ihr mir helfen.
ZitatAlles anzeigen[COLOR=#000000][FONT=Arial]It's not hard,[/FONT][/COLOR][COLOR=#000000][FONT=Arial]open single.php file, find code:[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]<div class="su-tabs-nav">
<span><img src="<?php echo get_bloginfo('template_url').'/images/post_icon.png';?>" alt="Description"/>Description</span>
<span><img src="<?php echo get_bloginfo('template_url').'/images/video_icon.png';?>" alt="Trailer"/>Trailer</span>
<span><img src="<?php echo get_bloginfo('template_url').'/images/comments_icon.png';?>" alt="Comments"/>Comments (<?php comments_popup_link('0', '1', '%'); ?>)</span>
</div>[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]You need add new tab title here, example:[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]<div class="su-tabs-nav">
<span><img src="<?php echo get_bloginfo('template_url').'/images/post_icon.png';?>" alt="Description"/>Description</span>
<span><img src="<?php echo get_bloginfo('template_url').'/images/video_icon.png';?>" alt="Trailer"/>Trailer</span>
<span><img src="<?php echo get_bloginfo('template_url').'/images/comments_icon.png';?>" alt="Comments"/>Comments (<?php comments_popup_link('0', '1', '%'); ?>)</span>[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial] <span><img src="<?php echo get_bloginfo('template_url').'/images/your_icon.png';?>" alt="New tab"/> New tab </span>
</div>[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]Next need add tab content:[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]Bellow you see: <div class="su-tabs-panes">[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]and three block in him: <div class="su-tabs-pane">[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]Need add the same block:[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]<div class="su-tabs-pane"> [/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]Content here[/FONT][/COLOR]
</div>
So bis zu diesen Teil :
ZitatAlles anzeigen[COLOR=#000000][FONT=Arial]Next need add tab content:[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]Bellow you see: <div class="su-tabs-panes">[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]and three block in him: <div class="su-tabs-pane">[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]Need add the same block:[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]<div class="su-tabs-pane"> [/FONT][/COLOR]
[COLOR=#000000][FONT=Arial]Content here[/FONT][/COLOR]
</div>
Habe ich es verstanden aber jetzt weiß ich nicht mehr weiter.