Usunięcie "portfolio" z URL
-
Witam
Tworzę stronę opartą na motywie Business One (Wersja 1.2.2
Autor: Burak Aydin)Motyw ma wbudowaną opcję portfolio, bardzo zależy mi na tym żeby z URL usunąć słowo „portfolio” http://prntscr.com/6uf0yl.
Oto fragment kodu, próbowałam go już zmieniać ale mi się nie udało:
http://prntscr.com/6uezfy/<div class="portfolioContainer clearfix"> <?php query_posts('post_type=portfolio'); ?> <?php while(have_posts()):the_post(); ?> <div class="h-product col-sm-6 col-md-4 col-lg-3"> <a href="<?php the_permalink(); ?>" class="u-url"> <?php the_post_thumbnail(); ?> </a> <h4 class="p-name"><?php the_title(); ?></h4> </div> <?php endwhile; ?> <?php wp_reset_query(); ?> </div>
Proszę o pomoc, co mogłabym usunąć/dopisać/zamienić żeby zmienić ten fragment w url?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- Temat ‘Usunięcie "portfolio" z URL’ jest zamknięty na nowe odpowiedzi.