wordpress, wordpress-theming

Stack Overflow

i would like to know how to add pagination to recent custom posts? I´m very new to wordpress but i´m learning every day. With this code i would like to show 10x of the latest posts and add a …

tagged: php, wordpress May 20 at 15:51
Stack Overflow

I made a domain name change from domaina.com to domainb.com and used a wild card redirect to match all URLs on another domain. I would like to make an exception where the homepage of domaina.com

tagged: wordpress, .htaccess May 20 at 17:46
Stack Overflow

So I am attempting to create a simple interface to upload a csv file to the wordpress db and then pull fields from it to be displayed where required. I have tested my sql on phpmyadmin and the file …

tagged: php, mysql, wordpress, csv May 21 at 5:09
Stack Overflow

I’m running a wordpress website on Azure with a MySQL DB both located in East US However, for some reason recently the website has been taking a much longer time than usual to connect. The first …

tagged: wordpress, azure, web-config May 19 at 23:51
Stack Overflow

I have been able to add a sortable column to my WordPress userpage that displays the users last know IP address. The problem I seem to be having is getting the column to sort by the IP’s numbers and …

tagged: php, wordpress, jquery-ui-sortable May 20 at 2:02
Stack Overflow

I am currently trying to edit a view in the backend of a wordpress install I have. I am using a plugin called Bookly, it presents a drop down box with a list of values to select from. It gets this …

tagged: php, html, wordpress May 21 at 4:05
Stack Overflow

When I used Xenu crawler to check if a client website runs well, I saw a lot off 404 errors on links like that : site.com/wp-json/oembed/1.0/embed?url=*** Do you know if it’s du to crawler or is it …

tagged: wordpress May 21 at 11:02
Stack Overflow

I’m trying to update the order review table after having added an addon to the cart. I’ve tried using: $( ‘body’ ).trigger( ‘update_checkout’ ); but nothing happens. None of the .js triggers in the …

tagged: javascript, wordpress, woocommerce May 21 at 14:01
Stack Overflow

I created a site in wordpress CMS on localhost now I want to access this site via internet whith my bought DNS . i want to online my site from localhost

tagged: wordpress, localhost May 20 at 6:26
Stack Overflow

I built a WordPress plugin which creates a custom login for WordPress users. but now I want to redirect every user who wants to login to my custom login. I want to invoke that change from my plugin. …

tagged: php, wordpress May 20 at 15:42
Stack Overflow

For a WordPress site, I am using the ‘Bakes and Cakes’ theme. I have created a child theme (bakes-and-cakes-child). The code bellow resides inside the bakes-and-cakes-child/functions.php file. when …

tagged: php, wordpress May 20 at 7:58
Stack Overflow

I want our customers to automatically get a username from the checkout field “Billing Address 2”. I also do not want the created username to be shown in the checkout process. There are ways to …

tagged: php, wordpress, woocommerce May 20 at 8:06
Stack Overflow

I am fetching data from API about 800 products are fetching across 200 categories all is done but in fetching feature images i am getting error i need to set URL of product thumbnail as featured …

tagged: wordpress, woocommerce May 21 at 21:20
Stack Overflow

I’m using ACF and I would like to display posts in a different way according to the category. Here is my single : <?php get_header(); ?> <?php if(!function_exists(‘get_field’)) return; ?> …

tagged: wordpress May 20 at 0:51
Stack Overflow

I am building a laravel 5.3 website for a client. he asked me to host a wordpress blog with this. if i host a wordpress blog on same hosting an assign a subdomain to it then it is easy as site address …

tagged: wordpress, laravel-5 May 21 at 17:54
Stack Overflow

For one of my websites I would like to show a list of the current menu item’s (direct) children when the page is empty. I have a piece of code that is partly working as long as I use posts or pages in …

tagged: wordpress, wp-nav-menu-item May 21 at 18:32
Stack Overflow

I have just deployed a wordpress image on GCP Compute Engine and whenever I go to the site’s IP address it just shows the standard apache “It works!” page but all other links on the site are working. …

tagged: php, wordpress, google-cloud-platform, google-compute-engine May 21 at 18:36
Stack Overflow

i develop a new theme in wordpress, but In appearance menu its not showing . only those list only showing Themes Widgets Editor i want like to display Themes,Widgets, Menus, Theme Options, …

tagged: wordpress, wordpress-theming May 20 at 15:20
Stack Overflow

Im trying to delete the section WordPress News in my dashboard by creating a simple plugin. First of all, i’ve made a php file in the following directory: wp-content/plugins/basic-plugin.php In …

tagged: php, wordpress May 20 at 12:46
Stack Overflow

I want to add another post summary section in a post. My website is in wordpress. What i want is when i am adding a post with some content, then i want that in some part of content i should show links …

tagged: wordpress, wordpress-theming