rober7
Forum Replies Created
Viewing 11 replies - 1 through 11 (of 11 total)
-
Forum: Reviews
In reply to: [Point] Great themeno, maybe for another website.
Forum: Reviews
In reply to: [Point] Great themeno, that theme is not in that offer.
Forum: Fixing WordPress
In reply to: 2 wp on a vpssolved …
chown -R www-data:www-data wp_folder
wp_folder = the folder where wordpress is installed
Forum: Fixing WordPress
In reply to: 2 wp on a vpsi have the vps from vservercenter.com (don`t get one from there)with debian 6. i checked the folders permissions from both wordpress and is the same
Forum: Fixing WordPress
In reply to: If WordPress dashboard is slow, is it my host or my installation?i have host from godaddy and is still slow …
Forum: Fixing WordPress
In reply to: how to add some text/image to aanyone?
Forum: Fixing WordPress
In reply to: list the posts category …you are fast :))
Forum: Fixing WordPress
In reply to: list the posts category …thanks … 😉 works perfect
Forum: Fixing WordPress
In reply to: how to get posts from specific category but …. pls help mei use this code to display latest from a specific cat
<ul> <?php $recent = new WP_Query("cat=34&showposts=5"); while($recent->have_posts()) : $recent->the_post();?> <li><a href="<?php the_permalink(); ?>"><img src="<?php echo bloginfo('template_url'); ?>/lib/scripts/thumb.php?src=/<?php $values = get_post_custom_values("thesis_thumb");if (empty($values)) {echo '/wp-content/themes/thesis_18/custom/noimg.png';}; echo $values[0]; ?>" alt="<?php the_title(); ?>" class="footer-thumb" width="35" height="35" /></a> <div class="recent-post-content-featured"> <p><a title="Post: <?php the_title(); ?>" href="<?php the_permalink(); ?>"><?php the_title(); ?></a></p> </div> </li> <?php endwhile; ?> </ul>how can i do to show latest from a specific category but to be in the “featured” cat too ?
Forum: Fixing WordPress
In reply to: Cant delete a page – error messageand now i cant even delete posts
Forum: Fixing WordPress
In reply to: Cant delete a page – error messagenobody know how to solve this problem?
Viewing 11 replies - 1 through 11 (of 11 total)