davez0r
Forum Replies Created
-
Forum: Installing WordPress
In reply to: download links not workingThanks for the links guys!
Forum: Installing WordPress
In reply to: download links not workingI’ve reported a site bug. Does anyone have an alternate download link?
Forum: Installing WordPress
In reply to: download links not workingLinks aren’t working for me either. . .
Forum: Fixing WordPress
In reply to: Abbreviated Archives?After I create the page and load it in a browser I get this error:
Parse error: syntax error, unexpected ‘<‘ in path/to/archivs.php on line 16
line 16 is where I pasted in the above code.
My whole template looks like this
<?php /*
Template Name: Archives
*/
?><?php get_header(); ?>
<?php get_sidebar(); ?><div id="content">
<div class="post">
<?php
/*
Template Name: Archive-2
*/<?php _e('Archives'); ?>
<?php wp_get_archives('type=monthly&format=other&after=
'); ?>
?>
</div>
</div><?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Abbreviated Archives?Thanks, that’s what I’m going for. However, I’m probably missing something really simple (sorry, not very PHP knowledgable), but when I tried inserting the PHP code into a new page, WordPress formatted it as plain text. How do I get it to call the Get_Archives function correctly? The code I have pasted in the page is:
<?php _e(‘Archives’); ?>
<?php wp_get_archives(‘type=monthly&format=other&after=
‘); ?>When posted WordPress inserts a space right before the first “?” in each line.
Forum: Themes and Templates
In reply to: Theme Editor Bug?bump. This is still unresolved :/
Forum: Requests and Feedback
In reply to: WordPress 2.0 XMLRPC issue….I have the same problem using MarsEdit (https://ranchero.com/marsedit/) and Ecto, neither can upload anything (in my case, images). If I copied the xmlrpc.php file from 1.5.2 would that cause any problems and if not would it work?
Forum: Fixing WordPress
In reply to: Images in RSSI changed and it still won’t show images, and I know Safari does show them because I subscribe to other WP blogs through RSS and it does display them..