Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #735660

    Hey Enfold Support,
    As always great theme and great support. I have a couple questions that others may find useful. Is there a way to add an external link to the post title? We’re currently creating posts that have excerpts from articles written about us and appear on other sites. We’d like the titles of our posts to link directly to the 3rd party articles.

    Is it possible to have the theme or WordPress have a new custom field where you enter an “external URL” that is then applied to the post title?

    Lastly, we’d like to change the color of post titles for posts tagged with certain categories. For example, all posts that are of category “press releases” will have a different title font color and for posts that have the category, “blog” the title of the post throughout the site have another color.

    Thanks!

    #736737

    Hey Eric,

    Thank you for the kind words :) To link post titles to external links please give these plugins a try

    https://wordpress.org/plugins/pretty-link/
    https://wordpress.org/plugins/page-links-to/
    https://wordpress.org/plugins/sem-external-links/
    https://wordpress.org/plugins/quick-pagepost-redirect-plugin/

    Best regards,
    Vinay

    #736848

    Thanks Vinay. I was hoping to avoid adding a 3rd party plugin but may have to if there’s no way to update Enfold or WordPress to provide this functionality.

    What about changing the color of the post title based on which category it is? Is there a way to do this in the custom CSS for enfold? Maybe assign a color to post title of category ID? Thanks!

    #738241

    Hi,

    You are welcome :)

    Unfortunately these features are not default features in wordpress so we need to use a plugin and it should work fine without causing any performance issue :)

    Post title color can be changed easily using a plugin like https://wordpress.org/plugins/post-title-colors/

    Best regards,
    Vinay

    #791963

    Hi – is there a way to link a post title on one page to link to a post on another page? Same site? Thanks,

    #792078

    Hi,

    To change the URL, you can add the follow code to the functions.php

    function add_custom_script(){
    ?>
    
    
    

    You can find the post ID with the Chrome inspector like this: http://prntscr.com/f6v22q

    Best regards,
    John Torvik

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.