Tagged Questions
0
votes
1answer
393 views
get_category_link() is returning nothing
<?php
$categories=get_categories('taxonomy=galeriak');
foreach ($categories as $category) {
?>
<li><a href="<?php echo get_category_link( $category->term_id ) ?>" ...
0
votes
1answer
122 views
echo site_url() returns a different value than what is in the database siteurl field
I have just copied a WordPress site to a different domain, everything on the front-end and admin side displays and works smoothly except I found my category links are linking to the old site domain. ( ...