Home › Forums › WoodMart support forum › subdomain blog
subdomain blog
- This topic has 4 replies, 3 voices, and was last updated 2 days, 1 hour ago by
Hung Pham.
-
AuthorPosts
-
August 11, 2025 at 10:34 pm #679246
dogan_polatParticipantHello,
The subdomain is, https://blog.bufgadget.com/On the site’s homepage, it’s, https://bufgadget.com/
How can I get a news section from the blog?
—————————–
merhaba,
subdomain den https://blog.bufgadget.com/site ana sayfada https://bufgadget.com/
blogdan haberler kısmını nasıl gösterebilirim acaba?
August 12, 2025 at 2:07 am #679254
ferhatonalParticipant1. Method – Using Reverse Proxy to Redirect to Subdomain
Your blog page is already running on the main domain (e.g. https://bufgadget.com/blog/).
On the server (Apache or Nginx), you can write a reverse proxy rule that points https://blog.bufgadget.com to this blog page.
This way, the blog content will appear on the subdomain, but it will still come from the same WordPress installation.
Pros: Single WordPress setup, single theme.
Cons: Requires technical setup and server/hosting access.
2. Method – Using WordPress Multisite
Switch WordPress to Multisite mode.
Run the blog as a separate site under the subdomain.
Pros: Easy to manage, single login.
Cons: Requires a technical setup, and you’ll need to configure the blog site separately.
3. Method – Using iframe or Redirect (Not Recommended)
Place a simple redirect or iframe on the subdomain.
When a user visits https://blog.bufgadget.com, it loads the /blog/ page from the main site in the background.
Pros: Very easy to set up.
Cons: Bad for SEO, poor performance.
—————————–
1. Yöntem – Reverse Proxy ile Subdomain Yönlendirme
Mevcut WordPress’te blog sayfan zaten ana domainde çalışıyor (ör. https://bufgadget.com/blog/).Sunucuda (Apache ya da Nginx) reverse proxy kuralı yazarak https://blog.bufgadget.com adresini bu blog sayfasına yönlendirebilirsin.
Böylece blog içerikleri subdomainde görünür ama aslında aynı WordPress kurulumundan gelir.
Avantaj: Tek WordPress, tek tema.
Dezavantaj: Hosting veya sunucu tarafında erişim ve teknik ayar gerektirir.
2. Yöntem – WordPress Multisite Kullanmak
WordPress’i multisite moduna alırsın.Blog’u ayrı bir site gibi subdomain altında çalıştırırsın.
Avantaj: Yönetimi kolay, aynı kullanıcı girişi.
Dezavantaj: Yine teknik bir kurulum gerektirir ve blog kısmı için ayrı site ayarları yapman gerekir.
3. Yöntem – iframe veya Redirect Kullanmak (Tavsiye Edilmez)
Subdomain içine basit bir yönlendirme ya da iframe koyarsın.Kullanıcı https://blog.bufgadget.com adresine girdiğinde arka planda ana sitedeki /blog/ sayfası açılır.
Avantaj: Çok basit.
Dezavantaj: SEO açısından kötü, performans zayıf.
August 12, 2025 at 2:53 am #679257
dogan_polatParticipantThank you. Could you please answer the second question?
Mobile bottom navbarteşekkür ederim, 2. sorumuda yanıtlarmısınız acaba?
Mobile bottom navbarAugust 12, 2025 at 2:57 am #679258
ferhatonalParticipantO sorunuz bu başlık altında yok. göremedim.
August 12, 2025 at 10:11 am #679343
Hung PhamKeymasterHi dogan_polat,
Thanks for reaching to us.
Thanks @ferhatonal for your replies.
Best Regards,
Hung PD -
AuthorPosts
- You must be logged in to create new topics. Login / Register