Answer the question
In order to leave comments, you need to log in
Counter in php for issuing files from a directory?
There are about a dozen of these cards. There is a separate file for download for everyone. Cards appear through a cycle in wp custom fields, and in this case, only one file can be registered as an absolute. You need something like counter-increment in css - so that the file is pulled from the folder in order for each of them. Maybe you can do without php? Thanks for answers.
<a href="<?php echo esc_url( get_template_directory_uri() ); ?>/hhhh/1.pdf" class="about-item__btn btn" download></a>
Answer the question
In order to leave comments, you need to log in
Maybe you can do without php?
Cards appear through a loop in wp custom fields
$i = 0;
$i++;
<a href="<?php echo esc_url( get_template_directory_uri() ); ?>/hhhh/<?php $i.'.pdf'?>" class="about-item__btn btn" download></a>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question