Title: pixelanddot's Replies | WordPress.org

---

# pixelanddot

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Undefined property: WP_Error::$taxonomy](https://wordpress.org/support/topic/undefined-property-wp_errortaxonomy/)
 *  [pixelanddot](https://wordpress.org/support/users/pixelanddot/)
 * (@pixelanddot)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/undefined-property-wp_errortaxonomy/page/3/#post-13510903)
 * Hi,
 * I had this issue and worked out it was because one of my custom taxonomies was
   being registered as “theme”:
 * `register_taxonomy( 'theme', array('product'), $args );`
 * If I changed that to something like:
 * `register_taxonomy( 'product-theme', array('product'), $args );`
 * …the errors resolved.
 * B
    -  This reply was modified 5 years, 7 months ago by [pixelanddot](https://wordpress.org/support/users/pixelanddot/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Every button takes to homepage](https://wordpress.org/support/topic/every-button-takes-to-homepage/)
 *  [pixelanddot](https://wordpress.org/support/users/pixelanddot/)
 * (@pixelanddot)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/every-button-takes-to-homepage/#post-12211895)
 * [@sayadhussain](https://wordpress.org/support/users/sayadhussain/) I ended up
   solving this. Our caching plugin (WP Rocket) was indexing index.php and this 
   was causing issues.
 * In our case, we had added…
 * `remove_filter('template_redirect', 'redirect_canonical');`
 * to the functions file and this was stopping /index.php being taken off if accessed.
 * When someone visited /index.php our caching plugin was creating a cached folder
   called index.php and that then caused all our pages to show the homepage (but
   keep the correct URL).
 * We ended up removing remove_filter(‘template_redirect’, ‘redirect_canonical’)
   and also excluding index.php specifically in the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Every button takes to homepage](https://wordpress.org/support/topic/every-button-takes-to-homepage/)
 *  [pixelanddot](https://wordpress.org/support/users/pixelanddot/)
 * (@pixelanddot)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/every-button-takes-to-homepage/#post-12196872)
 * Hi [@sayadhussain](https://wordpress.org/support/users/sayadhussain/),
 * I’m experiencing the same issue, did you ever find out what was causing it?
 * Thanks,
    Barney
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Broadbean] Job Types, Industries, Locations, Skills not being added](https://wordpress.org/support/topic/job-types-industries-locations-skills-not-being-added/)
 *  Thread Starter [pixelanddot](https://wordpress.org/support/users/pixelanddot/)
 * (@pixelanddot)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/job-types-industries-locations-skills-not-being-added/#post-8475121)
 * Hi Mark,
 * Thanks for the reply. I’ve set that up and here’s what the raw XML looks like
   for a post:
 *     ```
       a:2:{s:9:"sent_date";s:19:"23:11:2016 22:07:26";s:8:"sent_xml";s:1384:"<?xml version="1.0" encoding="UTF-8"?>
       <job>
         <command>add</command>
         <username></username>
         <password></password>
         <job_title>
           <![CDATA[WordPress Developer]]>
         </job_title>
         <job_description>
           <![CDATA[This is the description of the job which can contain some <strong>HTML</strong> such as:<ul><li>A list item</li><li>Another list item</li></ul>]]>
         </job_description>
         <short_description>The job short description. This is the post excerpt.</short_description>
         <job_type>Permanent</job_type>
         <job_location>London</job_location>
         <job_industry>IT</job_industry>
         <job_skills>PHP, HTML, Javascript</job_skills>
         <job_startdate>ASAP</job_startdate>
         <application_email>bob.12345.123@smith.aplitrak.com</application_email>
         <job_reference>abc1237e4444</job_reference>
         <salary_from>25000</salary_from>
         <salary_to>30000</salary_to>
         <salary_per>year</salary_per>
         <salary_currency>gbp</salary_currency>
         <salary>Up to €30,000 plus hardware allowance.</salary>
         <contact_email>contact@domain.com</contact_email>
         <contact_tel>01234 567 890</contact_tel>
         <contact_name>John Smith</contact_name>
         <contact_url>http://compnay.com/contact/</contact_url>
         <days_to_advertise>28</days_to_advertise>
         <job_duration>6 months</job_duration>
         <job_start_date>01/01/2016</job_start_date>
       </job>";}
       ```
   
 * It looks like it’s receiving it but then not storing it maybe? I’ve taken out
   my username and password for obvious reasons. The password does contain a $ though,
   could that be an issue? I’ve seen you raise that before.
 * B
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customize WordPress Emails and Alerts - Better Notifications for WP] New user registration (For user) not being sent.](https://wordpress.org/support/topic/new-user-registration-for-user-not-being-sent-2/)
 *  Thread Starter [pixelanddot](https://wordpress.org/support/users/pixelanddot/)
 * (@pixelanddot)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/new-user-registration-for-user-not-being-sent-2/#post-7248937)
 * Hi Jack,
 * Thanks, the “Welcome Email” works….I wonder why that works but not the New User
   one?
 * Barney

Viewing 5 replies - 1 through 5 (of 5 total)