Posts by Felideo Desittale Paravimnce • 51 points
3 posts
-
1
votes2
answers466
viewsA: Edit categories and tags in the front end of Wordpress
After a lot of research problem solved! I will post the solution to help whoever wants to accomplish the same thing. Edit link on the category page: <?php $catID =…
-
0
votes3
answers9603
viewsA: Create custom page for user registration
To make it easier, I believe it is better to use a plugin. I recommend the Theme My Login Inside the plugin folder, there is a folder called templates, which you can freely modify the code without…
wordpressanswered Felideo Desittale Paravimnce 51 -
4
votes2
answers466
viewsQ: Edit categories and tags in the front end of Wordpress
I’m trying to put together a page for editing categories, tags and custom taxonomies via front end. However, now I cannot find the correct function to submit the update of the fields. The code so…