One of the issue might be:
If the installation is on windows server, it might be directory indexes. This meas by default his configuration is set to load index.htm, index.html, default.htm, default.html, default.asp files and not php files.
If this is the problem, you have there in your web option control panel the posibility to add index.php to the directory indexes.
This might be one of the reasons to get the error.
403 – Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.
But of course could be also something else.
Hope this will help.
Regards.
Hey,
Anyone got an extra dribbble invite.
We are working on some cool projects and we have considered it’s time to join dribbble and load some screenshots 
We would really apreciate it, and maybe we can replace the favor with some PSD designs that we have, and never used them on marketplaces.
Thank you.
You will have to make a query
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts('post_type=portfolio&order=ASC&paged=' . $paged .'');
?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<h3><?php the_title(); ?></h3>
<?php the_content(); ?>
<?php endwhile; ?>
<div class="navigation">
<div class="nav_left"><?php next_posts_link('« Older Entries') ?></div>
<div class="nav_right"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
<?php endif; ?>
I have included also the pagination. I am sure you will need it 
And the title is
<h3><?php the_title(); ?></h3>
webdesignerart said
FamousThemes saidGreat It works
Try this.<?php $orderby = 'name'; $show_count = 0; $pad_counts = 0; $hierarchical = 1; $taxonomy = 'portfolio'; $title = ''; $args = array( 'orderby' ?> $orderby, 'show_count' => $show_count, 'pad_counts' => $pad_counts, 'hierarchical' => $hierarchical, 'taxonomy' => $taxonomy, 'title_li' => $title ); ?><?php wp_list_categories($args); ?>
![]()
Thankx
You are welcome 
<?php $orderby = 'name'; $show_count = 0; $pad_counts = 0; $hierarchical = 1; $taxonomy = 'portfolio'; $title = ''; $args = array( 'orderby' ?> $orderby, 'show_count' => $show_count, 'pad_counts' => $pad_counts, 'hierarchical' => $hierarchical, 'taxonomy' => $taxonomy, 'title_li' => $title ); ?> <ul> <?php wp_list_categories($args); ?> </ul>
Hello, and nice threat srhnbr. I was curios also about how other authors handle this, so thank you too. I provide free support also.
I do have one question for some of you, quite related to this subject.
Do you think a support forum will reduce the amount of email received? For all of you who already have a support forum, this reduced the number of emails received? Or like srhnbr said “people don’t want to even bother” to read articles and stuff.
Thank you.
Just working on that 
Media queries are definitely the best solution.
Everyone needs a vacation time to “recharge his batteries” after one year of hard working 
So considering that you are close to you summer vacation, let’s share some cool ideas of places we can visit all around the world.
I have in plan visiting THIS PLACE and THIS ONE
@pixelnourish
Cool idea, but unfortunately, it’s winter down in Australia. Dang!
You can go skiing, or travel to a hot tropical island 
Cheers.
Ibiza, nice one.
This means you are seriously ready to party, no one sleeps there 
Have a nice time.
I guess things are going down on summer time all over the place, not only here.
It is vacations time 
BTW we should start a threat about “where are you spending your summer vacation”. This should be intersting in finding cool places.

Thankx