Name); ?>

Name); ?>
Contact us and talk with our support team, we will glad to help you.', 'base-wp'), esc_url( 'http://www.iograficathemes.com/premium-support/' )); ?>

Name); ?>

priority support service.', 'base-wp'), $theme_data->Name); ?>

Listed below are only the extras that the paid version brings:

Main Layout

Show posts content as excerpt or as full content and show or hide featured images in the archives pages.

Shop Layout

Now you can choose the layout for the shop page and set up how many products display per page.

Header Layout

Change the layout (inline or expanded) of your website’s header with just one click.

Shop Buttons

Do want change the colors of the buttons of your products? Now you can do it.

Custom CSS

Add your custom css code thanks to the Customizer Advanced Settings panel.

Custom JS

Add your custom javascript code, like Google Analytics code ore something else.

','base-wp');?>

Name); ?>

Name); ?>

  • 'iografica', ); // Make request and extract plug-in object $response = wp_remote_post( 'http://api.wordpress.org/themes/info/1.0/', array( 'body' => array( 'action' => 'query_themes', 'request' => serialize((object)$args) ) ) ); if ( !is_wp_error($response) ) { $returned_object = unserialize(wp_remote_retrieve_body($response)); $theme = $returned_object->themes; if ( !is_object($theme) && !is_array($theme) ) { // Response body does not contain an object/array echo esc_html__('An error has occurred', 'base-wp'); } else { // Display a list of the plug-ins and the number of downloads if ( $theme ) { foreach ( $theme as $theme ) { ?>
    name); ?> slug )->exists() ) { ?> 'install-theme', 'theme' => $theme->slug, ), self_admin_url( 'update.php' ) ); ?>
  • 'iografica', 'fields' => array( 'description' => true, 'downloadlink' => true ) ); // Make request and extract plug-in object. Action is query_plugins $response = wp_remote_post( 'http://api.wordpress.org/plugins/info/1.0/', array( 'body' => array( 'action' => 'query_plugins', 'request' => serialize((object)$args) ) ) ); if ( !is_wp_error($response) ) { $returned_object = unserialize(wp_remote_retrieve_body($response)); $plugins = $returned_object->plugins; if ( !is_array($plugins) ) { // Response body does not contain an object/array echo esc_html__('An error has occurred', 'base-wp'); } else { // Display a list of the plug-ins and the number of downloads if ( $plugins ) { foreach ( $plugins as $plugin ) { ?>
    name) ?>