djurban
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
It looks like this plugin has been abandoned, i don’t recomend it.
Forum: Fixing WordPress
In reply to: How do I show a full post, NOT an excerpt?Your page is down…
Forum: Fixing WordPress
In reply to: database connectionDid you installed wordpress manually or using Fantastico?
Forum: Fixing WordPress
In reply to: Problem with page navigationWell, i have deleted this hole line
query_posts('cat=-' .$id .'');an the page navigation works fine… Thanks alchymyth…
Topic solved.
Forum: Fixing WordPress
In reply to: Problem with page navigationhi, i have nothing on my index, i just have this query on home.php
<?php $post = $wp_query->post; $id = $wpdb->get_var("SELECT term_id FROM $wpdb->terms WHERE slug='" .get_option('gallery-category') ."'"); ?> <?php if (have_posts()) : ?> <?php query_posts('cat=-' .$id .''); ?> <?php while (have_posts()) : the_post(); ?>this is the theme im using http://www.gorillathemes.com/tribal/
Viewing 5 replies - 1 through 5 (of 5 total)