Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter julianomoreira

    (@julianomoreira)

    Hi Phucked, Thanks for the response. But Where Do I place that code? inside the loop or the Page template I have? I have a Page template that says:

    <?php get_header(); ?>

    <div id=”bloque”>
    <div id=”noticias”>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <div class=”entrada”>
    <h2 id=”post-<?php the_ID(); ?>”><?php the_title(); ?></h2>

    <?php the_content(“Continue reading “.the_title(”, ”, false).”…”); ?>
    <?php edit_post_link(‘Edit this entry.’, ”, ”); ?>
    <?php link_pages(‘Pages: ‘, ”, ‘number’); ?>
    </div>

    </div>

    <?php endwhile; endif; ?>

    <?php get_footer(); ?>

    Do I place that code inside here or the index within the loop?

    Thread Starter julianomoreira

    (@julianomoreira)

    Hi Michael, THanks for the response. But I’d like to place the subpage inside the sidebar and not inside the navigation. Let’s say I have a About Page which appears on the navigation of the site. However, the following subpages I want to appear inside the sidebar.

    Thread Starter julianomoreira

    (@julianomoreira)

    It’s in my own theme. I created my own theme but I’m having a hard time adapting my theme with WP. http://www.julianomoreira.com/new/

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