Customize to fit my theme
-
Hi, I am trying to adjust timeline express to my theme, since now it looks brocken ( )
I followed this instruction: https://www.wp-timelineexpress.com/documentation/customize-single-announcement-template/
But I am stuck now. The single.php file says:
searchgo to lineundoredoenable/disable some display features (smarter display but more CPU charge)toggle syntax highlight on/offreset highlight (if desyncronized from text)toggle word wrapping modeabout
<?php// =============================================================================
// VIEWS/INTEGRITY/WP-SINGLE.PHP
// —————————————————————————–
// Single post output for Integrity.
// =============================================================================$fullwidth = get_post_meta( get_the_ID(), ‘_x_post_layout’, true );
?>
<?php get_header(); ?>
<div class=”x-container max width offset”>
<div class=”<?php x_main_content_class(); ?>” role=”main”><?php while ( have_posts() ) : the_post(); ?>
<?php x_get_view( ‘integrity’, ‘content’, get_post_format() ); ?>
<?php x_get_view( ‘global’, ‘_comments-template’ ); ?>
<?php endwhile; ?></div>
<?php if ( $fullwidth != ‘on’ ) : ?>
<?php get_sidebar(); ?>
<?php endif; ?></div>
<?php get_footer(); ?>
What do I have to adjust???
This is what it looks like right now:
https://www.farbratten-zucht.de/announcement/a-wurf-lilly-jim/
and this is what it should look like:
https://www.farbratten-zucht.de/harleys-im-fellwechsel/
Thanks for your help
Kathrin
- The topic ‘Customize to fit my theme’ is closed to new replies.