Tagged: External Link, post title font color
-
AuthorPosts
-
January 19, 2017 at 4:49 am #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!
January 21, 2017 at 8:54 am #736737Hey 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,
VinayJanuary 21, 2017 at 8:13 pm #736848Thanks 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!
January 25, 2017 at 10:38 am #738241Hi,
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,
VinayMay 11, 2017 at 10:56 pm #791963Hi – is there a way to link a post title on one page to link to a post on another page? Same site? Thanks,
May 12, 2017 at 6:19 am #792078Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.