• vl4d

    (@vl4d)


    [moved to “fixing wordpress”]

    hello guys i am using videopro theme (is premium) and i have a problem with navigation (i ask for help from creators of theme but we don’t have time to tell me what i need to change :/)

    so the navigation from theme is based in “date” i need to change to be by “title” because i have 8000++ post and i can change in all category 1 by 1 i test some plugins but don’t help me..

    can anyone help me to fix what?? thanks!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    What do you mean you mean by “navigation”? Please provide a link to a page on your site where we can see this. Thanks.

    HOWEVER, you did pay for a premium theme and if the creators don’t have the time to provide the support for which you paid, you should consider whether you made the right choice in purchasing it.

    If it’s a quick thing, we *may* be able to help you here.

    Thread Starter vl4d

    (@vl4d)

    					if(!empty($p)){
                            $pv_link = get_permalink($p->ID);
                            
                            $pv_link = videopro_add_query_vars($pv_link);
                            
    						?>
    						<a href="<?php  echo esc_url($pv_link);?>" class="btn btn-default video-tb font-size-1 cactus-new prev-video"><i class="fa fa-chevron-left"></i><span><?php echo esc_html__( 'Prev video', 'videopro' )?></span></a>
    					<?php 
    					}
    					if(!empty($n)){
    						$nv_link = get_permalink($n->ID); 
                            $nv_link = videopro_add_query_vars($nv_link);
    						?>
                        	<a href="<?php echo esc_url($nv_link); ?>" class="btn btn-default video-tb font-size-1 cactus-old next-video"><span><?php echo esc_html__( 'Next video', 'videopro' )?></span><i class="fa fa-chevron-right"></i></a>
    					<?php 
                        }

    this the code for navigation, i can from here to make the order by title??

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘navigation problem’ is closed to new replies.