Replies: 0
Thanks guys
Easy to use. Great plugin
Replies: 0
Thanks guys
Easy to use. Great plugin
Replies: 0
Hello! 🙂
Just wondering how to remove the ‘read more’ in our posts? I’d like for the whole post to be shown and not the ‘read more’ link. Please help. Thank you!
Replies: 0
Amazing plugin for transforming your wordpress website into a repository for archives or collections. Highly recommended!
Replies: 0
Having some major issues with Square payments. After one of my customers has paid for their product it shows an “empty cart” page instead of a “payment successful” page. It confuses my customers making them think the payment wasn’t successful then they create another order causing duplicate orders and refunds daily. Can someone please help me?
Replies: 0
hi
i created custom post types by given coding , but custom post does not display in category.how can i display in category.plz guide me. coding is here
function custom_post_type() {
// Set UI labels for Custom Post Type
$labels = array(
‘name’ => _x( ‘WordPresses’, ‘Post Type General Name’, ‘twentythirteen’ ),
‘singular_name’ => _x( ‘WordPress’, ‘Post Type Singular Name’, ‘twentythirteen’ ),
‘menu_name’ => __( ‘WordPresses’, ‘twentythirteen’ ),
‘parent_item_colon’ => __( ‘Parent WordPress’, ‘twentythirteen’ ),
‘all_items’ => __( ‘All WordPresses’, ‘twentythirteen’ ),
‘view_item’ => __( ‘View WordPress’, ‘twentythirteen’ ),
‘add_new_item’ => __( ‘Add New WordPress’, ‘twentythirteen’ ),
‘add_new’ => __( ‘Add New’, ‘twentythirteen’ ),
‘edit_item’ => __( ‘Edit WordPress’, ‘twentythirteen’ ),
‘update_item’ => __( ‘Update WordPress’, ‘twentythirteen’ ),
‘search_items’ => __( ‘Search WordPress’, ‘twentythirteen’ ),
‘not_found’ => __( ‘Not Found’, ‘twentythirteen’ ),
‘not_found_in_trash’ => __( ‘Not found in Trash’, ‘twentythirteen’ ),
);
// Set other options for Custom Post Type
$args = array(
‘label’ => __( ‘wordpresses’, ‘twentythirteen’ ),
‘description’ => __( ‘WordPress articles’, ‘twentythirteen’ ),
‘labels’ => $labels,
‘supports’ => array( ‘title’, ‘editor’, ‘excerpt’, ‘author’, ‘thumbnail’, ‘comments’, ‘revisions’, ‘custom-fields’, ),
‘hierarchical’ => false,
‘public’ => true,
‘show_ui’ => true,
‘show_in_menu’ => true,
‘show_in_nav_menus’ => true,
‘show_in_admin_bar’ => true,
‘menu_position’ => 2,
‘can_export’ => true,
‘has_archive’ => true,
‘exclude_from_search’ => false,
‘publicly_queryable’ => true,
‘capability_type’ => ‘page’,
‘show_in_rest’ => true,
// This is where we add taxonomies to our CPT
‘taxonomies’ => array( ‘category’ ),
);
// Registering your Custom Post Type
register_post_type( ‘wordpresses’, $args );
// Set UI labels for Custom Post Type
$labels = array(
‘name’ => _x( ‘Dramas’, ‘Post Type General Name’, ‘twentythirteen’ ),
‘singular_name’ => _x( ‘Drama’, ‘Post Type Singular Name’, ‘twentythirteen’ ),
‘menu_name’ => __( ‘Dramas’, ‘twentythirteen’ ),
‘parent_item_colon’ => __( ‘Parent Drama’, ‘twentythirteen’ ),
‘all_items’ => __( ‘All Dramas’, ‘twentythirteen’ ),
‘view_item’ => __( ‘View Drama’, ‘twentythirteen’ ),
‘add_new_item’ => __( ‘Add New Drama’, ‘twentythirteen’ ),
‘add_new’ => __( ‘Add New’, ‘twentythirteen’ ),
‘edit_item’ => __( ‘Edit Drama’, ‘twentythirteen’ ),
‘update_item’ => __( ‘Update Drama’, ‘twentythirteen’ ),
‘search_items’ => __( ‘Search Drama’, ‘twentythirteen’ ),
‘not_found’ => __( ‘Not Found’, ‘twentythirteen’ ),
‘not_found_in_trash’ => __( ‘Not found in Trash’, ‘twentythirteen’ ),
);
// Set other options for Custom Post Type
$args = array(
‘label’ => __( ‘dramas’, ‘twentythirteen’ ),
‘description’ => __( ‘Drama reviews’, ‘twentythirteen’ ),
‘labels’ => $labels,
‘supports’ => array( ‘title’, ‘editor’, ‘excerpt’, ‘author’, ‘thumbnail’, ‘comments’, ‘revisions’, ‘custom-fields’, ),
‘hierarchical’ => false,
‘public’ => true,
‘show_ui’ => true,
‘show_in_menu’ => true,
‘show_in_nav_menus’ => true,
‘show_in_admin_bar’ => true,
‘menu_position’ => 3,
‘can_export’ => true,
‘has_archive’ => true,
‘exclude_from_search’ => false,
‘publicly_queryable’ => true,
‘capability_type’ => ‘page’,
‘show_in_rest’ => true,
// This is where we add taxonomies to our CPT
‘taxonomies’ => array( ‘category’ ),
);
// Registering your Custom Post Type
register_post_type( ‘dramas’, $args );
/* Hook into the ‘init’ action so that the function
* Containing our post type registration is not
* unnecessarily executed.
*/
add_action( ‘init’, ‘custom_post_type’, 0 );
add_filter(‘pre_get_posts’, ‘query_post_type’);
function query_post_type($query)
{
if( is_category() ) {
$post_type = get_query_var(‘post_type’);
if($post_type)
$post_type = $post_type;
else
$post_type = array(‘nav_menu_item’, ‘post’, ‘wordpresses’); // don’t forget nav_menu_item to allow menus to work!
$query->set(‘post_type’,$post_type);
return $query;
}
}
{
if( is_category() ) {
$post_type = get_query_var(‘post_type’);
if($post_type)
$post_type = $post_type;
else
$post_type = array(‘nav_menu_item’, ‘post’, ‘dramas’); // don’t forget nav_menu_item to allow menus to work!
$query->set(‘post_type’,$post_type);
return $query;
}
}
Replies: 0
Very easy interface to use. Free version is excellent! Support is prompt and efficient. Highly recommended.
Replies: 0
I’ve worked with PipDig personally for my website and they have always gone out of their way to make sure everything looks and works perfectly — this plugin is no exception. It is by far the best plugin for migrating blog content out there. With their recent updates, it’s OUTSTANDING! Everything you need to migrate to WordPress in ONE plugin. SO GOOD! Thank you so much, PipDig!
Replies: 0
Perfectly working with latest version of 2co API and easy to setup, their support team also very professional & helpful to fix issue.
Best wishes.
Replies: 0
me encanta tu plugin,.. me gustaría saber si lo podría usar para ecuador y que debería hacer.
saludos
Replies: 0
I would definitely recommend it.
Replies: 0
I have always sworn to use the Yoast SEO-plugin for all my WordPress sites. When I discovered Rank Math, I was pretty sceptical. How ever, I installed on my latest site, and I must say I am amazed of the plugins UI. I really do think about switching to Rank Math on all of my websites.
Replies: 0
How to remove Title to be displayed
Replies: 0
I would like to access the cart and view gift wrap without clicking the link “Add gift wrap?”.
The solution provided in https://wordpress.org/support/topic/remove-the-drop-down-menu/ no work, simply disable the link and the gift wrap does not appear, it remains hidden.
Thanks!
Replies: 0
First off, this plugin is awesome and the creators did a great job.
I am using woordpress 5.4 . I have been checking out this plugin and all of its features seem to work except unsubscribing. After subscribing to a newsletter, the subscriber shows in the list and says its active. Good so far. If that subscriber decides to unsubscribe at the bottom of their email, it takes them to a default page where it says, “You have successfully been unsubscribed from this mailing list. Again, it seems all good but the status for that person still says active in wordpress. If another newsletter is sent, it still goes to that person. Unsubscribing is not working. Is anyone able to reproduce this issue or any tips? I want to help fix this issue.
Replies: 0
Hi,
How can I disable the Share function for just the Related Posts?
Many thanks
Replies: 0
Thank You!
It saved my two shops I lunched and didn’t expect the massive traffic generated by crawlers.
It was a solution provided by the hosting experts managed my sites:-)
Replies: 1
How to set the skin/style to Minimal?
Replies: 1
I am using this chat in a WordPress and BuddyPress environment. I have a user who is living in Grand Rapids, Michigan, USA. But in the chat window it is displaying that he is in Victoria, Canada.
Replies: 0
Hi there!
I would like to use this plugin but I’d like to geolocate a custom post type instead of a regular post.
Is that possible? If so, what would be the code I need to add to my theme’s functions.php file, please?
Thanks in advance!
Replies: 0
Thanks for this plugin!
Works very well.