Title: oldmankit's Replies | WordPress.org

---

# oldmankit

  [  ](https://wordpress.org/support/users/oldmankit/)

 *   [Profile](https://wordpress.org/support/users/oldmankit/)
 *   [Topics Started](https://wordpress.org/support/users/oldmankit/topics/)
 *   [Replies Created](https://wordpress.org/support/users/oldmankit/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/oldmankit/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/oldmankit/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/oldmankit/engagements/)
 *   [Favorites](https://wordpress.org/support/users/oldmankit/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 126 total)

1 [2](https://wordpress.org/support/users/oldmankit/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/oldmankit/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/oldmankit/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/oldmankit/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/oldmankit/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/oldmankit/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Footnotes] PHP 7 warning](https://wordpress.org/support/topic/php-7-warning-10/)
 *  [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/php-7-warning-10/#post-10770134)
 * 5 months and no reply from the dev. Can I ask what you used as a replacement 
   for this plugin? I’m trying to upgrade to PHP 7 and have also found this error.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [How do I set the taxonomy for a new post using wp-cli?](https://wordpress.org/support/topic/how-do-i-set-the-taxonomy-for-a-new-post-using-wp-cli/)
 *  Thread Starter [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/how-do-i-set-the-taxonomy-for-a-new-post-using-wp-cli/#post-10712393)
 * Thank you [@keesiemeijer](https://wordpress.org/support/users/keesiemeijer/),
   you’ve totally solved it for me. I hadn’t noticed what `--porcelain` was actually
   doing.
 * Thank you so much for helping me.
    -  This reply was modified 7 years, 8 months ago by [oldmankit](https://wordpress.org/support/users/oldmankit/).
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [How do I set the taxonomy for a new post using wp-cli?](https://wordpress.org/support/topic/how-do-i-set-the-taxonomy-for-a-new-post-using-wp-cli/)
 *  Thread Starter [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/how-do-i-set-the-taxonomy-for-a-new-post-using-wp-cli/#post-10708819)
 * You’ve gone way beyond what I could’ve managed there [@keesiemeijer](https://wordpress.org/support/users/keesiemeijer/).
 * The issue now is that I need to be able to set multiple different taxonomies 
   on the created post. On the post term reference ([https://developer.wordpress.org/cli/commands/post/term/](https://developer.wordpress.org/cli/commands/post/term/))
   there isn’t any information on how to set more than one different taxonomy at
   a time. I tried the following but it created three different values for the “
   course” taxonomy (en213, semester, 2018a), instead of creating one value for 
   the “semester” taxonomy (2018a) in addition to the “course” taxonomy (en213).
 *     ```
       wp post term set $(wp post create \
       	--post_title='testing' \
       	--post_status='draft' \
       	--post_type='class_notes' \
       	--porcelain) course "en213" semester "2018a"
       ```
   
 * If `wp post create` was able to return an id of the created post, I guess this
   would be possible by running the `post term set` command on multiple lines, one
   line for each different taxonomy. But again from the `wp post create` documentation
   I can’t see how to return the post id.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Responsive Slider] How to translate (localize) the “Read more” text](https://wordpress.org/support/topic/how-to-translate-localize-the-read-more-text/)
 *  Thread Starter [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [8 years ago](https://wordpress.org/support/topic/how-to-translate-localize-the-read-more-text/#post-10334090)
 * Hi [@swa433](https://wordpress.org/support/users/swa433/),
 * I can’t thank you enough for this! You’ve explained the issue really clearly 
   and empowered me to find the solution.
 * In my case I already had a filter for the “more-link”, but I was using it like
   this:
 * `add_filter('excerpt_more','myfunction')`
 * This was working perfectly for my studiopress theme (Education Pro) for the blog
   posts excerpts on the front page. However I also needed to add my filter like
   this:
 * `add_filter('get_the_content_more_link','myfunction')`
 * for it to affect the slider.
 * Perfect! Thank you again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Log] Illegal string offset ‘attachments’](https://wordpress.org/support/topic/illegal-string-offset-attachments/)
 *  Thread Starter [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/illegal-string-offset-attachments/#post-9523196)
 * After re-activating, the problem is solved. Thank you so much for doing this.
   I’m happy to have email log back up and running on all my sites!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Log] Illegal string offset ‘attachments’](https://wordpress.org/support/topic/illegal-string-offset-attachments/)
 *  Thread Starter [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/illegal-string-offset-attachments/#post-9423243)
 * Thanks Sudar for explaining so clearly what’s going on. That makes perfect sense.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] How to hide comment form error message?](https://wordpress.org/support/topic/how-to-hide-comment-form-error-message/)
 *  [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/how-to-hide-comment-form-error-message/#post-9365357)
 * > It requires a comment form.
 * As I explained, my site _already has_ a comment form which is working perfectly.
 * > Please navigate to Dashboard > Comments > Forms and create a new comment form
   > for rest Post Types.
 * I’ve done that as a workaround just to get rid of this erroneous message.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments - wpDiscuz] How to hide comment form error message?](https://wordpress.org/support/topic/how-to-hide-comment-form-error-message/)
 *  [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/how-to-hide-comment-form-error-message/#post-9362191)
 * Hi there!
 * I love the plugin, but this admin notification has been bugging me for a while.
 * I have added comment forms through custom page templates. It seems wpDiscuz doesn’t
   pick these up, so it thinks there are no comment forms.
 * I would like to get rid of this notification. Please could you add an option 
   to ‘hide and never show again’?
 * Thank you!
    -  This reply was modified 8 years, 10 months ago by [oldmankit](https://wordpress.org/support/users/oldmankit/).
      Reason: formatting
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Log] Illegal string offset ‘headers’](https://wordpress.org/support/topic/illegal-string-offset-headers/)
 *  Thread Starter [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/illegal-string-offset-headers/#post-8366369)
 * Thanks for replying. I’ve subscribed to the github issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Broken Link Checker] Cannot Recheck Links](https://wordpress.org/support/topic/cannot-recheck-links/)
 *  Thread Starter [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/cannot-recheck-links/#post-8196686)
 * For some reasons, which I don’t understand, some of the links are now checked.
   Not all, yet. Many remain “not checked”.
 * On a site with 144 links, how long would you expect this process to take? I’m
   really surprised it is getting through them this slowly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] WARNING: Error while sending QUERY packet. PID=82827](https://wordpress.org/support/topic/warning-error-while-sending-query-packet-pid82827/)
 *  [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/warning-error-while-sending-query-packet-pid82827/page/3/#post-7364464)
 * I had the same error and was not using an SSL site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postie] Shortcode Addon: Post Type not Working](https://wordpress.org/support/topic/shortcode-addon-post-type-not-working/)
 *  Thread Starter [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/shortcode-addon-post-type-not-working/#post-7603510)
 * Thank you for the support, Wayne. The updated plugin is working fine now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postie] Shortcode Addon: Post Type not Working](https://wordpress.org/support/topic/shortcode-addon-post-type-not-working/)
 *  Thread Starter [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/shortcode-addon-post-type-not-working/#post-7603454)
 * Thank you, Wayne. I’ve sent you the log by email.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] Disabled OPT IN – still message to confirm](https://wordpress.org/support/topic/disabled-opt-in-still-message-to-confirm/)
 *  [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/disabled-opt-in-still-message-to-confirm/#post-6477979)
 * So it looks like there is an easy way:
 * MailPoet’s Settings page > Forms tab > Edit your form.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] Custom Success Message](https://wordpress.org/support/topic/custom-success-message/)
 *  [oldmankit](https://wordpress.org/support/users/oldmankit/)
 * (@oldmankit)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/custom-success-message/#post-6957677)
 * Ah, I was looking for that! Thank you : )

Viewing 15 replies - 1 through 15 (of 126 total)

1 [2](https://wordpress.org/support/users/oldmankit/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/oldmankit/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/oldmankit/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/oldmankit/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/oldmankit/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/oldmankit/replies/page/2/?output_format=md)