block editor - How to add classes and events to image in javascript using Gutenberg?
Before WordPress 5.0, manipulating the content in the editor using javascript was fairly easy:add_wp_tiny_mce_init_scrip
Hide custom post type from search based on custom taxonomy
I'm looking to hide from search a few custom post type posts. I'm thinking that if I create a custom taxonomy
php - How to display custom seo title before the loop?
So I've optimized one of my archive page title to thisadd_filter('wpseo_title', 'new_filter_title
Link below the footer removal
i am just starting out with wordpress ,have a hosting account and using wordpress there..In every page,below the footer
functions - update_post_meta for custom field not working upon form submission
I have a custom field called _my_descriptionThe idea is when a form is submitted the data from the form is also put into
visual editor - RTE always on text mode by default
I have installed a theme with visual composer on my wordpress and everything was working fine until I added a widget abo
security - Best practices to assert current_user_can() with guests
In WordPress, a guest can do a lot of things, such as reading posts.However, this always returns false for guests:add_ac
Exclude specific tags (by id) from the_tags
Within a single post I show all tags of the specific post by using this:the_tags( $tags_opening, ' ', $tags_en
categories - Exclude category and post from loop in custom category.php
So I created a custom category.php where I have the following loop:<div id="category__product-grid" class=&
permalinks - Getting 400 Bad request Error when trying to open posts after updating to wordpress 5.0
I have some Wordpress blogs and after updating to Wordpress 5.0, I am getting same error behavior on them.Now When I op
images - update_post_meta attachment_image_alt description for Gutenberg
I have resolve then 2016 with this solution update_post_meta for custom field not working upon form submissionBut for w
Whats the best way to share user data across multiple Wordpress websites?
First of all, Multisite isn't what I'm looking for. I have 5 websites using Wordpress all on separate domains
php - Custom page archive query by url var calling page twice on one of my custom queries?
This is such an odd issue. I will try and break it down as simply as I can.I am creating my own custom page query which
post thumbnails - Use getthe_post_thumbnail with Custom Size & Crop
We know that the_post_thumbnail() outputs the thumbnail & that the_post_thumbnail( array(100,100) ) outputs the thum
Where to put robot.txt and sitemap.xml for wordpress installed in its own directory
My website is setup where wordpress is installed in it's own subdirectory, but the content is served as though it
menus - Use wp_nav_menu to display ALL pages
I am currently building a wordpress theme. For the menu, I just want to display all the pages that are created in the or
multisite - share loginlogout sessions across two installs?
I'm having some issues sharing the user sessions across two installs. (a) site on (b) site on I have installed B i
cookies - One time login on 2 different Wordpress sites
Im trying to figure out how to login one time to mydomain and being automatically loged in to mydomainblog . I have fi
How to retrieve data from database, then pass it to Javascript?
I'm trying to select a column from database like so: global $wpdb;$results = $wpdb->get_col("SELECT start_
functions - locking content with overlaypop up ads
how can i add a pop up before content or before downloading files ?i want to show a custom ad pop up (with option to clo

