renzoster on "HELP Search filters"
Hi, Please I have a some problem with filters in search in WordPress, it's for a music website and I need to filter the search by artist (taxonomy), album (title, thats ok), songs (meta) and regular...
View ArticleMathazzar on "Adding Image Tag Attributes to All Images on Site"
Hi there, I'm hoping for a way to have WordPress automatically add a couple of specific attributes to all image tags on the site. It's for a photography site and I'd like to gently discourage...
View Articlesmatterings on "get post/page with specific content"
I am trying to build a list of pages with a specific text within the content (e.g. zoom="1"). Any idea how I can do this?
View ArticleBrandon White on "Plugin Version disappeared, users cannot update"
I have created a plugin and upon updating have run into this issue. When viewing my plugin link there is no version number: http://wordpress.org/plugins/author-discussion/ I am uncertain as to what is...
View Articlecam80 on "PrettyPhoto opening googlemaps breaks site"
Hi. I am having trouble getting it to work on my wordpress site.Currently it breaks the site. It has prettyphoto built in as far as i know and understand. I'm learning and my css and html skills are...
View ArticleAlexiousRahl on "Help with custom $_GET variables"
I can't get the latest Wordpress on PHP 5.5.9 to allow me to use custom $_GET variables. I have tried the instructions from http://wordpress.org/support/topic/how-to-pass-value-in-wordpress-url but...
View ArticleRobin W on "First plugin upload to svn - error"
Sorry guys, first plugin upload attempt failed, have googled but without success, and looked through the svn book, but can't find and can't see a support forum so sorry to trouble you - probably rookie...
View Articleteleconsul on "Brute force on admin username"
Hi, i have a multisite installation and more IP continuosing attempts to login to my platform using not standard administrator account. I have also changed 2 times the username, but after a quiet...
View Articlestiwdio on "Code Hack"
Hi Guys I have a theme Im working on, heres the code for the single post category; if ( have_posts() ) { while ( have_posts() ) { the_post(); //get all the page data needed and set it to an object that...
View Articlemorsiiii on "custom classes in WP 3.8 stop working"
Hi, i was using a custom class to view latest 5 contributors it was working before i upgrade to 3.8 plz any help to fix the code <?php //list 6 latest contributors $authors = array(); $count = 0;...
View Articlealisalem on "Only Admins and the post author can view a post, is it possible?"
Hello, I have a site where my clients click on New Order icon then fill up some form (jquery) and this order will be consider as a post so the orders look like this: http://www.mysite.com/order-1...
View ArticlePete on "Display a specific level of a category tree"
I'm trying to find a way to display a specific category level of a post. For example. I have a post with a hierarchical category tree structure like below... Parent cat Child cat A Child cat B Child...
View ArticlePete on "Howe to Display defined Category (and all child cats) Assigned to a...
I'm using this piece of code but i'm trying to hack it so that it only displays a specified category (manually)... and all it's child categories(automatically). <?php $taxonomy = 'category'; // get...
View ArticleJustRunLah on "How to let a user level edit custom post type made by anybody?"
hello all, I am running a WP site with multiple user levels. I have already created a custom post type called "race". I would like to allow the Contributor level able to edit "races" that have been...
View Articleaizea on "$do_not_duplicate and post__not_in messing with pagination"
Hi, I have an issue with homepage and pagination. I am trying to to not duplicate a post using 2 different queries. I have a special layout to highlight the last video post and after a loop with all...
View Articlerec19 on "hook to customise the lost password screen"
Hello, I'm no coder, just do some css. I've already got: add_action('admin_head', 'custom_admin'); function custom_admin() { echo '<style type="text/css"> css code here </style>'; }...
View ArticleDanielx64 on "Only display comments from registered users"
Hi there, I got a question, I'm working on a system where it bridge up with phpBB and everything is working just fine, well almost. I got a nasty bug that I can't fix (and it may never be) and I have...
View Articlesystematic.ad.hoc on "Admin Menu Database Query"
Hello all, First time posting, don't know if I'm in the right forum. I'm trying to understand how to develop plugins for wordpress. Currently I've set up an admin menu page for my plugin and I want to...
View ArticleHac Le on "Malicious php file generates itself after deleted"
Hi every one, It's the first time that I post here so I hope it goes to the right forum. I used Wordfence to scan my site and got some malicious codes : -There was a malicious file named .cache.php...
View ArticleMatiasLN on "jQuery menu"
Hi! I want to create a menu system based on this: http://boston.html.themeforest.createit.pl/index-slogan.html#MainHeader The idea is to have the menu fixed at the bottom and on the top on the other...
View Article