Forum Replies Created

Viewing 15 replies - 46 through 60 (of 123 total)
  • What if you didn’t want any pages to have the Blog Feature?

    Thread Starter isay81

    (@isay81)

    THIS IS WHAT I CUT! AND IT WORKED

    `<div id=”nav-above” class=”navigation”>
    <div class=”nav-previous”><?php previous_post_link( ‘%link’, ‘<span class=”meta-nav”>’ . _x( ‘←’, ‘Previous post link’, ‘twentyten’ ) . ‘</span> %title’ ); ?></div>
    <div class=”nav-next”><?php next_post_link( ‘%link’, ‘%title <span class=”meta-nav”>’ . _x( ‘→’, ‘Next post link’, ‘twentyten’ ) . ‘</span>’ ); ?></div>
    </div><!– #nav-above –>
    AND

    <div id=”nav-below” class=”navigation”>
    <div class=”nav-previous”><?php previous_post_link( ‘%link’, ‘<span class=”meta-nav”>’ . _x( ‘←’, ‘Previous post link’, ‘twentyten’ ) . ‘</span> %title’ ); ?></div>
    <div class=”nav-next”><?php next_post_link( ‘%link’, ‘%title <span class=”meta-nav”>’ . _x( ‘→’, ‘Next post link’, ‘twentyten’ ) . ‘</span>’ ); ?></div>
    </div><!– #nav-below –>

    Thread Starter isay81

    (@isay81)

    Im am still wondering about this.

    Thread Starter isay81

    (@isay81)

    The Answer was yes!

    Thread Starter isay81

    (@isay81)

    Never mind, I get it. It is in the local web!!! THANK YOU SO VERY MUCH for helping someone with so little understanding!!!!

    Thread Starter isay81

    (@isay81)

    OMG THANKS SO MUCH!! I AM NOT REALLY SURE HOW I DID IT, BUT IT WORKED.

    I just don’t know how “I will find it again… can you help me with that? Is it the URL or the name I called it? Don’t dare close it until i know for sure.. or do I use the Easy php to find it again?

    Thread Starter isay81

    (@isay81)

    ok,
    thanks!

    Thread Starter isay81

    (@isay81)

    Thanks! I have one more question, then you can go enjoy your Sunday. I appreciate your patience.
    What do you think this means? MySQL said: Documentation
    #1045 – Access denied for user ‘root’@’localhost’ (using password: NO)
    phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.

    Thread Starter isay81

    (@isay81)

    Welcome to WordPress. Before getting started, we need some information on the database. You will need to know the following items before proceeding.

    Database name
    Database username
    Database password
    Database host
    Table prefix (if you want to run more than one WordPress in a single database)
    If for any reason this automatic file creation doesn’t work, don’t worry. All this does is fill in the database information to a configuration file. You may also simply open wp-config-sample.php in a text editor, fill in your information, and save it as wp-config.php.

    In all likelihood, these items were supplied to you by your Web Host. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready…

    Thread Starter isay81

    (@isay81)

    Is the Data Base name easyphp?

    Thread Starter isay81

    (@isay81)

    Error establishing a database connection

    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

    * Are you sure you have the correct username and password?
    * Are you sure that you have typed the correct hostname?
    * Are you sure that the database server is running?

    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

    Thread Starter isay81

    (@isay81)

    Ok got it

    Thread Starter isay81

    (@isay81)

    At least we are both seeing the same thing.. that is positive

    Thread Starter isay81

    (@isay81)

    wp admin
    wp content

    If I expand I see themes, Images, Etc. but no idea what to do from here

    Thread Starter isay81

    (@isay81)

    The wordpress download is in the www folder. now I am extracting them? Is that right?

Viewing 15 replies - 46 through 60 (of 123 total)