gilliancs
Forum Replies Created
-
Forum: Themes and Templates
In reply to: link to the parent of the current post.Thanks for your help: this makes sense and I’m a step further. Unfortunately it still gives me the same parse error.
Forum: Themes and Templates
In reply to: link to the parent of the current post.Post_parent is the parent of the current post or page. (I’m using pages) (ie one up in the page hierarchy as set when you write a page.)
The first part of the code works:
$parent_id=($post->post_parent);
echo $parent_id;so the line
$parent_id=($post->post_parent);
returns the id number of the parent of the current post.I’ve taken the code from here:
http://codex.wordpress.org/Function_Reference/get_post
and also looked at:
http://codex.wordpress.org/wp_list_pages
where it says how to list sub pagesForum: Plugins
In reply to: Allow users to edit their own comments on any post they commented on.http://wordpress.org/support/topic/116083?replies=2
Here it says WP AJAX Edit Comments is cookie based.
Forum: Fixing WordPress
In reply to: post.php does not display “post author” optionBulk updating didn’t work for me, but a simpler fix which did work was to add a first name to the admin profile. See the thread here:
Forum: Installing WordPress
In reply to: post author boxA simpler fix which worked for me was to add a first name to the admin profile. See the thread here:
Forum: Fixing WordPress
In reply to: Admin not “Post Author”The bug is marked ‘worksforme’ but sadly it doesn’t work for at least some of us.
Still, at least there is a work round. I have five blogs and growing, so what would be a small change in a single bog becomes quite a bore with several. However, witout the altruistic people responding to queries in the forums we would be completely sunk! Thank you.
Forum: Fixing WordPress
In reply to: Sending email registration errorThanks bassinbob. I have the same problem and I tried the plugin, but sadly it didn’t fix it. I’ll keep trying.
Forum: Plugins
In reply to: db backup pluginDid you activate the plugin?
From the Dashboard, go to ‘Plugins’. You will find a list of the plugins you have in your plugin folder on your server. ‘Backup’ should be there. Check that it is activated,
Forum: Fixing WordPress
In reply to: Not receiving email notification of new commentsHello laowaichinese, I found this in the bug tracking department:
WP installed in cPanel add-on domains do not send welcome messages to new WP users.
http://trac.wordpress.org/ticket/2844
Not much help as it is marked “wontfix” but it could be the same problem: the emails don’t get sent correctly with subdomains.
Forum: Fixing WordPress
In reply to: No registration password email?I have this problem too. The odd thing is that as administrator I get an email saying a new user has been registered, but the new user doesn’t. This seems to indicate that it’s not a problem of email being blocked.
Forum: Fixing WordPress
In reply to: Registration EmailI found this in the bug tracking department. Not much help but at least it gives a reason.
WP installed in cPanel add-on domains do not send welcome messages to new WP users.
http://trac.wordpress.org/ticket/2844
It is marked “Won’t fix” but it seems you guys have found a fix.
But for un-technical people, another post said that Dagon Design’s plugin ‘import users’ works OK, if slowly.
http://www.dagondesign.com/articles/import-users-plugin-for-wordpress/
I’m posting this in a few of the threads because the cross referencing in multi threads isn’t so hot. It took me a long time to find this one.
I found this in the bug tracking department. Not much help but at least it gives a reason.
WP installed in cPanel add-on domains do not send welcome messages to new WP users.
http://trac.wordpress.org/ticket/2844
It is marked “Won’t fix” so there’s not a lot of hope!
However, another post said that dagon design’s import users works OK, if slowly.
http://www.dagondesign.com/articles/import-users-plugin-for-wordpress/
Forum: Fixing WordPress
In reply to: New user doesn’t receive password emailI found this in the bug tracking department. Not much help but at least it gives a reason.
WP installed in cPanel add-on domains do not send welcome messages to new WP users.
http://trac.wordpress.org/ticket/2844
It is marked “Won’t fix” so there’s not a lot of hope!
However, another post said that dagon design’s import users works OK, if slowly.
http://www.dagondesign.com/articles/import-users-plugin-for-wordpress/
Forum: Installing WordPress
In reply to: New user email not being sentI found this in the bug tracking department. Not much help but at least it gives a reason.
WP installed in cPanel add-on domains do not send welcome messages to new WP users.
http://trac.wordpress.org/ticket/2844
It is marked “Won’t fix” so there’s not a lot of hope!
However, another post said that dagon design’s import users works OK, if slowly.
http://www.dagondesign.com/articles/import-users-plugin-for-wordpress/
Forum: Themes and Templates
In reply to: Extra <h2> tag in sidebar calendarYou probably know that
is the code for a space, so you need to delete the whole:
<h2> </h2>I don’t know how the widgets are included from the admin panel.