*

slaven

  • ***
  • 81 posts
Description of the article on the main.php page in Veronika
« on: December 03, 2017, 06:17:12 PM »
Is it possible that every new article on the first (main.php) page has a short description such as, for example, articles in the Tatiana theme?
Osclass

*

ferry

  • ****
  • 155 posts
Re: Description of the article on the main.php page in Veronika
« Reply #1 on: December 03, 2017, 06:24:47 PM »
Yes, you have to modify loop-single.php, loop-single-premium.php and your style.css

*

slaven

  • ***
  • 81 posts
Re: Description of the article on the main.php page in Veronika
« Reply #2 on: December 03, 2017, 06:27:10 PM »
Tnx ! Can you specify which part of the loop-single.php code should be edited?
Osclass

*

slaven

  • ***
  • 81 posts
Re: Description of the article on the main.php page in Veronika
« Reply #3 on: December 03, 2017, 06:29:48 PM »
Sorry, I found where I need it: just below the code

"<a class =" title "href =" <? Php echo osc_item_url (); ?> "> <? php echo osc_highlight (osc_item_title (), 100);?> </a>"

enter code for a short description! Thank you !!!

Do I need to insert some custom code in style.css to affect the _desc?
« Last Edit: December 03, 2017, 06:45:37 PM by alexborg »
Osclass