kyc4788
Forum Replies Created
-
Hi,
You can start here:
https://developer.wordpress.org/themes/basics/theme-functions/
This is the function you used to get the layout (static)
https://developer.wordpress.org/reference/functions/get_template_part/
I hope this will help you because its a lot of information to explain in on thread.
Hi,
That’s really risky to do something like that. There’s no guarantee plugin will protect your website being hack.
It’s best to use the content from site B and add it to site A manually.
Just on the safe side. You have 50 website why compromise your host by trying to connect 2 or more websites with one login.
Hi,
You can move those functions to another file which you can create and call:
page_template-home.php or page_template-onepage.php
Then add the function code or create a function in the functions.php to connected to your css/js file so it can appear as static using a post or page.
Forum: Everything else WordPress
In reply to: How can I block a specific user access a page?Hi,
You do need a permission / membership plugin to do this.
Forum: Everything else WordPress
In reply to: Products don’t work on safariHi,
This is a theme issue. Usually, Authors (Create a Theme) test out each theme to see which browsers work correctly before updating the theme.
You need to contact the author of the theme that you are using.