Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/10/2008, 07:00
radge
 
Fecha de Ingreso: enero-2004
Ubicación: here I Am
Mensajes: 437
Antigüedad: 21 años
Puntos: 1
Respuesta: Crear un archivo php y enlazarlo

header.php de mi archivo de template
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

<head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php ?> <?php wp_title(); ?></title>
    
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <!--[if IE]><link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/ie.css" media="screen" /><![endif]-->
    
    <?php wp_head(); ?>
</head>

<body>

<div id="container">

    <div id="header">
        <h1><a href="<?php echo get_option('home'); ?>/">
        <img src="/wp-content/themes/devart/images/android_logo1.gif"><br>
        <!--
       <img src="http://www.android-es.org/wiki/images/9/96/Icon.png" width="24" height="24">        
       -->
        <?php // bloginfo('name'); ?> <!-- <br></a>
        <span>-->
        
        <?php bloginfo('description'); ?></span></h1>
    </div>

    <div id="nav">
        <ul>
            <li <?php if(!is_page()) echo 'class="current_page_item"'?>><a href="<?php echo get_option('home'); ?>/">Inicio</a></li>
            <?php wp_list_pages('title_li='); ?>
        </ul>
    </div>
    
    <div id="wrapper">
Archivo page.php
Código PHP:
<?php get_header(); ?>

    <div id="content">

        <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
        
            <div class="post" id="post-<?php the_ID(); ?>">
            
                <h1><?php the_title(); ?></h1>
                <?php the_content('<p class="serif">Leer el resto de esta pagina &raquo;</p>'); ?>
                <?php wp_link_pages(array('before' => '<p><strong>Paginas:</strong> ''after' => '</p>''next_or_number' => 'number')); ?>
                <?php edit_post_link('Editar pagina''<p>''</p>'); ?>
            </div>
            
        <?php endwhile; endif; ?>
        
    </div>

<?php get_sidebar(); ?>
<?php get_footer
(); ?>

Mi archivo descargas.php
Código PHP:
    require_once('wp-config.php');
    
    switch (
$op
    {
    case 
"categoria" categoria($id);    break;
    default : 
menu();break;
    }    
    
    function 
categoria($id)
    {
    
//aqui hariamos sql
    
}
    
    function 
menu()
    {    
    
//sql listando todo
    

A ver que te parece.

Gracias por adelantado.
__________________
Nuevo foro sobr el mundo del motor - Renault foro
http://www.renaultforo.com