zero1zero
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Can I replace only the changed files for my 2.2.2 upgrade?Yes? No?
Forum: Installing WordPress
In reply to: Can I replace only the changed files for my 2.2.2 upgrade?Bear with me as this is my first upgrade…
Can I just upload the wordpress folder and write over the files it asks?
Forum: Fixing WordPress
In reply to: Convincing the child to not show upYes, well, getting to the Codex seems to be a problem so I have not read the entry on it at this point. Anyway, thank you for taking the time to respond.
Forum: Fixing WordPress
In reply to: Convincing the child to not show upOk, I have run into another bit of a problem. Here is the code that was used in the Template:
‘<?php wp_list_pages(‘title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?><?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>’
If I place the depth tag in the wp_list_pages tag, it shows up as text on the page. If it is placed in the get_links_list tag, nothing happens.Forum: Fixing WordPress
In reply to: Convincing the child to not show up*smacks self on forehead*
Thanks to both of you for that. Makes sense now that I look at it.