Forums
(@brunning)
14 years, 6 months ago
ok, 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">
whatever index.php appears in the WP console editor, I assume it’s the blog’s /index.php
19 years, 3 months ago
the 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');
whoops!
my html links look like this:
a href="javascript:function(var,var,var);"
any way to translate this to the WP sidebar?