
placebo_
Co lepsze - postawienie strony na wordpressie czy samodzielne jej stworzenie i dlaczego? #wordpress #frontend


Znam podstawy HTML, Css itp
Do WP polecam https://gpldl.com
php
$product_cats = wp_get_post_terms( get_the_ID(), 'product_cat' );
$single_cat = array_shift( $product_cats );
$cat_slug = $single_cat-slug;
$product_name = get_the_title();
if ( ( $cat_slug == 'kategoria-1'
W sumie mógłbyś w tym miejscu na górze wpisać do obiektu:
element {
display: block;
margin-left: auto;
margin-right: auto;
}
i sprawdzić czy nadal nie środkuje ( ͡° ͜ʖ ͡°)
Komentarz usunięty przez autora Wpisu
Wykop.pl