gratefulal
Forum Replies Created
-
ericgraig: Here’s the thing. Yoast has this old post that doesn’t look a thing like what he’s developed now.
http://yoast.com/wordpress/seo/I’d like to see an idiot-proof description for all of these options, and the consequences of using them or not. Like the verbose explanations of settings for the “Indexation” settings.
Forum: Fixing WordPress
In reply to: Fatal ErrorThanks ccardin: always better late than never and I really appreciate you taking the time to respond.
Forum: Fixing WordPress
In reply to: Fatal ErrorWhat is going on? The same as Tamobe reported now just showed up in my Pages admin panel: “Fatal error: Maximum execution time of 30 seconds exceeded in /public_html/wp-includes/cache.php on line 353”
Forum: Fixing WordPress
In reply to: Fatal ErrorAdded Note: The PermaLinks works fine in default.
It is when I try /%postname%/%post_id% I get this error.
There has even been a couple of circumstances where the .htaccess has not been deleted, but everything in it is gone. The only thing left was
# BEGIN WordPress
# END WordPressI am unable to reproduce that bizarre situation.
Forum: Fixing WordPress
In reply to: Fatal ErrorYES! Exactly the same error. /wp-includes/post.php on line 3037(which I did not see under the heading until after turning off all the plugins.)
Plus, I have duplicate Pages with different post id’s but do not show up so I can delete them.
“My Page Order” plugin is showing 3 ‘Auto Drafts’ but, again, can not find them to delete them.
Forum: Fixing WordPress
In reply to: Text Not Wrapping Around Image & Images Not Aligning ProperlyYou might take a look at this: It works for me (setting at each post)
McBuzz Videos
http://mcbuzz.wordpress.com/2008/07/29/wordpress-25-tutorial-how-to-wrap-text-around-image/
Open the Code editing window (click on the “Code” tab next to the “Visual” tab in the Dashboard editing window underneath the Post/Page Title). Find the “img” tag for the image you want to run text around. Insert the code below as shown. Don’t forget to click on Save or Publish.Code to add text LEFT of Image
<img style=”border: 0pt none; float:right; padding-left:10px; padding-bottom:10px” src=”images/trees.jpg” …/>Code for RIGHT of Image
<img style=”border: 0pt none; float:left; padding-right:10px; padding-bottom:10px” src=”images/trees.jpg” …/>Forum: Themes and Templates
In reply to: Include static page when creating themeI’m hardly equipped or experienced enough to clear this up for you, but, this might be the answer you are looking for.
http://www.youtube.com/watch?v=Hx5o_O1cK6s
I like the McBuzz series, clear and concise.
The site is http://www.mcbuzz.com with some 30 plus videos nicely arranged.Also try a search-specific terms “how to ….”