Useful tips for everyday
How do I turn off Photon? You just need to go to the JetPack page, then click on ‘Learn more’ in the Photon box, and…
How do I clear my WordPress cache from the server? Log in to the WordPress dashboard. In the left sidebar, navigate to Settings > WP…
How to change the src attribute of an image? Change the “src” attribute of an image using JavaScript. Change the “src” attribute of an image…
How do I show random posts in WordPress? Method 1: Display Random Posts in WordPress with a Plugin Upon activation, you need to visit Appearance…
How to include content of one page in another WordPress page? Pages are just posts, with a post_type of ‘page’ in the database. You can…
Where can I find theme plugins for multisite? Plugins and Themes: In multisite, themes and plugins are installed in the network admin and are available…
How do I add a pop up in WooCommerce? Setup and Configuration Go to: WooCommerce > Settings > Splash Popup. Select a WordPress page (by…
How do I float an image in WordPress? Wrap an image left in WordPress editor click the align left button and make sure it will…
How do I customize my jetpack subscription? To add the opt-in form to your website, first go to Appearance > Widgets. You’ll see a widget…
How do I add a class to a shortcode in WordPress? Create WordPress Shortcode Step 1: Open up admin/class-plugin-name-admin. php. Step 2: Add the add_shortcode…