misty9
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How fix black diamond question marks in WP 3.2.1?I’ve filed a little bug and hopefully they can shed some light on this.
Forum: Fixing WordPress
In reply to: How fix black diamond question marks in WP 3.2.1?The above three steps used to work for previous WP versions.
uh, I’ve just found something odd with WordPress 3.2.1, after updating the Collation field for a given table, the Collation fields for the relevant rows are NOT updated with intended changes.
In other words, the Collation for all rows of wp_posts remain as “latin1_swedish_ci” instead of “utf8_general_ci”.
This maybe a bug and will ask the developers for a confirmation…
Forum: Fixing WordPress
In reply to: Embed video with Autostart="False" doesn't workNever mind then. It worked after adding the following in the embed block:
play=”false” flashvars=”autoplay=false&play=false” menu=”false”
Forum: Fixing WordPress
In reply to: Why still "nofollow" after setting No Privacy?Never mind. I’ve found the following in my Header file:
<meta name=”robots” content=”index, nofollow”/>
Forum: Fixing WordPress
In reply to: Why Last updated author name is Not refreshed?Just thought the info maybe useful for someone in the future.
With programmer mrmist’s help, I have replaced the_author() with
the_modified_author() in page.php, now, it’s working.Forum: Fixing WordPress
In reply to: Please Help Extra Music Playing in the background!You may want check if the embed background music setting “loop” is set to false, which should not repeat the music.
Forum: Fixing WordPress
In reply to: Why Last updated author name is Not refreshed?Found a bug reported a couple of months ago. I have upgraded to WordPress 3.0.1 and the fix doesn’t appear to be in there. How can I get the fix? Thanks.
Forum: Fixing WordPress
In reply to: Why Last updated author name is Not refreshed?No body knows?
Forum: Plugins
In reply to: Display Japanese in ADMIN?A clean and simple solution (Commenting out the following two lines in wp-config.php) has worked for me.
/** Database Charset to use in creating database tables.
define(‘DB_CHARSET’, ‘utf8’);
The Database Collate type. Don’t change this if in doubt.
define(‘DB_COLLATE’, ”); */Forum: Fixing WordPress
In reply to: “All in One SEO Plugin” triggers Warning: call_user_func_array()updated to WP 2.9.2 has fixed the issue.
Forum: Themes and Templates
In reply to: Adding meta name to single PagesOkay, I see how it works now. Updating the Home page meta tags is in “Options configuration panel”, one must go to Edit page or post for updating meta tags of each page or post individually. Thanks.
Forum: Themes and Templates
In reply to: Adding meta name to single PagesEsmi,
Could you show me how it manages descriptions and keywords individually please? Thanks.
Forum: Themes and Templates
In reply to: Adding meta name to single PagesPlease feel free to make corrections on my conclusion here:
“All in One SEO Plugin” allows you to add information within the Header section for All post or pages using fields such as “Additional Post Headers” and “Additional Page Headers”. It does not handle description and keywords individually for each page or post.
Updating Meta tags for each different post and pages require post IDs and page IDS, which I couldn’t find anywhere in this plugin.
Thanks anyways.
Forum: Themes and Templates
In reply to: Adding meta name to single PagesThanks, but the FAQ page does not address my question, which is as follows:
Can “All in One SEO plugin” manage different Descriptions and Keywords for each page or post individually rather than ALL posts or All pages.?
Forum: Themes and Templates
In reply to: Adding meta name to single PagesI also wish to have the option of having different Meta Tags for each page or post on my blog. I have uploaded the plugin and found that the following two fields maybe meant for customization.
“Additional Post Headers” and “Additional Page Headers”
“What you enter here will be copied verbatim to your header on post pageS. You can enter whatever additional headers you want here, even references to stylesheets.”It seems to say that the header information entered here will be reflected in ALL POSTS or ALL PAGES.
I am not clear how this Plugin can add different descriptions and keywords for each page or post individually.
Thanks.