Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter lukapetko

    (@lukapetko)

    I checked phpMyAdmin, i dont have UTF-8. What should i do now? Maybe change footer font(i tried doing that, but i Typhography doesnt affect it)? Btw i dont use Google plus, i hope you dont mind wordpress forum.

    Thank you

    Thread Starter lukapetko

    (@lukapetko)

    Pa reci da si nas 😀 Pocetnik sam u wordpressu pa ne znam na sta mislis. Jel mozes da mi objasnis kako da proverim?

    Hvala

    Thread Starter lukapetko

    (@lukapetko)

    Mine does not 🙁
    Here is link to my website: cetkeimetle.rs
    You can see ? in footer

    Thread Starter lukapetko

    (@lukapetko)

    Sorry for late answer, I already finished my website, i used widgets headings instead of CTA text..
    Thx 🙂

    Thread Starter lukapetko

    (@lukapetko)

    Btw i don’t need to update my theme, and it wont update on its own because i blocked it..

    Luka

    Thread Starter lukapetko

    (@lukapetko)

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    <?php
    /**
    * The default template for displaying content
    *
    * Used for both single and index/archive/search
    *
    * @package WordPress
    * @subpackage sgwindow
    * @since SG Window 1.0.0
    */
    ?>
    <div class="content-container">

    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

    <header class="entry-header">
    <?php
    if ( is_single() ) :

    if ( '1' == sgwindow_get_theme_mod('is_display_post_title') ) :

    the_title( '<h1 class="entry-title">', '</h1>' );

    endif;

    else :

    the_title( '<h1 class="entry-title">', '</h1>' );

    endif;
    ?>

    <?php if ( '1' == sgwindow_get_theme_mod( 'is_display_post_cat' ) ) : ?>

    <div class="category-list">
    <?php echo get_the_category_list(''); ?>
    </div><!-- .category-list -->

    <?php endif; ?>

    <?php if ( has_post_thumbnail() && ! post_password_required() && ! is_attachment() && '1' == sgwindow_get_theme_mod('is_display_post_image') ) : ?>
    <div class="entry-thumbnail">
    <?php the_post_thumbnail(); ?>
    </div>
    <?php endif; ?>

    </header><!-- .entry-header -->

    <?php if ( is_search() ) : ?>
    <div class="entry-summary">
    <?php the_excerpt(); ?>
    </div><!-- .entry-summary -->
    <?php else : ?>
    <div class="entry-content">
    <?php the_content( __('<div class="meta-nav">Detaljnije...→</div>', 'sg-window' )); ?>

    <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'sg-window'), 'after' => '</div>' ) ); ?>
    </div><!-- .entry-content -->
    <?php endif; ?>
    <div class="clear"></div>
    <footer class="entry-footer">
    <div class="entry-meta">

    <?php if ( '1' == sgwindow_get_theme_mod('is_display_post_tags') ) : ?>

    <div class="tags">
    <?php echo get_the_tag_list('', ' ');?>
    </div>

    <?php endif; ?>

    <span class="post-date">
    <?php sgwindow_posted_on(); ?>
    </span>
    <?php edit_post_link( __( 'Edit', 'sg-window' ), '<span class="edit-link">', '</span>' ); ?>
    </div> <!-- .entry-meta -->
    <?php
    if ( is_single() ) :
    do_action( 'sgwindow_after_content' );
    endif;
    ?>
    </footer><!-- .entry-footer -->
    </article><!-- #post -->
    </div><!-- .content-container -->
    <?php if ( has_post_thumbnail() && ! post_password_required() && ! is_attachment() ) : ?> <div class="entry-thumbnail"> <?php the_post_thumbnail(); ?> </div> <?php endif; ?>

    Here is my code, is there any way to change it without child theme? I don’t want to lose all my stuff on website 🙁

    Thread Starter lukapetko

    (@lukapetko)

    BTW Link to my site is luka.veze.net

    Thread Starter lukapetko

    (@lukapetko)

    I solved it on my own, than you anyway! 🙂

    Thread Starter lukapetko

    (@lukapetko)

    Thank you, I switched themes because of numerous problems with it..

    Thread Starter lukapetko

    (@lukapetko)

    Ok, I will try that.

Viewing 10 replies - 1 through 10 (of 10 total)