Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Browsing all 8245 articles
Browse latest View live

erpatton on "Active Directory - Grant/Restrict Access to Content"

Hello WordPress gurus! We have a client who is wanting to be able to restrict/grant access to pages on a WordPress site for certain groups in their Active Directory. Do you know of any plugins that...

View Article


jasperg on "Create a list of posts with topic heddings"

I hope this question makes sense. I am designing a page for a second hand bookshop, It will be linked to in a weekly email newsletter containing that weeks books added to the store, so subscribers can...

View Article


dangleraction on "Blank admin dashboard. Am I using wp_enqueue correctly on...

Hello, I have never had this problem before until I forced myself to use wp_enqueue_scripts. I think it's a really cool way of doing things, by the way. I'm a web designer and beginner at java...

View Article

rechazame on "Whento use 'init' and when to use a function in functions.php?"

Let's say I want to disable users from viewing the dashboard. I can add the following to functions.php: function hide_dashboard_init() { if ( is_admin() && !current_user_can( 'manage_options' )...

View Article

otti.steinhauer on "redirect to another wordpresspage when the Browser...

Hello, for my new plugin created a form. The user should fill the fields in the form in four steps, submit every part via button. But after the fourth step he must not go back to the steps of the form....

View Article


abdul wahab12 on "i want to block urls in comments."

please tell me some kind of php code for blocking curls in comments are. like if some one puts any url in comment an error comments that you cannot put urls of hyperlinks here.

View Article

edow on "Sidebar tag check sees only tags from first 9 posts"

Hi, I use the following code in my category sidebar to check which tags are used in the category. It works, but only for the first 9 posts (the first page displays 9 posts.) How can I change this code...

View Article

Nico Hauser on "Wordpress Attachment Category Bulk Edit"

Hi, I'm trying to assign attachment categories to my media files. With my theme I added a custom taxonomy called 'attachment_cat'. Now I want the bulk edit multiple files to assign this category(like...

View Article


yogeshindia on "Stop Spam Message"

Hi.. I am getting lost of spam messages in my site http://www.hotel-booking-in.com. Pls let know how to stop. Regards

View Article


elsnare on "Pagination problem on custom wp_query sort order"

Hello! Some info: 1. I'm using a custom build wp_query to display a list of custom posts with some custom post fields. Works great. 2. I'm using the following code to sort the posts ASC/DESC depending...

View Article

mortonc on "Front end posting overwriting custom meta fields"

I've created this page in my theme which allows users to edit their posts. It changes the information which there are fields for in the page BUT it overwrites all the other custom meta fields which are...

View Article

HannibalBector on "Correct way to escape custom text area (while allowing...

Hello there! I'm developing my first WordPress theme and I have a helluva good time figuring things out. But I'm bit stumped on this seemingly simple problem! Let's say I have a text area in the...

View Article

Kolsyra on "Add a specific post category to a specific page"

Hi, I am pretty new to code php but after a few hours of google searching I found that I could use this code to have a page pick up posts for a specific category: if( is_page( 'kolsyra' ) {...

View Article


romeo1999 on "I want to add. Make users to upload photos"

Hello I want to do the photo sharing site http://wptit.com/portfolio/imgar-an-imgur-wordpress-theme An example of this almost A visitor comes to the site to download the image to the site The Boktabh...

View Article

sakicmilan on "one of menu item right align"

hi, i want to last link in menu appear net to right margin lik !link1 link2 link3 link4!

View Article


corpclik on "WooCommerce help"

First time posting a question. I have a woo commerce store and on the category page, i would like to just show an attribute (model-number) instead of the product title. I found in the...

View Article

mayonis on "Random Error 500 When Using "upload_dir" Filter"

Hi, I get random error 500 and error 404 when I use upload_dir as below: add_filter('upload_dir', 'lean_upload_dir'); function lean_upload_dir( $upload ){ $upload['url'] = '/files'; $upload['baseurl']...

View Article


serviceweb on "Custom registration form"

Hello, i've create this custom register form <!-- Row for main content area --> <div id="content" class="left eight columns" role="main"> <div class="post-box"> <?php...

View Article

Joontje48 on "PHP file_exists function won't work"

I have a WordPress website (still running locally) with different pages. I want each page to display its own unique header image (using the page name as image name), and am able to get that part...

View Article

Kolsyra on "PW Protected page don't ask for PW when..."

Hi, I have added this code: add_action( 'wp', 'post_pw_sess_expire' ); function post_pw_sess_expire() { if ( isset( $_COOKIE['wp-postpass_' . COOKIEHASH] ) ) // Setting a time of 0 in setcookie()...

View Article
Browsing all 8245 articles
Browse latest View live