• Resolved bibliata

    (@bibliata)


    Easy way to create Prefix to the post title?
    Like the name of the website or so?
    Where in the code this could be added?

    //THANKS

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Chris Huff

    (@brochris)

    Hi, if I understand you correctly, you are trying to write not only the post title, but also more text (such as the name of the website) to the featured image. Correct?

    Unfortunately, this isn’t already an option in the free version, but it is an option if you were to upgrade to the PRO version, which would allow you to add additional characters both before and after the text you chose to write to the image. You might consider checking out the free trial to see if it does what you want.

    To code it into the free version, you would need to add something like this around line 201.

    $auto_image_post_text = 'Site Name : ' . $auto_image_post_text;

    Hope that helps!

    Thread Starter bibliata

    (@bibliata)

    Yes, this is exactly what I needed
    I placed the code as you directed but unfortunately it does not produce the site title in the thumb. Thumb still has post title only

    //THANKS

    Thread Starter bibliata

    (@bibliata)

    I guess you may elect to roll this option out with the free version since you already have excerpt and content on thumb available.

    Also important: once I selected the initial options for the plugin I cannot change them anymore. Tried multiple times changing background and fonts and saved repeatedly but it still publishes with the same background and font ??

    Plugin Author Chris Huff

    (@brochris)

    Sorry, this option will not find its way into the free version for the foreseeable future.

    When you save the new settings, and go away from the settings page, and then come back to it, are the new settings shown on the settings page, or does it show the old ones again?

    Thread Starter bibliata

    (@bibliata)

    Yes, settings stay saved
    I’ve chosen chunk5 font plus the sky background
    but its broadcasting the Script font and brick wall
    which I had chosen before in my settings. I have
    tried to re-save multiple times without any luck

    Plugin Author Chris Huff

    (@brochris)

    In order to generate a new featured image for a post, you must either delete the previously generated featured image from the Media Library, or at the very least, remove the featured image when editing a post. If a post has a featured image set, it will not generate a new one. Then save the post again and it should create a new one based on the new settings.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Prefix to title?’ is closed to new replies.