permalinks - Custom post type as home page with custom url
I've changed the permalinks to add a string at the beginning of the url like this:london%postname%This works p
front end - Admin Bar - Customizer Label Change
I'm desperately trying to find out the best way to change the label "Customize" in the admin bar on the f
permalinks - Custom post type slug 404
I have created a custom post typepublic function register_post_types() {$args = array('labels' => array(
functions - how to handle multiple forloop?
I have and order_id as array but wc_get_order accepts only one id at a time how to loop through order_id and let the lis
logo - Exiting Customizer alert
I get an browser alert when exiting Customizer that my changes will be lost if I navigate off this page. Everything is s
Keeping the URL but changing the site - How?
I'm trying to move a wordpress site to the new URL from new.XX.nl to XX.nl for someone else.I changed the URL in w
wp head - Custom plugin - $post_id in wp_head
(english is not my language so I'm sorry if I don't explain really good)My custom plugin get an URL from custo
Download an image from a webpage to the default uploads folder
I am writing a custom themeplugin in which I need to download images programatically from certain webpages to the uploa
customization - Intercept invalid email during lost_password
On the website I'm developing, I need all login-related forms to be on custom, branded pages. I have pretty much co
Get Post Thumbnail Outside of Loop
I am trying to get the post thumbnail image for each accordion or show accordion post thumbnail outside of the loop.Curr
update_post_meta using ajax
I have this code but its not working. How can i make it work thanks!HTML:<form id="updateAmountOffered" cla
json - Check if a category has a parent category in WooCommerce REST API
I am trying to list the categories of my Woocommerce in an "iOS App" using json.My problem comes from not know
username - use of nickname and nicename?
nicename is used for author slug in url.But can anyone tell what is the especial useapplication of 'nickname'
api - Passing data outside of Wordpress possible?
We're exploring some possibilities to upgrade our web development tools in using Wordpress, but we're concerne
Gravity Forms - RMA Count
I am new to Wordpress so was wondering if anyone can help?I am creating a returns form through Gravity Forms. However, a
themes - the_content doesn't return <p> tags
I'm using a piece of code that returns all of my pages on 1 page (custom theme). The code works perfectly, but I ca
posts - Add review box by function at top or bottom of content
Filteradd_filter( 'the_content', 'sandy_posts_filter' );function sandy_posts_filter( $content ){glob
Custom post type - list posts based on meta_key and display them divided by CPT taxonomy category
Shortly:I've custom post type called 'produkty'Inside this CPT I've taxonomy called 'kategorie
plugins - How to import multiple language mutations to polylang?
I have set of posts that i want to import to wp and they alel have 3 lang mutations. I used foreach($pole as $key =>
Using separate .php file for functions - how to run on site?
Instead of bogging down my child theme's functions.php file, I would like to have a separate .php file that has var

