page template - Inserting article:tags meta in html head-element, using get tags, no wp_head
I´m trying to add code to a template file of mine, working with a raw theme I generated from “”. The file is a duplicate
php - Woocommerce Add custom "Add to cart button" in single page with tags
I want to add a custom "ADD TO CART" button in the single product page.I have done it using the id of the prod
Add a comments meta box to the custom post type
I have created a custom post type called groups and I would like to add the comments meta field to this edit groups page
widgets - Siderbar implementation with collapsible bootstrap cards
I'm trying to implement collapsible Bootstrap 4 cards on sidebar widgets, until now I have this:register_sidebar(ar
theme development - wp_enqueue_scripts not called on search page?
I've written a custom theme. It's pretty complex so I won't post a huge code block here for everyone'
woocommerce offtopic - How to display products in sidebar in 2 columns?
I would like to put products view to sidebar on each blog page. However, it prints 3 columns by default which does not r
I have made the custom post type but its single view is going to index
Here's my code:function create_posttype() {register_post_type( 'movies', CPT Optionsarray('pub
Insert link in sub menu - Admin panel
Hi this is my code.add_menu_page('Titlemenu', 'Titlemenu', 'read', 'a-functions'
customization - Fixed bottom menu on mobile doesn't work on search included in Child Theme of Storefront
I included footer of parent theme "Storefront" into the footer of my own child theme that I have created. The
i need to show featured post on custom taxonomy page
i need to show featured post on custom taxonomy page above default loop but not showing feature post its showing all pos
sort - Sorting post by custom field and category
I want to sort posts by a meta value in a custom field. Basically I've added a field called 'date_event'
Trying to get property of non-object error with thumbnail
I'm trying to get the thumbnail of my featured image to display on my home.php (blog) page.It is displaying fine, b
query - Deleting data from a custom table in WordPress
I am trying to delete records from my custom table but it does not delete anything.Here is my code:<?phpglobal $wpdb
logout - How do I replace "Log Out" from the Menu with "My Orders"?
After the user clicks on Log In, the Log In option changes to Log Out in the menu. How can I make it change to My Orders
post thumbnails - Missing image size
I have added a couple of custom sizes to my wordpress environment with the following code:add_image_size( "maximal&
admin init - Admin_init not working in submenu page
I've a plugin divided into multiple pages and files based on classes. The base file (linked from plugin main file)
Change post status by custom fields
I'd like to update my post status (of my own CPT) based on custom field "played". If played is 1 i want t
Query posts intersecting tags and categories
if I have category 'catname' and tag 'tagname'is it possible to visit for example site.extcatnamet
ajax - 'is' functions and 'get_query_var' not working
Why does is functions not work inside an Ajax function? Except for is_user_logged_in?I also tried using get_query_var an
actions - in the post admin, is it possible to make the post title input disabled using php?
I am customising my product post type and auto generating the post title using add_action('acfsave_post').See

