bettarinho
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [GamePress] Change /gamepress_video_category/ slugit doesn’t work for me 🙁
thank you as wellI tried replacing
while ( have_posts() ) : the_post();
…with
$args = array( ‘post_type’ => ‘gamepress_video’, ‘posts_per_page’ => XXX );
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post();
….in archive-gamepress_video.php
But it doesn’t work.
It looks like every change I make in this file do not affect the layout.
Any idea?I put this code in index.php.
I will try to make changes in the files you have mentioned.
Thanks a lotwell done
and how to change /gamepress_video_category/ of video posts archive page?
Forum: Themes and Templates
In reply to: [GamePress] Ready to translate ?Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)