vphat28 on "Hi can I customize the url of custom post?"
Hi wordpress experts. I'm new on WP and got a quite hard requirements. I have a custom post type name "del1" and I need a list page like this {root_url}/del1/ and a detail page like this...
View Articlepaqui on "how to include content of one page in another one ? (from title)"
This code is used to include the contents of a page in another from the ID. <?php $args=array( 'page_id' => 893, 'post_type' => 'page', 'post_status' => 'publish', 'posts_per_page' => 1,...
View Articlegroncali on "appointment booking plugin with a credit system"
Hi Matt, you could use Bookeo online bookings (http://www.bookeo.com), where you can assign credits from the back end, that can be redeemed against online bookings. We do have a wordpress plugin. Feel...
View ArticleRichard Leishman on "Message You suck! Go hack someone else."
I have been developing a plugin over the last 6 months which now has almost 40,000 downloads and some great feedback, it is a great experience and although I classed myself as an advanced PHP developer...
View Articleotzined on "WP-print - get_attachment shows all images from Media folder"
Hi, WP version: 3.5.1 WP-print version: 2.52. For a website I am building I use WP-print. I want to show images from a gallery that's inside the post. To show the images on the WP-print page I use...
View Articlemrfraz on "echo wp_get_attachment_image"
foreach ($files as $att) { echo wp_get_attachment_image($att); } Need a little help.. for if empty.. echo.. nothing. Thanks!
View ArticleBinary12 on "Responsive problem and how to set page end"
Hello! I'll try to describe my two questions in more detail. I've got my site http://www.fcdesign.se running a customized Balloons theme. I've added a picture to the page instead of the balloons, the...
View Articleshihabmalayil on "What Error in my Slide Menu"
Hi, this is one Slide Menu tutorial, i need to use it in my wordpress blog as sidebar.only i need right side menu. Header <script src="<?php echo get_template_directory_uri();...
View Articlemridl200 on "Auto Login using Cookies"
Hi Guys, I've been trying to find a plugin or a way to allow users to be automatically logged into Wordpress through a forms auth cookie. At the moment my site accepts a cookie from another site and...
View Articlezmaj123 on "When I open the tag get a 404 error"
Hello, I have a website for movies. I made a tag function imdb rating that looks like this: // Add new "IMDB" taxonomy to Posts register_taxonomy('imdb', 'post', array( // Hierarchical taxonomy (like...
View Articlecgrabe on "Remove specific key from array"
My have an event driven site and some of our events are hosted on meetup.com as well. I currently have the attendee list from meetup being merged with the attendee list on my site. The issue is my RSVP...
View ArticleSidu_88 on "Category sidebar for single posts belonging to their category"
Hi everyone I'm fairly new to WordPress (and Php programming) and I’m trying to call a category sidebar for single posts that are listed under that particular category. Lets say a single post ‘Diet...
View Articlesblomberg on "Feature Pointer Alternatives"
According to this ticket comment by a WordPress dev, the WordPress core "feature pointers are designed only for internal pointers." I would like to know if the WordPress team or other devs have...
View ArticleDaveWP196 on "profile_update action - what is its status?"
Has this action been depreciated or not in wordpress 3.4? If it has been depreciated, what action/filter can be used to track ALL changes to the user object model made using the wp_user_update...
View Articletiszenkel on "Passing value to profile_update hook"
I feel like this is going to be a simple question for someone here, but I've been struggling with it on and off for days. I'm adding a profile_update action to WordPress through my theme's...
View Articlejspitz725 on "save_post & post_status help"
Hi, I'm trying to get the post_status of a post before it is updated in the database. If I hook into save_post, I'm hoping that the post_status will have already been changed to publish. Am I correct?...
View Articlequeengab on "Create plugin to export comments on csv file"
Hi to all, how are you? I'd like to create a plugin that export my wp comments on one csv file. I don't find any plugni that do this job for me. I want to proceed ad: Create on functions.php a function...
View ArticleEightN9ne on "Woocommerce force shipping country by WPML"
I have a woocommerce store and it runs WPML so I can have different prices for Canadian or American customers because of different warehouses and costs. It works great it changes the price and...
View ArticleNVZ on "username_exists does not work with special chars"
Hi there, I may have stumbled upon a bug in the wordpress system. I have a script were i need to check the username before adding it with wp_insert_user. In wp_users i have a user with a user_login...
View Articleyalrighty on "Woocommerce and Open Graph meta tags"
Greetings, I am a dummy when it comes to php code. I get by alright on my own but I'm definitely no expert. I have 3.5.2 and woocommerce 2.0.12. I am using a combination of itthinx.com's open graph...
View Article