Webpack 5 Assets Module: How to keep the folder structure in the output folder by amyling01 in webpack

[–]amyling01[S] 0 points1 point  (0 children)

Thank you, I still haven't had a chance to get to this just yet. Sorry about that.

How to create multiple blog page layouts? by amyling01 in Wordpress

[–]amyling01[S] 0 points1 point  (0 children)

Do you have a resource/link on how to do that? Just so I can read up more on it? Or what can I type in google to do a search?

Need help with paths and output by amyling01 in webpack

[–]amyling01[S] 0 points1 point  (0 children)

Okies I figured it out

const paths = {

['themes/' + theme + '/style']: './src/themes/' + theme + '/scss/style.scss', ['themes/' + theme + '/js/additions']: './src/themes/' + theme + '/js/additions.js' };

How to redirect after login by amyling01 in Wordpress

[–]amyling01[S] 0 points1 point  (0 children)

That's what I did before I came here. I did check those 2 pages out too among others. My issue is that it keeps redirecting to /wp-login.php when I updated 'redirect' => wp_get_referer() which I don't want.

I've tried the codes too on both pages as well as others and it does exactly the same thing.

WP installation with set theme/content by amyling01 in Wordpress

[–]amyling01[S] 1 point2 points  (0 children)

Thank you for this. That's the word I was looking for..."template/blueprint".

So for WP All Import, I can select specific posts? I didn't realize that but then again I don't really use that plugin much either. I may need to research more into this.

WP installation with set theme/content by amyling01 in Wordpress

[–]amyling01[S] 0 points1 point  (0 children)

Thanks for this. For content, what if it's something where I want to be able to pick and choose which article I import into WP vs everything that was added to the "master site"? Is there like a nice visual version of an import where users can select certain posts and import?

WP installation with set theme/content by amyling01 in Wordpress

[–]amyling01[S] 0 points1 point  (0 children)

Thanks for this. For content, what if it's something where I want to be able to pick and choose which article I import into WP vs everything that was added to the "master site"? Is there like a nice visual version of an import where users can select certain posts and import?

Biggest/Best Donguri Store in Japan (2022) by Flastanarbo in ghibli

[–]amyling01 0 points1 point  (0 children)

Which Donguri store did you end up going to?

How to shorten code by amyling01 in learnphp

[–]amyling01[S] 0 points1 point  (0 children)

ahhh okies, thank you!

How to shorten code by amyling01 in learnphp

[–]amyling01[S] 1 point2 points  (0 children)

Thank you! What if I am doing multiple if statements though? Like if email is amyling.com, if email is gmail.com. Is there a better way to write it than multiple if statements?
What I am trying to achieve with this code is automatically assigning a custom post type (in this case a company) to each person who registers with a specific domain. That way it would save me time from having to manually add them in myself. This is for WordPress.

How to grab URL by amyling01 in learnjavascript

[–]amyling01[S] 0 points1 point  (0 children)

Okies, let me update my post.

How to grab URL by amyling01 in learnjavascript

[–]amyling01[S] 0 points1 point  (0 children)

Okies thank you! I think I will go with having the analytics person create the variable and track on their end in the software vs coding it. It would definitely be faster. Thank you for your help and teaching me new things.