[ Video Sharing CMS v4 ] Question about articles for V4

Started by ronyhage,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ronyhageTopic starter

Hi,

Basically I will not be putting any articles on the website (I took it out from the language, hence it is not showing anymore on the right side bar)

But I would like to ask how to take off the article title too along with the article content and hyperlink. I have attached an image for an example, with the elements circled in red that I want to take off.

The idea is once they click on Articles (which now I changed to About via languages) I want a picture to show along the pages on the right side bar (like the attached image)

If you have an easier way, I would love to hear it too.

Please advise, thanks so much.
  •  

PHPVibe A.

Why complicate? Why not just build a about page and change the link to that page?

Open tpl/main/sidebar.php and find:

<a href="'.site_url().blog.'/">


and just change it to

<a href="http://www.domain.com/your-needed-article-link">

Similar topics (7)