WPFTS Pro Main Site WPFTS Community Forum
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. pricciafelio
    Get WPFTS Pro today with 25% discount!
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Groups 0

    pricciafelio

    @pricciafelio

    1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    pricciafelio Unfollow Follow

    Best posts made by pricciafelio

    • How to index post tags and have results

      Hi,
      I’ve create some indexes with custom fields but for one of the index I add the tags attached to the posts. Unfortunatly when I do a search I ca’t retrive the post with the tag. Any Ideas or help will be apprecied?

      in my functions :

      $tags = get_the_terms($post->ID, 'post_tag');
          $tagName = array();
          if ($tags) {
            foreach ($tags as $tag) {
              $tagName[] = $tag->name;
            }
          }
       $index['post_tag'] = implode($tagName);
      
      posted in Frequently Asked Questions
      P
      pricciafelio

    Latest posts made by pricciafelio

    • WPML compatibility

      Is the plugin is compatible with WPML ?

      posted in Frequently Asked Questions
      P
      pricciafelio
    • How to index post tags and have results

      Hi,
      I’ve create some indexes with custom fields but for one of the index I add the tags attached to the posts. Unfortunatly when I do a search I ca’t retrive the post with the tag. Any Ideas or help will be apprecied?

      in my functions :

      $tags = get_the_terms($post->ID, 'post_tag');
          $tagName = array();
          if ($tags) {
            foreach ($tags as $tag) {
              $tagName[] = $tag->name;
            }
          }
       $index['post_tag'] = implode($tagName);
      
      posted in Frequently Asked Questions
      P
      pricciafelio