julio5
Forum Replies Created
-
Forum: Plugins
In reply to: Joomla to WordPress MigratorThey are converting Joomla Sections and Categories to WordPress Categories and subCategories with same parent-child hierarchical structure, Joomla articles will be converted and attached with same categories, there will not need to sort posts, and users will be converted to wordpress users with same data, tags and comments too.
Forum: Fixing WordPress
In reply to: Migration from Joomla to wordpressHey guys, why spend ton of time to try migrate Joomla to WordPress yourself, that’s huge and problemful work, I think you should ask professionals like I did, they will do it in few hours, fast and easy.
Forum: Plugins
In reply to: get_pages() where templateor use this args for get_pages($args) to include certain template file
'meta_key' => '_wp_page_template', 'meta_value' => 'page-onlythispages.php'Forum: Plugins
In reply to: get_pages() where templatedon’t forget change
$YourMenuPageId->ID and ‘page-dontwant.php’Forum: Plugins
In reply to: get_pages() where templateUse this code in your foreach loop
<?php $template_file = get_post_meta($YourMenuPageId->ID, '_wp_page_template', true); if( $template_file == 'page-dontwant.php' ) continue; ?>Forum: Plugins
In reply to: Joomla to WordPress MigratorYes, it’s possible, fast and easy, just ask gConverter guys for migrate, they will take care of it.
My Joomla is migrated to WordPress too, that’s their work 🙂Forum: Fixing WordPress
In reply to: from DRUPAL to WordPress – where is everything?Drupal to WordPress is a very huge and hard work, there are ton of different between this too CMS, I am suggesting to ask professional developers to do it, I tried this one, they are working very fast ( 1 hour ) and result is perfect.