Modifica php tema ePhoto

24 Feb 2013
1
0
0
Ciao a tutto il forum,

cerco una mano per modificare un tema non essendo molto ferrata di php.
Il tema in questione è ePhoto e la modifica che vorrei fare è richiamare sotto la slide iniziale una pagina descrittiva (chi siamo) invece di una serie di post specifici visualizzati con piccole miniature.

Se vi mostro il codice qualcuno è in grado di aiutarmi? Non ne vengo a capo :crying:

Grazie
 
ciao

se non mostri il codice è difficile che qualcuno possa aiutarti

Chiedo venia, sapendo che in alcuni forum non è consentita la pubblicazione di codici ho prima chiesto.

Cmq di seguito metto il codice:

<?php get_header(); ?>
<!--Begin Featured Article-->
<?php if (get_option('ephoto_featured') == 'on') { ?>
<?php get_template_part('includes/featured'); ?>
<?php } ?>
<!--End Feaured Article-->

<div id="container">
<div id="left-div">
<div id="home-wrapper">
<!--Begind recent post-->
<?php global $ids;
if (get_option('ephoto_duplicate') == 'false') {
$args=array(
'showposts'=> (int) get_option('ephoto_homepage_posts'),
'post__not_in' => $ids,
'paged'=>$paged,
'category__not_in' => (array) get_option('ephoto_exlcats_recent'),
);
} else {
$args=array(
'showposts'=> (int) get_option('ephoto_homepage_posts'),
'paged'=>$paged,
'category__not_in' => (array) get_option('ephoto_exlcats_recent'),
);
}; ?>
<?php query_posts($args);
if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php get_template_part('includes/thumbnail2'); ?>
<?php endwhile; ?>
<!--End recent post-->
</div> <!-- end home-wrapper -->


<?php if (get_option('ephoto_home_pagenavi') == 'on') { ?>
<?php get_template_part('includes/page-navigation'); ?>
<?php } ?>

<?php else : ?>
<?php get_template_part('includes/no-results'); ?>
<?php endif; wp_reset_query(); ?>
</div> <!-- end left-div -->

<div id="sidebar" style="margin-top: 15px;">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Homepage") ) : ?>
<?php endif; ?>
</div> <!-- end sidebar -->
<div id="bottom">
<?php get_template_part('includes/footer-area'); ?>
</div> <!-- end bottom -->
</div> <!-- end container -->
<?php get_footer(); ?>
</body>
</html>

La parte che richiama quello che vorrei modificare è quella in grassetto.
Attendo suggerimenti :p
 
per postare codici devi usare CODE e /CODE
rachiuso dalle parentesi quadre.. comunque non ho capito che vorresti fare

PHP:
<?php get_header(); ?>
<!--Begin Featured Article-->
<?php if (get_option('ephoto_featured') == 'on') { ?>
<?php get_template_part('includes/featured'); ?>
<?php } ?>
<!--End Feaured Article-->

<div id="container">
<div id="left-div">
<div id="home-wrapper">
<!--Begind recent post-->
<?php global $ids;
if (get_option('ephoto_duplicate') == 'false') {
$args=array(
'showposts'=> (int) get_option('ephoto_homepage_posts'),
'post__not_in' => $ids,
'paged'=>$paged,
'category__not_in' => (array) get_option('ephoto_exlcats_recent'),
);
} else {
$args=array(
'showposts'=> (int) get_option('ephoto_homepage_posts'),
'paged'=>$paged,
'category__not_in' => (array) get_option('ephoto_exlcats_recent'),
);
}; ?>
<?php query_posts($args);
if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php get_template_part('includes/thumbnail2'); ?>
<?php endwhile; ?>
<!--End recent post-->
</div> <!-- end home-wrapper -->

<?php if (get_option('ephoto_home_pagenavi') == 'on') { ?>
<?php get_template_part('includes/page-navigation'); ?>
<?php } ?>

<?php else : ?>
<?php get_template_part('includes/no-results'); ?>
<?php endif; wp_reset_query(); ?>
</div> <!-- end left-div -->

<div id="sidebar" style="margin-top: 15px;">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Homepage") ) : ?>
<?php endif; ?>
</div> <!-- end sidebar -->
<div id="bottom">
<?php get_template_part('includes/footer-area'); ?>
</div> <!-- end bottom -->
</div> <!-- end container -->
<?php get_footer(); ?>
</body>
</html>
 
Ultima modifica di un moderatore:
per postare codici devi usare CODE e /CODE
rachiuso dalle parentesi quadre.. comunque non ho capito che vorresti fare

PHP:
<?php get_header(); ?>
<!--Begin Featured Article-->
<?php if (get_option('ephoto_featured') == 'on') { ?>
<?php get_template_part('includes/featured'); ?>
<?php } ?>
<!--End Feaured Article-->

<div id="container">
<div id="left-div">
<div id="home-wrapper">
<!--Begind recent post-->
<?php global $ids;
if (get_option('ephoto_duplicate') == 'false') {
$args=array(
'showposts'=> (int) get_option('ephoto_homepage_posts'),
'post__not_in' => $ids,
'paged'=>$paged,
'category__not_in' => (array) get_option('ephoto_exlcats_recent'),
);
} else {
$args=array(
'showposts'=> (int) get_option('ephoto_homepage_posts'),
'paged'=>$paged,
'category__not_in' => (array) get_option('ephoto_exlcats_recent'),
);
}; ?>
<?php query_posts($args);
if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php get_template_part('includes/thumbnail2'); ?>
<?php endwhile; ?>
<!--End recent post-->
</div> <!-- end home-wrapper -->

<?php if (get_option('ephoto_home_pagenavi') == 'on') { ?>
<?php get_template_part('includes/page-navigation'); ?>
<?php } ?>

<?php else : ?>
<?php get_template_part('includes/no-results'); ?>
<?php endif; wp_reset_query(); ?>
</div> <!-- end left-div -->

<div id="sidebar" style="margin-top: 15px;">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Homepage") ) : ?>
<?php endif; ?>
</div> <!-- end sidebar -->
<div id="bottom">
<?php get_template_part('includes/footer-area'); ?>
</div> <!-- end bottom -->
</div> <!-- end container -->
<?php get_footer(); ?>
</body>
</html>

Chiedo venia :p
In pratica nella home del sito (quello che ho postato è il relativo codice) esiste una slide e sotto a questa slide il tema richiama dei post visualizzandoli attraverso piccole immagini. Quello che vorrei fare io è togliere quelle foto (o cmq non farle visualizzare) e mostrare invece una pagina di testo, nel mio caso una descrizione di chi siamo.
Il demo del sito è questo: http://www.elegantthemes.com/preview/ePhoto/
Credo che possa bastarmi in alternativa sapere quale stringa di codice utilizzare per richiamare nel php una pagina di wordpress precedentemente creata.

Spero sia riuscita ad essere più chiara
 

Discussioni simili