nitinv
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Multiple main domainsHello ,
I want to run two different site on multidomain is this possible. With different theme and plugin and diffferent editor.
- This reply was modified 4 years, 10 months ago by nitinv.
Forum: Plugins
In reply to: [WP Crontrol] create a cron jobI have four contact forms in my website that comes from contact form 7 plugin i have to set up cron for them .For example all the emails of four forms will be sent after 24 hours is this done with your plugin.
This is my website https://www.travel-ust.com/ on Control + U i see this code
<meta property=”og:title” content=”Travelust”>
<meta property=”og:site_name” content=”Travelust”>
<meta property=”og:url” content=”https://www.travel-ust.com/”>
<meta property=”og:description” content=”Travelust is a community for travellers, outlining the best travel destinations in the world.”>
<meta property=”og:type” content=”place”>
<meta property=”og:image” content=”https://www.travel-ust.com/wp-content/uploads/2019/11/travelust.png”>
<link rel=”stylesheet” type=”text/css” href=”https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css”>But when i search it on google it not show my logo image it show different image.I want to show my logo in google search of my site.
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Restricted content does not appearRestrict content pro menu is not showing in my wordpress dashboard when i go to plugins it show the restrict content pro but not in wp dashboard.
Forum: Fixing WordPress
In reply to: Cron events not executed automaticallyyes i schedule the event for particular time for my rss feed but it is not showing on my website.Also when i run my site on local server my feed is showing but not working on my live server.
This is my code :
// Set up the environment
if ( ! defined(‘ABSPATH’) ) {
require_once( dirname( dirname( dirname( dirname( _FILE_ ) ) ) ) . ‘/wp-load.php’ );
}
require_once( ABSPATH . ‘wp-admin/includes/admin.php’ );
define( ‘WP_LOAD_IMPORTERS’, true );
require_once( WP_PLUGIN_DIR . ‘/podcast-helper/includes/rss-importer/class-podcast-rss-import.php’ );// Run manual import process, replace the first parameter to the URL of your feed
Podcast_RSS_Import::run_import( ‘https://communicationdiva.libsyn.com/rss’, $import_category = ‘career’, $import_attachments = true, $import_settings = false );I am using this plugin https://wordpress.org/plugins/wp-crontrol/