Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Devtard

    (@devtard)

    Hi, it is possible. There are two ways to achieve this:

    1) Don’t allow the option “Strip PHP/HTML tags from analysed content” and use default word separators.

    2) Use the option “Replace non-alphanumeric characters with spaces”. Then everything that is not a letter or a number will be treated as a separator.

    With this settings APT is able to analyse the content of HTML tags. For example this tag <img src="https://example.com/image-name.jpg" title="My image"> will be recognized as the following string:

    img src http example com image name jpg title My image

    If you add “image name” to your list of APT tags then it will be found and assigned to your post as a tag.

    Thread Starter Li-An

    (@li-an)

    Great ! I will test this. It could save time to me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘And images ?’ is closed to new replies.