Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter kristinec

    (@kristinec)

    Thank you. Responses to my dilemmas make me very appreciative.

    I tried that last night and it didn’t work. Tried the same thing again this morning and it worked.

    Sleep makes a difference I guess!

    Thread Starter kristinec

    (@kristinec)

    The PHP above is more what I’m looking for (not plugin), but it’s not working for me. I copied and pasted the complete code into the HTML of the home page that I want it to appear and no go. I also copied it into the design index template and it did not work.

    I really want/need this to work. Any ideas? Just figures – I’m having this kind of day already. When I see the published view, it’s displaying……

    global $post;
    $myposts = get_posts(‘numberposts=5&offset=1&category=5’);
    foreach($myposts as $post) :
    ?>

    Um, and I know how to copy paste but it’s displaying part of the PHP in published view! Now, I do not know PHP – please do not expect me to know more than copying and pasting.

    Thread Starter kristinec

    (@kristinec)

    It worked now.

    It’s easy to misunderstand the word “title” to think that maybe that’s where you’d place the actual title of the page. I did mention in the first post that PHP is not a language I’m familiar with.

    Thread Starter kristinec

    (@kristinec)

    Shoot – it’s not working. What am I doing wrong?…

    <?php
    wp_list_pages(array(
    ‘hello_li’=>”,
    ‘about_li’=>”,
    ‘profile_li’=>”,
    ‘services_li’=>”,
    ‘process_li’=>”,
    ‘faq_li’=>”,
    ‘resources_li’=>”,
    ‘exclude’=>’8’,
    ));
    ?>

    Thread Starter kristinec

    (@kristinec)

    Moshu – can’t thank you enough. Now the backup file has completed, it looks like my site is completely restored to the way it was. I did this before some how successfully but just didn’t remember. This was a little different though than the last time.

    I used the “wp-phpmyadmin” plugin as you suggested and then clicked on “Manage” and selected the above with a funky looking interface where I selected my file locally and clicked the button “Go”.

    Thread Starter kristinec

    (@kristinec)

    I’m uploading the plugin now… thanks. Minor panic there.

    Now, please remind me – what other directories do I upload from my backup besides my “theme”?

    Forum: Fixing WordPress
    In reply to: Adding Javascripts
    Thread Starter kristinec

    (@kristinec)

    The full path name to the scripts and images isn’t working unfortunately. I read about the bloginfo template tag (<?php bloginfo(‘url’); ?> ), but unsure as to how to implement. The script that pulls the scripts that is in the post is:

    <script type=”text/javascript”>
    new inter_slide(slides)
    </script>

    Thread Starter kristinec

    (@kristinec)

    Thanks. Not intuitive to me – thought a link would be under “Manage”.

Viewing 8 replies - 1 through 8 (of 8 total)