WordPress Functionality

I would like to change the URL for members on our Buddypress site so that instead of using the username (www.mysite.co.uk/members/username it uses a custom buddypress field …

tagged: wordpress, buddypress Mar 7 at 11:08
Stack Overflow

I need to get the field key by field name in WordPress in the Advanced custom fields plugin (ACF). The field is assigned to a post. I am in the loop of the post and I want to get the field key …

tagged: php, wordpress, advanced-custom-fields Mar 7 at 13:03
Stack Overflow

I created a folder in the /wp-content/plugins directory called customshortcode. The add_shortcode command should link the shortcode with the function. In /wp-content/plugins/customshorcode/ I created …

tagged: php, wordpress Mar 7 at 10:18
Stack Overflow

I have this page I’m editing (from a wordpress theme called “lay theme”): http://mtthsstffn.altervista.org/ In this carousel that scrolls images, I need to move the “next” “prev” clickable area …

tagged: php, html, wordpress, arrow, arrow-keys Mar 7 at 9:37
Stack Overflow

I have a new wordpress site and an old site which has several thousand site files. What my aim is, is to have wordpress manage new pages, then older pages which a user has a link for will load up from …

tagged: php, wordpress, .htaccess Mar 7 at 13:09
Stack Overflow

I have this custom post type loop inside taxonomy.php file on wordpress working fine. <div class=”container”> <?php $i = 1; //added before to ensure it gets opened echo …

tagged: php, wordpress, loops, custom-post-type Mar 7 at 2:16
Stack Overflow

I m trying to implement a query on my wordpress. I want display post_type “enseignement” with two filters “cycle” “lieu” This code works <?php if($_GET[‘cycle’] && …

tagged: wordpress, advanced-custom-fields Mar 7 at 16:45
Stack Overflow

I am new in wordpress in general. Only have experience in editing the content of the site. So basically what I want to do is setup some kind of automation to my site getting data from the Bloomberg …

tagged: wordpress, rss, bloomberg, reuters Mar 7 at 8:58
Stack Overflow

I have a wordpress menu plugin that comes with a theme, unfortunately the theme was limited in that, it did only provide on menu, I wanted to add another menu to it. I have found where I wanted to add …

tagged: wordpress, custom-wordpress-pages Mar 7 at 8:39
Stack Overflow

I have a script to make a header image full screen. It’s working fine but I’m sure their is a better way to do it (maybe)… I’m using beforeSend so the background header image is retrieved and …

tagged: jquery, ajax, wordpress, background-image Mar 7 at 6:43
Stack Overflow

in my WooCommerce front product page I’d like the hooked /single-product/meta.php just under the product image. I’ve tried to edit the includes/wc-template-hooks.php by adding remove_action( ‘…

tagged: php, wordpress, function, woocommerce Mar 6 at 22:19
Stack Overflow

I’m trying to upload my wordpress site from localhost to a live EC2 instance on AWS, using the instructions found here. I got everything done until I try to wget localhost/wordpress/wp-static.zip, …

tagged: wordpress, http, request, localhost, migrate Mar 7 at 16:48
Stack Overflow

i have already disabled all the plugins, update wordpress to latest version and using following htaccess. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – …

tagged: php, wordpress, .htaccess Mar 7 at 6:41
Stack Overflow

I have a WordPress site that uses quite a few filters to display jobs. The query will filter jobs by:- The Job Type The Location Job Sector If it is an International Job Will check the salary …

tagged: wordpress, args Mar 7 at 9:51
Stack Overflow

Now I have a WordPress installed with simple membership, there are several membership levels: Administrator, A, B, and C. Level A members only can create members with level B, and level B members …

tagged: php, wordpress Mar 7 at 0:43
Stack Overflow

I am beginner in wordpress and a little problem in blog post. My problem is how to show a previous month number in my blog page, i show to you how is my blog page looking: Spouse This is my blog …

tagged: wordpress Mar 7 at 6:33
Stack Overflow

I have this code snippet : $nieuwetitel = the_title(); echo str_replace(‘Bijenkorf’, ‘test’, $nieuwetitel); the_title() outputs the following: Bijenkorf – Acne Studios Adriana €360 Using the code …

tagged: php, wordpress, woocommerce, str-replace Mar 7 at 10:30
Stack Overflow

I am trying to prevent my responsive nav menu from disappearing whilst open due to window scroll function, how can i disable the function whilst the nav menu is open as I want the menu to stay fixed …

tagged: javascript, jquery, wordpress Mar 7 at 13:08
Stack Overflow

So after testing my wordpress site, its taking quite a while to just load.http://kimztech.tk/wordpress/ I have no clue what to do and would really appreciate some help on this. enter image …

tagged: wordpress, performance Mar 7 at 10:31
Stack Overflow

I have made this plugin which gets data from a JSON source and shows it on a custom post type in WordPress. There are 1000 items in the feed and I get a memory error while importing the items. I can’t …

tagged: php, json, wordpress, json-api