GreenPandaIM
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Log out menu itemThat code would be to functions.php
And yes, users would need to log out of the front end.Forum: Developing with WordPress
In reply to: dynamic_sidebar not showing on child pagesThank for your help. That code does show, so is_page() is working. However, i tried showing a different sidebar and that displays !. The different sidebar is identical in all but name so i’m totally stumped. Here’s where i register the sidebars:
function history_sidebar() { $args = array( 'name' => 'History Sidebar', 'id' => 'history-sidebar', 'before_widget' => '', 'after_widget' => '', 'before_title' => '<h2 class="widgettitle">', 'after_title' => '</h2>' ); register_sidebar( $args ); } add_action( 'widgets_init', 'history_sidebar' ); function vl_sidebar() { $args = array( 'name' => 'Village Life Sidebar', 'id' => 'vl-sidebar', 'before_widget' => '', 'after_widget' => '', 'before_title' => '<h2 class="widgettitle">', 'after_title' => '</h2>' ); register_sidebar( $args ); } add_action( 'widgets_init', 'vl_sidebar' );
And here’s my actual sidebar-right.php snippet:
if (is_page(16540) || $post->post_parent == 113) { dynamic_sidebar('history-sidebar'); }
It displays for page 16540, but not for the child pages of 113.
The vl-sidebar displays with no problems on both parent and child pages. The history-sidebar only displays on parent pages.
It definately used to work, so maybe i should wait for anotehr update.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Exporting blog followersIt’s not to subscribe them to a new site, but to a new subscription management script (ie not jetpack)
I would need to export the email addresses (and ideally first name).
FYI – I fully expect the answer to be “not possible”, but I need to give my client an answer and a reason for it ??
It wasn’t for that blog, but if the answer is simply that the number caches, that’s good enough for me. I can let my client know.
The actual blog was
https://hsfnotes.com/asiadisputes/Okay – I can work with that ??
Thanks!
Well, It didn’t happen again so I guess we just keep an eye on it. Thanks for the help.
Hi Jeremy – thanks for getting back. The blog is hsfnotes.com/realestatedevelopment/ and they will have a new post going out on Monday/Tuesday. Would you mind subscribing and waiting to see if it happens again?
Random posts are still going out, despite having disabled ‘Subscriptions’. I’ll also disable ‘Publicise’ to see if that stops it.
QUESTION: If I turn off Jetpack, do I lose my list of subscribers?
Incidentally, I am being told that not all subscribers are receiving the same old posts. Difficult one for me to confirm or test so not sure how useful that is.
Also, We have recently moved domain, copying content from the old domains using export/import – could this be related?
[bump moderated]
I have had this on a wpmu install last night. All blogs on my network have sent out ‘new post’ updates for old posts.
This has started happening again. Any news on what’s happening?
I have disabled subscriptions on all blogs for now.
Forum: Plugins
In reply to: subscribers and moving domainGrrr. I was on the JetPack forum but when i logged in it must have taken me here. Sorry.
Thansk for your help thougH!
Only 1 version in my database (other than a revision I created this morning).
List of plugins installed:
-
Akismet
Disable Updates
Executable PHP widget
Google XML Sitemaps
Jetpack by WordPress.com
OPML Importer
Deactivate
Ultimate Coming Soon Page
WordPress ImporterI can only see 1 version of that post (ID:1524). I don’t suppose you know the ID of the other version you have? I’ll take a look in phpmyadmin.
I’ll update the plugin and enable it again to see how it goes. I’ll let you know if it happens again.
Thanks for your help.
Yes, it was this post:
hsf-litigat ionnotes.com/2012/02/01/implementation-of-jackson-reforms-put-back-to-april-2013/
It’s confusing because I can’t work out what might have triggered it. I am told no one edited the post recently and there are no comments attached to it.