lukapetko
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Extended latin in footerI 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
Forum: Fixing WordPress
In reply to: Extended latin in footerPa reci da si nas 😀 Pocetnik sam u wordpressu pa ne znam na sta mislis. Jel mozes da mi objasnis kako da proverim?
Hvala
Forum: Fixing WordPress
In reply to: Extended latin in footerMine does not 🙁
Here is link to my website: cetkeimetle.rs
You can see ? in footerForum: Themes and Templates
In reply to: [Sydney] Can’t center text on call to action(probably a bug)Sorry for late answer, I already finished my website, i used widgets headings instead of CTA text..
Thx 🙂Forum: Fixing WordPress
In reply to: Can’t edit “Continue Reading”Btw i don’t need to update my theme, and it wont update on its own because i blocked it..
Luka
Forum: Fixing WordPress
In reply to: Can’t edit “Continue Reading”[ 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 🙁
Forum: Fixing WordPress
In reply to: Can’t edit “Continue Reading”BTW Link to my site is luka.veze.net
Forum: Fixing WordPress
In reply to: How to remove Featured image?I solved it on my own, than you anyway! 🙂
Forum: Fixing WordPress
In reply to: How to add *** between posts, how to remove POSTS?Thank you, I switched themes because of numerous problems with it..
Forum: Fixing WordPress
In reply to: Can’t change WordPress background colour..Ok, I will try that.