Posts by Iago • 154 points
2 posts
-
2
votes1
answer180
viewsA: Problems with tokens stored in Session?
Dude, if the token value is not visible in the cookie, then it’s okay. As this value is saved to the server-side, the user has no access and consequently is not a problem. In standard authentication…
-
1
votes2
answers798
viewsA: How to Query Wordpress
Use the function get_posts (http://codex.wordpress.org/Template_Tags/get_posts), and change the parameter post_type for the name of your custom post type. To get the last post, just change the…