Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kategoriyi İçeriğe Atama Sorunu #11

Open
harunalp29 opened this issue Jul 31, 2021 · 1 comment
Open

Kategoriyi İçeriğe Atama Sorunu #11

harunalp29 opened this issue Jul 31, 2021 · 1 comment

Comments

@harunalp29
Copy link

Sınıfı müsait olduğunuzda bir kez daha güncellemenizi isteyebilir miyim :) $sBot->cat=$sBot->add_category yöntemi ile yeni içerikten gelen kategoriyi oluşturmasını ve atamasını istiyorum fakat kategori eklerken yalnızca 1 tanesini ekliyor ve atama işlemi yapmıyor. Yani yazılar kısmında genel kategorisine atıyor sadece. Sanırım wordpress tablolarındaki ilişkisel bir problemden kaynaklı. Sürüm değişmesi buna sebep olmuş olabilir. 4x sürümlerinde ve 5x sürümlerinde denedim. Şimdiden teşekkür ederim.

@ofarukbicer
Copy link

$cat_ID = $sBot->add_category("Category Name", "Category Desc");
$sBot->cat = [($cat_ID == 0 ? get_cat_ID("Category Name") : $cat_ID)];

Cevap biraz geç geldi ama bırakmak istedim böyle bir yöntem işe yarıyor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants