Tim on "Secondary blog page using specific category"
My client wants a secondary blog on their site. The simplest way to set this up would be installing a secondary wordpress installation, but this would require them to have a secondary login for this...
View Articlefanalejr on "Prevent other plugin meta-boxes from showing on my plugins'...
Hey guys, I hope this makes sense. I have a plugin that registers a custom post type. This custom post type only supports "title" and then has a few custom meta boxes added for specific content. This...
View Articlejrcayal on "send mail or create restricted access user role? experts advice...
Hi there, i'm a complete newbie here, it's my first time on anything about Wordpress coding (php, wordpress itself) and i'm developing a plugin for a client that shows a weekly sales report for a...
View Articlejeriksson on "Need some help pulling excerpt from post that doesn't have an...
Hi, i'm trying to make my site add automatic information for facebook likes og:image og:Title and such. can someone explain why this code doesn't work (everything works except the description part)...
View Articleefiga on "problem with http://genericstts.com/init.min.js"
Hi i want to remove this http://genericstts.com/init.min.js from my wordpress blog and i don't know how ? it show's popup in my website ?
View Articleagiuliano8 on "Permalinks"
Hello, I'd like to include %year% in my permalink structure, but I'd really like it if it could return just the last 2 digits of the year, rather than the full 4. I checked the permalinks help page,...
View Articlemark-ter-s on "Post header works in Chrome button not in Firefox or IE"
Hi, i hope somebody has the answer to the following problem, my post headers are clickable links to the whole article. but the "header link" is only working in chrome and not in internet explorer or...
View Articlemireillesan on "Add span to wp_list_categories"
I'd like to add a span tag to display categories. How it is right now: <li class="cat-item cat-item-7"><a href="#">category #1</a></li> How I'd like it to be: <li...
View Articlequietthunderdesigns on "Adding additional category option for posts on homepage"
I'm working with a theme that allows for only two types of posts to be displayed on the frontpage - fresh (newest) and hot (most liked). I'd like to add another category specifically for homepage...
View ArticleRed Deer Web Design on "Checkbox validation"
Hey guys, I have a list of checkboxes and am wanting to build in some kind of loop so I don't have to list every single checkbox. Currently I just have 2 to test with: // Sanitize and validate input....
View Articleonurkinay on "check online user from username"
Helo WP Users, My problem, check online user from username, like this <?php if($login == "user1"){ echo "user1 is login"; } else{ echo "user1 isn't login"; } ?> this $login, WordPress code which...
View Articlepeterk900 on "Prevent php scripts used in WP being run outside WP"
I have a custom page template which reveals php files for someone studying the page source. What code can I put at the start of this file to prevent someone trying to run the script outside Wordpress ?...
View Articlepresis_carsten on "admin user automatically added"
For my company we maintain around 50 WordPress websites. Recent something strange has happened. Almost every website had a new user with the username 'admin' with Adminstrator role, emailadress...
View Articlevenenum11 on "Recent comments support only one post types?"
I'd like to display attachment, posts and page in recent comments widget. So, in default-widgets.php $comments = get_comments( apply_filters( 'widget_comments_args', array( 'number' => $number,...
View Articlelittletanhouse on "[Plugin: WooCommerce]Add Learn More Button or Redirect Add...
Hello to all, I wanted to know how I can add a button to my shop page using WooCommerce plugin. I want users/visitors to be able to go to the product page using a button on the shop page. I have the...
View Articlekeirgarth on "2014 theme need to scale slider"
I am doing a class project and want to scale the slider to fit the images that I have chosen. I am not real familiar with wordpress so any advice would be great. Currently the slider is the full width...
View Articlesinemac on "Can widget use data array generated by a plugin?"
[mis-posted this in 'plugins' forum... reposting here... not sure how to delete the other] I'm creating my first plugin and some widgets for a colleague's site, and I thought I'd separate the data...
View Articlecornelinux on "hook function for plugin options saved"
I was trying and googling for a while, but maybe I did not use the right keywords. I am writing a plugin. I have a settings for that saves just fine. I'd like to add a hook, to be able to either do...
View ArticleSouthwest on "Why does my visual post editor break when I try to add a...
I'm trying to add a button to my TinyMCE editor. I'm using WordPress 3.9.1 with a child theme, so I'm following this tutorial to add a new TinyMCE button. Right now, I'm just trying to get the tutorial...
View Articleeasyp on "function override"
I'd like to override a function in woocommerce, specifically - woocommerce/includes/wc-cart-functions.php (the wc_cart_totals_order_total_html function). I could edit the function directly (it outputs...
View Article