isay81
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Blog vs. WebsiteWhat if you didn’t want any pages to have the Blog Feature?
Forum: Fixing WordPress
In reply to: page turn arrows on top of postsTHIS 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 –>Forum: Fixing WordPress
In reply to: page turn arrows on top of postsIm am still wondering about this.
Forum: Fixing WordPress
In reply to: image links to an outside pageThe Answer was yes!
Forum: Themes and Templates
In reply to: Changes in EditorNever mind, I get it. It is in the local web!!! THANK YOU SO VERY MUCH for helping someone with so little understanding!!!!
Forum: Themes and Templates
In reply to: Changes in EditorOMG 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?
Forum: Themes and Templates
In reply to: Changes in Editorok,
thanks!Forum: Themes and Templates
In reply to: Changes in EditorThanks! 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.Forum: Themes and Templates
In reply to: Changes in EditorWelcome 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…
Forum: Themes and Templates
In reply to: Changes in EditorIs the Data Base name easyphp?
Forum: Themes and Templates
In reply to: Changes in EditorError 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.
Forum: Themes and Templates
In reply to: Changes in EditorOk got it
Forum: Themes and Templates
In reply to: Changes in EditorAt least we are both seeing the same thing.. that is positive
Forum: Themes and Templates
In reply to: Changes in Editorwp admin
wp contentIf I expand I see themes, Images, Etc. but no idea what to do from here
Forum: Themes and Templates
In reply to: Changes in EditorThe wordpress download is in the www folder. now I am extracting them? Is that right?