no se que pasa, creo una entrada, le asigno la categoria y no se ve en el menu cuando lo quieor ver online, ya no se que hacerrr
El sitio con el que necesito ayuda es auboneweb.com
]]>But I don’t see how to manage that?
Regards
Chris
https://www.ads-software.com/plugins/custom-sidebars/
]]>I went back into All posts and changed the categories in the posts I would like to be shown in the above menu categories.
For example I had a few travel related posts I wanted to appear under travel so I selected that category when editing the post.
But I now click on Travel when visiting the site and nothing appears under the Travel tab. None of my categorisation appears to have worked.
Also when clicking on widgets I can’t seem to drag them around from the active to inactive boxes.
Can anyone help?
]]>Sorry if I am missing the obvious but I am trying to create a page and then under the page text list posts from a specific category.
Rather than just have all posts appear as one mass I want to create pages related to the categories and then list the posts in the same format as they would normally appear on the page.
I cant figure this out, does this require a plugin or is it just not possible.
I know you get category pages created by default that you can add to the navigation but you dont seem to be able to create any content above them to introduce the category before diving straight into the posts.
Is either option possible as this is all I need to get my site how I want it and it seems like it would be a fairly obvious and common need for a site.
]]><?php endwhile; ?>
<?php}?>`(/code)
I don’t understand the code enough to figure it out, have been looking at the documentation but the syntax isn’t explained well enough for a beginner like me – can anyone help? thanks –
I’m trying to customize my archives page to show a list of all of the categories with posts and display the meta data of those posts under the categories.
I am using the following code in my archives.php file and am getting the results I want but only for 1 category. How can I modify this?
<div>
<?php query_posts('showposts&cat=5'); ?>
<h2>Articles In <?php single_cat_title(); ?></h2>
<ul>
<?php while (have_posts()) : the_post(); ?>
<li><span class="title"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></span> - <span class="meta"><?php the_modified_time('F j, Y'); ?> - <a href="<?php the_permalink() ?>#commenting" title="Jump to the comments"><?php comments_number('0 Comments','1 Comment','% Comments'); ?></a></span></li>
<?php endwhile; ?>
</ul>
</div> <!-- END -->
Thanks!
]]>Any solutions?
]]>