Certain Tags Don’t Populate
-
Hi, there,
So, I’m using CPTUI Extended on the following sites (demos)
1. 22
2. NaicomWhat I find is on the one the Naicom site, I use the following tags in my code
<a href="<?php echo get_author_posts_url(get_the_author_meta('ID'), get_the_author_meta('user_nicename')); ?>"><?php the_author(); ?></a>
and yet it doesn’t pull the author into the frontend; also using<?php the_content(); ?>
doesn’t pull content into the frontend, and you can inspect to see.
Another snag I ran into is in the case of the 22 site, when I click on author name “kabolobari” is returns a Page not found not to list of post by this author as defined by the posts under this Updates post types.
I don’t know how to fix any of this and pressed that you take a look. Haven’t had any issues relating to CPT ever since I’ve used it. Thanks.
- The topic ‘Certain Tags Don’t Populate’ is closed to new replies.