I do not want to display the titles of videos I embed on my wordpress site. The way I’ve been doing this is using the embed link, inserting the...
I have a form in all my pages, and it has an hidden field named ref If the user land at www.example.com/1/ref=fb_ad and fill in the form in this...
If i write http://domain.com/wp-login.php?redirect_to=http://domain.com/specificpage/?parameter1=dog¶meter2=dog¶meter3=cat in the url address bar (to make the login page redirect to a specific page with parameters) and login. I get redirected to the right...
From what I have tried and tested so far, the getters and setters do not work inside the function permission_callback. The alternate way would be to throw a custom...
Something I have seen several times now and I don’t understand is the following: In a theme’s functions.php a function is defined and then attached to a hook, like...
I’m wondering if it’s possible to determine WP_Query parameters by only using the given page URL. The reason I’m trying to do this because I’m developing a SPA theme...
I am trying to get some oembed parameters attached to my Vimeo clips. I tried to get it going using the following two instructions: Passing Parameters to a Vimeo...
I’m trying to create permalinks for a page that currently has parameters passed to it. The site was set up by somebody else and I’m not familiar with WordPress...
Is there a way to retrieve a list of all the posts by an author using search (example: ?s&author=xxx)? I can’t use query_posts or author template (don’t ask why,...
So, I’m using a custom post type archive and generating a JavaScript-based filtering interface for sorting through results. Here’s an example: http://www.inverity.org/sermons/ Now, what I’d like to do is...