Hi, I'm modifying a theme to fit a little more to my needs. The theme in question is Mystique.
The problem is that I am a relative novice in this changing themes. I need to change the structure of the articles of index.php and not leave the category in which it is published. The thing is that the loop code is as follows:
if (have_posts ()):
while (have_posts ()):
the_post ();
mystique_post ();
endwhile;
I do not know where mystique_post function (); should go.
Let's see if anyone can lend a hand.
Thanks and regards.