brunning
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: modified WP index, now unable to view postsok, update:
it’s the current theme’s index.php and my code appears as so:
<?php get_header(); ?> <div id="content"> <?php query_posts('cat=-3&showposts='.get_option('posts_per_page')); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post">Forum: Fixing WordPress
In reply to: modified WP index, now unable to view postswhatever index.php appears in the WP console editor, I assume it’s the blog’s /index.php
Forum: Fixing WordPress
In reply to: using javascript: linksthe href of the link i want to get in there is:
openWindow('contact.php','contact','status=no,scrollbars=yes,resizable=yes,width=400,height=550');
Forum: Fixing WordPress
In reply to: using javascript: linkswhoops!
my html links look like this:
a href="javascript:function(var,var,var);"
any way to translate this to the WP sidebar?
Forum: Fixing WordPress
In reply to: using javascript: linkswhoops!
my html links look like this:
a href="javascript:function(var,var,var);"
any way to translate this to the WP sidebar?
Viewing 5 replies - 1 through 5 (of 5 total)