Site logo

Archived topic

Creating Clickable Links & Changing Font in Widget

4 replies · Started by Luke on January 28, 2022

Viewing posts 1–5 of 5

In the right-hand sidebar on my blog there are clickable links to blog posts. I wanted to add a few more posts in there, but for some reason it didn't work. I'm probably using a wrong html code. Can you tell me what html code I should use to add a few more posts in that widget?

One more thing. There's a widget with the notification "articles on this blog may contain compensated links". If I would like to change the font size of this text and maybe make it bold, how to do it?

Hi Luke,

Can you tell me what html code I should use to add a few more posts in that widget?

Can you tell me what HTML code you are using now? It looks like a text widget, you should not need to edit HTML code.

If I would like to change the font size of this text and maybe make it bold, how to do it?

You should be able to change the font size within the widget settings.

<!-- wp:paragraph -->
<p>Post Title<br><a style="color:black; font-size: 15px;"
href="https://mywebsite.com/post-title/">Post Title<br><a style="color:black; font-size: 15px;"

For some reason after clicking SUBMIT the code above has changed a bit.

These are the html you are using:
<p><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/chakra-meditation-script/"><strong>Chakra Meditation Script</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/rapid-transformational-therapy-marisa-peer/"><strong>Rapid Transformational Therapy</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/gratitude-meditation-script/"><strong>Gratitude Meditation Script</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/do-binaural-beats-work/"><strong>Do Binaural Beats Work</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/grounding-meditation-script/"><strong>Grounding Meditation Script</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/best-books-on-tantra/"><strong>Best Tantra Books</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/best-quotes-about-life/"><strong>Best Quotes About Life</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/how-does-music-affect-the-brain/"><strong>How Music Affects the Brain</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/foot-chakra/"><strong>Foot Chakra</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/raikov-effect-free-pdf-download/"><strong>Raikov Effect: Free PDF Guides</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/how-to-use-the-raikov-effect/"><strong>How to use the Raikov Effect</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/ear-chakra/"><strong>The Ear Chakra</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/full-moon-meditation-script/"><strong>Full Moon Meditation Script</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/raikov-effect/"><strong>What is the Raikov Effect</strong></a><br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/meditation-relaxation-music/"><strong>Music For Meditation, Sleep, Relaxation & Focus</strong></a></p>

You can keep on adding this before the </p> tag:
<br><a style="color:#000;font-size:15px" href="https://meditationbrainwaves.com/meditation-relaxation-music/"><strong>Music For Meditation, Sleep, Relaxation & Focus</strong></a>

I can't see why it doesn't work.

This archived topic is closed to new replies.