WORDPRESS POLYLANG ÇEVİR

wordpress polylang cevir
ön tarafta çevrilecek sayfayı aç
sayfayı duzenlenin altında dublicate tıkla yeni sekmede açılsın
açılan ekranda sağında taslak yazan ve bizim seçtiğimiz sayfa olana duzenle bas
ingilizce:

sağdan dili ingilizce yap
başlığı google.translate.coma yapıştır ve ingilizcesini geri yapıştır düzenleme ekranına ve kalıcı bağlantı kısmına
düzenleme ekranında sayfada herhangi bir yere sağ tıkla ve translatee bas ve optionsdan ingilizce seçili değilse seç
yayınlaya bas (sağda mavi button)
turkce diline turkcesini ekle
yayınlaya bas
sayfa düzenlemesini kapat

rusça:

ön taraftaki sayafada sayfayı yenile ve tekrar sayfayı duzenlenin altında dublicate tıkla yeni sekmede açılsın
açılan ekranda sağında taslak yazan ve bizim seçtiğimiz sayfa olana duzenle bas
sağdan dili rusça yap
başlığı google.translate.coma yapıştır ve rusçasının üst kısmını başlığa alt kısmını kalıcı bağlantı kısmına yapıştır
düzenleme ekranında sayfada herhangi bir yere sağ tıkla ve translatee bas ve optionsdan rusça seçili değilse seç
yayınlaya bas ve kapat

WORDPRESS BIMBER THEME SHOW FULL CONTENT IN CATEGORY LIST

Edit file: template-parts/content.php remove below lines and add bottom script

	<?php if ( $bimber_elements['summary'] ) : ?>
		<div class="g1-content-narrow g1-typography-xl entry-summary">
		<?php if( strpos( get_the_content(), 'more-link' ) === false ) {
			remove_filter( 'get_the_excerpt', 'bimber_excerpt_more' );
			the_excerpt();
			add_filter( 'get_the_excerpt', 'bimber_excerpt_more' );
		} else {
			the_content( __( 'Continue reading', 'bimber' ) );
		}
		?>
		</div>
	<?php endif; ?>
<div class="g1-content-narrow g1-typography-xl entry-content" itemprop="articleBody">
            <?php the_content(); ?>
	</div>

boombox wordpress tema feed videos

googledrive\projeler\funnycartoons4u

wp-content/themes/boombox/template-parts/listings/content-stream.php
editle
feed : http://9gagrss.com/feed/ taglıdır

en aşağıya bunu yaz

hide full post
.full-post-show .post-thumbnail .view-full-post {
    display: none;
}
——

Change position of view full post button to outside bottom

.post-list .post.full-post-show .post-thumbnail {
margin-bottom: 47px;
}
.post-thumbnail .view-full-post {
background: transparent;
bottom: -45px;
}
.post.full-post-show .post-thumbnail > a:first-child {
display: inline-block;
width: 100%;
}
.post.full-post-show .post-thumbnail.show-short-media {
max-height: none;
overflow: initial;
}
.post.full-post-show .post-thumbnail.show-short-media > a:first-child {
max-height: 500px;
overflow: hidden;
}
.post-thumbnail.show-short-media .view-full-post {
bottom: -37px;
}
@media screen and (max-width: 767px) {
.full-post-show .post-thumbnail.show-short- media {
max-height: none;
}
.full-post-show .post-thumbnail.show-short-
media >a:first-child {
max-height: 300px;
}
}

----------------
trigger before insert
IF new.post_type='post' THEN 
SET new.post_content = REGEXP_replace(new.post_content,'

*.*', '

');
SET new.post_content = REGEXP_replace(new.post_content,'

*.*', '

');
SET new.post_content = REGEXP_replace(new.post_content,'

*.*', '


');
SET new.post_content = REGEXP_replace(new.post_content,'9ga.com', 'yourwebsite.com');
END IF