AIRoman.ro
Limbă:
Căutare

AIRoman.ro

0

Cum se șterg toate produsele, categoriile, tag-uri de produse și atributele produselor din woocommerce

Dacă doriți să ștergeți toate produsele dintr-o instalare WooCommerce, în scopul de a încărca o nouă listă de produse sau catalog, executați codul de mai jos în baza de date MySQL.

Multumiri pentru acest cod Ciprian si Marcvanzee utilizatori ai WordPress.org .

Cum Marcvanzee explica:. „Ideea este sa faceti JOIN la tabelul care conține relațiile dintre posturi și taxonomii (wp_term_relationships) cu tabelul care contine taxonomiile (wp_term_taxonomy) si cu tabelul care conține termeni (wp_terms). Rezultand toți termenii și toate taxonomii care sunt folosite de posturi. Clauza WHERE vă asigură că va elimina doar taxonomiile și termenii de produse „.

Deci, presupunând că aveți numele standard pentru tabele, puteți executa următoarele interogări în phpMyAdmin sau alta intefata la db:

1.

DELETE relations.*, taxes.*, terms.*
FROM wp_term_relationships AS relations
INNER JOIN wp_term_taxonomy AS taxes
ON relations.term_taxonomy_id = taxes.term_taxonomy_id
INNER JOIN wp_terms AS terms
ON taxes.term_id = terms.term_id
WHERE object_id IN (SELECT ID FROM wp_posts WHERE post_type = 'product');

2. DELETE FROM wp_term_relationships WHERE object_id IN (SELECT ID FROM wp_posts WHERE post_type = 'product');

3. DELETE FROM wp_postmeta WHERE post_id IN (SELECT ID FROM wp_posts WHERE post_type = 'product');

4. DELETE FROM wp_posts WHERE post_type = 'product';

Details
0

Top Patru Platforme eCommerce

Rezultatul complet poate fi vizualizat aici (disponibil in ENGLEZA)

Details
Published on:
12:19
Categories:
WordPress
0

WordPress Version 3.6 – „Oscar Peterson”

On August 1, 2013, WordPress Version 3.6, named for Oscar Peterson, was released to the public and includes a beautiful new blog-centric theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, and improved integrations with Spotify, Rdio, and SoundCloud.

For more information on this enhancement and bug-fix release, read the WordPress Blog, the Release Post, and see the Changelog for 3.6. For Version 3.6, the database version (db_version in wp_options) changed to 24448, and the Trac revision was r24973.

Details
Published on:
15:05
Categories:
WordPress
0

WordPress „News” Theme

This theme is very easy to customise even if you don’t familiar with wordpress. Please, don’t hesitate and buy it. Our dedicated support is ready to help you to built your website.

Features List:

  • Jquery and Custom JavaScript Powered
  • Google WebFonts ( 500+ Google Fonts )
  • 200+ Retina Ready Icons
  • Cross-Browser Compatibility FireFox, Safari, Chrome, IE8, IE9, IE10
  • Translation Ready ( .pot file included )
  • Drag Drop Homepage Builder
  • SEO Base Built-IN
    • Theme supports google analytics code for SEO
  • Tons of shortcodes
Details

Salut,

Începând de azi este disponibilă și pagina oficială de Facebook ( https://www.facebook.com/airoman.ro )

luni, 5 noiembrie 2012 at 16:40 no comments
Top! Power by WordPress. Customization made by Aurel Roman . Slash WP from ThemeForest.net Hosted By PixelAir.ro
Social Links:
GOOGLEPLUS
FACEBOOK
TWITTER
LINKEDIN