akanie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error wp-config.phpit was the server’s DB. now everything is up and alive! thanks!
Forum: Fixing WordPress
In reply to: Fatal error wp-config.phpthis is the entire error message. thanks!
Fatal error: main(): Failed opening required ‘/homepages/41/d87949073/htdocs/wp/wp-admin/wp-settings.php’ (include_path=’.:/usr/local/lib/php’) in /homepages/41/d87949073/htdocs/wp/wp-admin/wp-config.php on line 31Forum: Fixing WordPress
In reply to: Fatal error wp-config.phpwas using wp fine until tried to acces site today and it says Fatal error wp-config.php on line 31
line 31 shows:
require_once(ABSPATH.’wp-settings.php’);
it is becaus the wp-settings.php file is in the main folder and not with the folder where wp-config.php is? but i have not moved any files around so is it just the path? any ideas?Forum: Fixing WordPress
In reply to: category missingIT’S OKAY ALL THANKS FOR YOUR HELP! I FIXED IT!!
Forum: Fixing WordPress
In reply to: Reading Options full text not workingoh TG…one last thing. how do i get the # of post on my link?
i suspect i have to add some code in the following:
<div class=”alignleft”><?php posts_nav_link(”,”,’« Previous some code here Entries’) ?></div>Forum: Fixing WordPress
In reply to: Reading Options full text not workingthanks TG.
the changed made the difference. why is it that i have to change the index.php file? i thought all i had to do was change the reading option. thanks again!Forum: Fixing WordPress
In reply to: Page Navigation Linksi am seeing the previous entries and next entries on my blog but when i click on the links, the pictures and url associated with the links does not show on the page unless i click on and enter the post. can someone tell me why?
Forum: Fixing WordPress
In reply to: acronyms plugin additionfor example i added
“EST” => “Eastern Standard Time”,
but it didn’t show up on my page.Forum: Fixing WordPress
In reply to: Extra line break in blockquotesthis is an example of what i am trying to accomplish
http://www.symplex.org/archives/2004/06/21/welcome-to-summer/Forum: Fixing WordPress
In reply to: Blockquotes not formatting text?i currently have a white background on my page…..
whenever i use the blockquote by wordpress it gives this grey bar in front of the words i blockquote.
can i change the color of the blockquote? and if so where do i do that? where is the code in wp about blockquote? thanks!
this is an example of what i am trying to accomplish
http://www.symplex.org/archives/2004/06/21/welcome-to-summer/Forum: Fixing WordPress
In reply to: Extra line break in blockquotesi currently have a white background on my page…..
whenever i use the blockquote by wordpress it gives this grey bar in front of the words i blockquote.
can i change the color of the blockquote? and if so where do i do that? where is the code in wp about blockquote? thanks!Forum: Fixing WordPress
In reply to: Trouble with Blockquotei currently have a white background on my page…..
whenever i use the blockquote by wordpress it gives this grey bar in front of the words i blockquote.
can i change the color of the blockquote? and if so where do i do that? where is the code in wp about blockquote? thanks!Forum: Fixing WordPress
In reply to: Link description only in title=’blabla’hi there,
i uncheck description and is getting a title but the description is also showing on my front page….
can someone help?Forum: Fixing WordPress
In reply to: comments – dustan’s time since pluginthanks edpham
i looked over the code and i think i am suppose change the code bewteen /* & */ however when i change the code, nothing happens with the comments time….
<!–<small class=”commentmetadata”>” title=”<?php comment_date(‘l, F jS, Y’) ?> at <?php comment_time() ?>”><?php print /* $entry_datetime = abs(strtotime($post->post_date)); $comment_datetime = abs(strtotime($comment->comment_date)); echo time_since($entry_datetime, $comment_datetime) */ ?> after publication. <?php edit_comment_link(‘e’,”,”); ?></small>–>Forum: Plugins
In reply to: how do i use plugin after i have activate it?thank you. figured out how to do it. but coding is so difficult for me :p