julianomoreira
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How Do I place a subpage inside sidebar?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?
Forum: Fixing WordPress
In reply to: Understanding Page TemplateHi 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.
Forum: Themes and Templates
In reply to: Include Tags not showingIt’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/