This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Certain Products Are Not Showing

#27760
Ernest MarcinkoErnest Marcinko
Keymaster

You are very welcome 🙂

To add new keywords, use this sample for the $replace variable:

  $replace = array(
    '3step' => '3 step',
    'word1, word2' => 'word3',
    'wordX, wordY' => 'wordZ',
    'abc, xyz, 123' => 'other word'
  );

.. and you can add as many lines as you want. The words on the left site, are replaced with the single word on the right side.