wordy7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP Plugin Short codes don't workHi,
I just found one that does work: WP adsense. Don’t recall the others, but thank you for your reply.Forum: Installing WordPress
In reply to: Multiple Blogs One Databasethanks that’s all I needed to know. I think this little saying is very appropriate–>“If the student hasn’t learned, the teacher hasn’t taught.” no matter how many times the question has been answered, if it doesn’t resolve the issue, then it lacking…
I am not a student of php and didn’t know it was a pre-req for using this program. Hopefully this post will help others new to using wordpress who are having the same problem.
Forum: Installing WordPress
In reply to: Multiple Blogs One Databasewhooami,
below is a copy of the code I see in my wp-config.php file. I do not see any code ‘$table_prefix = ‘wp_’, other than the reference to it in the comments. If I did I would know what I needed to change. This is a copy of my wp-config.php file:
—————————-
<?php
// ** MySQL settings ** //
define(‘DB_NAME’,”); // The name of the database
define(‘DB_USER’,”); // Your MySQL username
define(‘DB_PASSWORD’,”); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging. */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>
———————————–What I need to know is if I have to type this code into the wp-config.php file since this line of code does not exist outside of the comments section.
I would prefer that you not respond to my question if you can’t use a more considerate tone. Perhaps the previous post was clear to you, but it is obviously not clear to me and that is the point here.
Forum: Installing WordPress
In reply to: Multiple Blogs One DatabaseI apologize if I seem to be retarded, but I am still not getting it. This is what I’ve done.
In my wp-config.php file for my first blog I have this as my database name: naomi4_wordpress2 (the naomi4 is automatically appended by my domain host and has to be there.
I went into the wp-config.php file for my second blog and named the database: mwell_naomi4_wordpress2.
Is this correct? If so what do I do from there? And if not, what in the world am i doing wrong.
How do I access this new blog (do I need to install it as I did with the first one)?
And do I need the change the name of the wp_config.php file in the second blog or leave it as it is?
To access my first one I typed in https://greenwednesday.com/nmblog/wp-login.php.
I appreciate any help. Thanks.
BernieForum: Plugins
In reply to: Sociable Plugin Not Showing In Admin PanelForum: Plugins
In reply to: Sociable Plugin Not Showing In Admin Panelthanks. I read the text file for the sociable plugin and reuploaded the folder (as the instructions indicate)it using ‘binary’ but it still does not work. is there anyone who could take a look at it for me or it that not done?
thanks for the installation info too. I appreciate it.