Home › Forums › General Issues › ACF page_link does not work! › Reply To: ACF page_link does not work!
Hi @James
This is my code from index.php….It is a theme developed from scratch for the needs of the client.
I am sending you the code and the pages have exactly the same name as the fields.
Also i didn’t had any plugin activated besides Akismet…. Still can not understand what I am doing wrong.
This is the url of my web site http://panagiafaneromeni.mpoursm.xyz/. Do you think the server I am testing the website has to do something.?
Thank you again
<div class="side-bar-menu alpha">
<p>KALVS HRUATE </p>
</div>
<div class="item1">
<h4><a href="<?php the_field('arxikh'); ?>">ARXIKH</a></h4>
</div>
<div class="item1">
<h4><a href= "<?php the_field('naosagioustefanou'); ?>">NAOC AGIOY CTEFANOY</a></h4>
</div>
<div class="item1">
<h4><a href= "<?php the_field('poimantikh-diakonia'); ?>">POIMANTIKH DIAKONIA</a></h4>
<ul>
<li><a href="<?php the_field('IERA_EJOMOLOGHCH'); ?>">IERA EJOMOLOGHCH</a></li>
<li><a href="<?php the_field('KATHXHTIKA_CXOLEIA'); ?>">KATHXHTIKA CXOLEIA</a></li>
</ul>
</div>
<div class="item1">
<h4><a href= "<?php the_field('filanurvpia'); ?>" >FILANURVPIKH DRASTHRIOTHTA</a></h4>
<ul>
<li><a href="<?php the_field('TRAPEZA_AGAPHC'); ?>">TRAPEZA AGAPHC</a></li>
<li><a href="<?php the_field('FILOPTVXO_TAMEIO'); ?>">FILOPTVXO TAMEIO</a></li>
<li><a href="<?php the_field('TRAPEZA_TROFIMVN'); ?>">TRAPEZA TROFIMVN</a></li>
</ul>
</div>
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.