brownkidd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blogroll & Meta widgets vanished!Fixed it! re-activated the other theme, removed the widgets from sidebar 2, then when I switch back to the other theme, the widgets were back.
Forum: Fixing WordPress
In reply to: Blogroll & Meta widgets vanished!Nope.
This happened right after I tested out a new theme with two sidebars for widgets (current theme only has 1 side bar) I moved the widgets around to Sidebar 2, but when I switched back, the ones I moved were gone, but showing up as being used. I only realized this AFTER I decided to remove the plugin since I didn’t like it.
Forum: Fixing WordPress
In reply to: database connection errorThe same thing happened to me. I called my web host and they looked in my wp-config.php file and a letter was changed to a number. No clue how it happened because I never touched that file, but they fixed it for me.
Forum: Requests and Feedback
In reply to: Ability to add a “Posted by” under the article titleAnother suggestion is to display the author’s bio like this
<?php the_author_description(); ?>and even have their contact info if you’d want.
<a href="mailto:<?php the_author_email(); ?>" title="Email this author">Email this author</a>there’s also a nifty trick for posting their picture. I junt named the .jpgs everyone’s last name so the code would look like this.
<img src="<?php echo get_option('home'); ?>/wp-content/images/<?php the_author_lastname(); ?>.jpg" alt="" />Hope it helps!
Forum: Fixing WordPress
In reply to: Not sure what this error means.Anyone?
Forum: Fixing WordPress
In reply to: Fatal error out of the blueyeh. i moved it. then i got another message about a different file. moved the file to the folder. then i just got this message:
Call to a member function on a non-object in /homepages/46/d255400443/htdocs/albotasblog/wp-includes/query.php on line 10
Line 10 says:
return $wp_query->get($var);
Forum: Fixing WordPress
In reply to: Fatal error out of the blueLine 266 says
require (ABSPATH . WPINC . ‘/wp-feed.php’);
Forum: Fixing WordPress
In reply to: Fatal error out of the blueAnyone know what could have caused this? I just want to know if it might have been something I did so that I can avoid the same problem occurring in the future.
Thanks.
Forum: Fixing WordPress
In reply to: Fatal error out of the blueExcellent. Thanks.
Forum: Fixing WordPress
In reply to: Fatal error out of the bluehow do I upgrade without losing all my posts and templates?
Forum: Fixing WordPress
In reply to: how to show full post in feeds and not just a snippetI’m actually having this same exact problem. Any help on this would be fantastic.
Forum: Fixing WordPress
In reply to: How do I embed Ads in between posts?Thanks for the help. That was also a pretty awesome article. I downloaded a few of the plugins you mentioned. I really appreciate it.
Forum: Fixing WordPress
In reply to: How to display author name in postExcellent. Thanks.
Forum: Installing WordPress
In reply to: Parse error: syntax error, unexpected ‘}nvmnd. fixed it.
Forum: Installing WordPress
In reply to: Help me unsderstand this SQL businessOkay, I’m getting this:
* 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?The username, password, and hostname are correct, but how do I tell if my database server is running?