Changes to 'Similar Article'

Posted in: Newspaper
Post count: 89

I’d like more control over what appears in the Similar Article area:

1. Can I select which post tags show an article there?, so not related to the current article.
2. If your suggestion is hide Similar Article box in theme panel and replace with a module block in Post page template, I can’t easily see how to do this, can you help?
3. I would like to be able to change the Header text appearance in a similar way I do to the sidebar widget headers: (black text on white background).

Is any of this this possible ? I found this which might show where changes need to be made:
http://screencast.com/t/OnRRUh5S

Post count: 1291

Hi,

1. You have to edit the td_module_blog.php and replace the following variable with the tags you want – http://screencast.com/t/ZIUaDZrAU

replace with:
array(15,12,30)

Where the numbers (15, 12, 30) are the tags ids. You can find the ids by hovering on the tabs – http://screencast.com/t/lW8v99kt

Don’t forget to set the by tag option in the Theme Panel – http://screencast.com/t/YOnaj81chh

2. You can replace the line inside the loop-single.php like this – http://screencast.com/t/zUxFfJSvHM
You can take the shortcode from the visual composer, create and set a block and switch to classic mode – http://screencast.com/t/tNlsx6vNDhttp://screencast.com/t/mVWFCVKX

do_shortcode('[add your shortcode here]');

3. Do you want to add a background to the module/widget h3 titles? please provide more details.

Thank you, Emil G.

Post count: 89

Thanks Emil – I will check it all out. What I was thinking for the titles was instead of the current white on grey to change it to black on white: (e.g. header colour #FFFFFF header text colour #000000 ).

I wanted Title Case rather than CAPS but I have used the theme panel Translate to change this.

Post count: 6600

Hi,

Can you please show me a screenshot of where do you want to modify?

Thank you

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