Ciao a tutti, sto usando questo tema:

http://wpexplorer-demos.com/pytheas/

i What We Do non sono ne pagine ne articoli ma dei Services che gestisce il tema.

come vedete ce ne sono sei, mi farebbe piacere che il sesto invece che portare ad un servizio porti ad una pagina, secondo voi si può fare??

grazie mille

allego il codice che ci interessa (credo):

Codice PHP:
<div class="service-entry-details cld">            <h3 class="service-entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attrthe_title_attribute'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h3>            <?php            // Display excerpt            echo ( !empty( $post->post_excerpt ) ) ?                apply_filters('the_content', get_the_excerpt() ) :                    wp_trim_words( strip_shortcodes( get_the_excerpt() ), of_get_option('services_entry_excerpt_length','12') ); ?>        </div><!-- .service-entry-details -->
grazie anticipatamente