Setting custom cookies in WordPress
I am trying to set cookies to re-route returning users to my a specific page within my WordPress site.
I am trying to set cookies to re-route returning users to my a specific page within my WordPress site.
I’m building up a video-site using wordpress. It embeds videos from different sites. I really need a simply “Report broken video”-button that saves the url in a database or emails it to me. I’ve searched through some plugins, but can’t find any that does the job. Do you guys know any simple and easy solution to this?
I modified an abandoned Stackoverflow form of badge plugin to work with WordPress 3.4.2 and it does indeed. The full script for it is here: http://pastebin.com/Ta91zXiL
I have a WordPress site and a web application that can be used only by the registered (WordPress) users.
I created a custom URL parameter for sorting posts by their vote scores. I have a “most voted” link that sends a ?sort=most_voted URL paramater and using a query posts filter I display posts with most votes.
I have many custom post types that need the Add [custom post type] feature but I have a custom post type of “About” and I do not need to “Add New” about to the about custom post type. So I want to remove the button on top that says “Add About”
I’m pretty new to WordPress and I was wondering if I could get a page id with its slug. Is it possible please let me know?
I am working with site that is done with WordPress, and I need to add some parts that are outside WP, and to check user login, Logging users outside WP.
I have multiple radio buttons set up inside of a metabox in a custom post type. I have created the metabox like so:
how can I create a widget out of a php code? It’s just a disqus code that I would like to place in the sidebar. I could just paste the code in the widget section (my tag), but then I would not be able to change it’s order with the other wigets. This is why I want to convert this code into a widget.