GraphicArtisan on "Display only ONE category per "Page," for several pages."
I am creating a site that is currently on my localhost, so I can not provide a URL! I am using the BLANK-Theme by Chris Coyler, so the theme itself is bare. I am trying to display only one category per...
View Articlecomputersimple on "Separate Multiple Galleries in the same post"
Hi - I have a page with two galleries on it, the galleries have a separate list of images, but because they are in the same post they are merged together. Is there anyway to keep the galleries...
View Articlechris@vendiadvertising.com on "Extending WP_Customize_Control in plugin...
I've created some additional types of customization controls for a theme using Otto's tutorial. I'd like to now package these into a plugin to share code across several sites. Using Otto's exact syntax...
View ArticleMRdanielP on "Template by post id?"
Hi, I have done some php modifications to content.php to add some custom fields and images in posts. I have 440 old posts that i don't want to apply this changes on. What would be the easiest way to...
View Articlebite size on "ipage took website down off wordpress.org"
My Hosting came with Sitelock. $14.95..I have one tiny website. Back in Sept 2013 Sitelock didn’t like the page I made on my website, nor did they like me linking my server wordpress.org with a program...
View Articleadblastbiz on "contact form 7 conditional redirect"
It took me to days of research and mostly trial and error until I got the conditional redirect for drop down options to work the way I wanted it. The example is for 2 different options in the drop down...
View ArticleDeexgnome on "Query String / Month"
Hey, i have a question to the query string. For the moment i use for posts $my_query = new WP_Query('orderby=comment_count&showposts=3'); I have read...
View ArticleNetfunkdesign on "SVN Help - Commit Forbidden"
I am having trouble to commit my plugin files to the repository. I have read that usernames are case-sensitive and often the reason for this. I am sure I am using the correct login information. Could...
View Articlehossein.rahimi on "popular posts"
Hi I am using this code to display popular posts on single posts: <div class="top_app"> <h5>Ù…Øبوب ترین ها نرم اÙزار ها ØŒ بازی ها</h5>...
View ArticleGarebooo on "Using $var in condition tags."
Hello, I am trying to use $var with the condition tags. I have added this code in my theme function file : is_home(); { $titles = 'page title'; $description = 'page description'; } it's worked fine...
View ArticleLuke Janicke on "get_user_meta() vs. get_userdata() vs. get_the_author_meta()"
get_user_meta() get_userdata() get_the_author_meta() These three functions can all take a user ID and be used to retrieve things like Display Name and Email Address. It all seems a little redundant....
View ArticleLuke Janicke on "Check my wp_mail() code? For a lite edit flow notifications...
If anyone has the time, my wp_mail() plugin isn't working. I know the post transition hook is firing because I got an error when saving a post as pending. I fixed that. But no emails are being sent....
View ArticleHarryBerry94 on "Cycle2 Carousel with advanced custom fields"
Hello, I am currently working on a Cycle2 Slider using Advanced custom fields. All my fields are set up. Basically I have a image that changes and a strap line and a logo above the strap line(All...
View Articleiwt on "error after update : Warning: Missing argument 2 for wpdb::prepare()"
I update the WP version, and I am getting this error on top of the site and the admin section. Warning: Missing argument 2 for wpdb::prepare(), called in...
View ArticleGary Carlyle on "Unattach zero sized image posts?"
Hi, I have made an autoposting plugin for TV shows but sometimes the image doesn't attach properly. Is there anyway to unattached all the images that have a file size of zero,please? ~Gary.
View Articlexennex81 on "Display Posts in a tabbed array"
First decide how you want the html to function. Are you going to create inline or inline-block span elements or li elements in some ul element so they will get horizontally displayed? I don't know how...
View ArticleChelseaRushan on "How can we comapre prices of single product of different...
I am developing an Ecommerce website that should have a price comparison feature that allows the user to select one product and the prices of that product at several stores are displayed and customer...
View Articlegolden_zenith on "Lightboxes and advanced custom fields"
Sorry in advance for the long post, but I've read just about everything out there on this topic and no dice. I want to make a custom lightbox and use it to display a person's name, image, and brief...
View Articlejoethall on "How to invoke a URL from a PHP plug-in?"
Need to create a PHP plug-in that can invoke a specific URL - http://.... - out on the internet. How can this be done?
View Articlelucaswp on "previous_posts_link and next_posts_link do not appear in custom...
I have a page called "favoritos" where when the User is logged in, all the shows he selected favorite posts on the blog, however, my next_posts_link not appear my favoritos.php <?php...
View Article