WebSite X5Help Center

 
Ross P.
Ross P.
User

Blog Side Blocks Recent Articles - doing them in html - how do you link them to the respective article page  en

Автор: Ross P.
Просмотрено 1017, Подписчики 2, Размещенный 0  

Hello

I have a blog on one of the sites I look after and they have a blog. I did not like the set up of the side block where all blog article titles ran together without a gap so have done them using html, images attached.

My problem now is how do I get the Blog title in the side block to link to the actual article.

Can anyone help please.

Regards

Ross

Размещено
1 Ответы - 1 Корректно
Aleksej H.
Aleksej H.
Moderator

Hello.

The link to the article is formed as follows: "https://site.com/blog/index.php?cooking".

"https://site.com/" - Protocol and domain of the site.

"blog/index.php?" - standard link part.

"cooking" - page url.

You just need to insert this link into the HTML code:

<a href="https://site.com/blog/index.php?cooking">Blog title</a>

Читать больше
Размещено От Aleksej H.