Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Favorites on wordpress profile


so1o
Participant

@so1o

yup use it in wordpress.. if i understand you right.. you want to show it on the wordpress profile page right? the one which is

<you website.com>/wp-admin/profile.php

try changing the code to

<?php if ($topics): foreach ( $topics as $topic ) : ?>

..

..

..

..

..

<?php endforeach; endif; ?>

Skip to toolbar