Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #846711

    Hello

    I have hundred duplicate pages with /2 / 3 /4 . example “https://www.oneair.es/cursos-pilotos-avion-espana/10/”

    How can i fix this. Is posible delete paging in Posts ?

    Thanks

    #847052

    Hey oneair12,

    They are not duplicates since the content is different. This is how WordPress works by default, it you don’t want pagination then you will have to turn it off or load all your content on the same page without pagination.

    Best regards,
    Rikard

    #847106

    Hello

    Ok, I don’t want pagination, please can you tell me how to turn it off ?

    Thanks a lot

    #847183

    Hi,

    If you go to /wp-admin/options-reading.php in your installation then you can set the number of posts to show there, set it as high as possible, then it should not paginate on your blog posts page. If you are using theme specific elements then you should be able to set them not to paginate in the element options. If you need any further help then please link to your site so that we can have a closer look.

    Best regards,
    Rikard

    #849639

    Hello again

    i see the php file. Please can you tell me if I need to change only the number “1” in the code below (if this is the right one) and witch is the high value, to set it as high as possible? :

    <input name=”posts_per_page” type=”number” step=”1″ min=”1″ id=”posts_per_page” value=”<?php form_option( ‘posts_per_page’ ); ?>” class=”small-text” /> <?php _e( ‘posts’ ); ?>

    Or i need to change Something else here:

  • <label for=”page_on_front”><?php printf( __( ‘Front page: %s’ ), wp_dropdown_pages( array( ‘name’ => ‘page_on_front’, ‘echo’ => 0, ‘show_option_none’ => __( ‘— Select —’ ), ‘option_none_value’ => ‘0’, ‘selected’ => get_option( ‘page_on_front’ ) ) ) ); ?></label>
  • <label for=”page_for_posts”><?php printf( __( ‘Posts page: %s’ ), wp_dropdown_pages( array( ‘name’ => ‘page_for_posts’, ‘echo’ => 0, ‘show_option_none’ => __( ‘— Select —’ ), ‘option_none_value’ => ‘0’, ‘selected’ => get_option( ‘page_for_posts’ ) ) ) ); ?></label>
  • <?php if ( ‘page’ == get_option( ‘show_on_front’ ) && get_option( ‘page_for_posts’ ) == get_option( ‘page_on_front’ ) ) : ?>
    <div id=”front-page-warning” class=”error inline”><p><?php _e( ‘Warning: these pages should not be the same!’ ); ?></p></div>
    <?php endif; ?>
    </fieldset></td>
    </tr>
    <?php endif; ?>
    <tr>
    <th scope=”row”><label for=”posts_per_page”><?php _e( ‘Blog pages show at most’ ); ?></label></th>
    <td>
    <input name=”posts_per_page” type=”number” step=”1″ min=”1″ id=”posts_per_page” value=”<?php form_option( ‘posts_per_page’ ); ?>” class=”small-text” /> <?php _e( ‘posts’ ); ?>
    </td>
    </tr>
    <tr>
    <th scope=”row”><label for=”posts_per_rss”><?php _e( ‘Syndication feeds show the most recent’ ); ?></label></th>
    <td><input name=”posts_per_rss” type=”number” step=”1″ min=”1″ id=”posts_per_rss” value=”<?php form_option( ‘posts_per_rss’ ); ?>” class=”small-text” /> <?php _e( ‘items’ ); ?></td>
    </tr>
    <tr>
    <th scope=”row”><?php _e( ‘For each article in a feed, show’ ); ?> </th>
    <td><fieldset><legend class=”screen-reader-text”><span><?php _e( ‘For each article in a feed, show’ ); ?> </span></legend>
    <p><label><input name=”rss_use_excerpt” type=”radio” value=”0″ <?php checked( 0, get_option( ‘rss_use_excerpt’ ) ); ?> /> <?php _e( ‘Full text’ ); ?></label><br />
    <label><input name=”rss_use_excerpt” type=”radio” value=”1″ <?php checked( 1, get_option( ‘rss_use_excerpt’ ) ); ?> /> <?php _e( ‘Summary’ ); ?></label></p>
    </fieldset></td>
    </tr>

    Thanks.

#849883

Hi,

I don’t mean that you should edit that file, go to that page in your browser:

http://yoursite.com/wp-admin/options-reading.php

You can do the settings there.

Best regards,
Rikard

#849897

Hello again

I Change de Value to 99999 but the paging continue there. You can see the link in private content. In any post, below you can see the numbers of the pages 1 – 2 – 3 – 4 Pages 3 of 10.

Any idea ?

Thanks

#850030

Hi,

Yes I can see that, what are your settings in the Masonry element on that page? You have the option to not show pagination if you open the element options.

Best regards,
Rikard

  • This reply was modified 7 years, 2 months ago by Rikard.
#856457

– After a long work in my website i change The Mansory in all posts to “not show pagination” . But the problem now is that all this pages still can access.

– The same problem after we quit the search icon on the web. We continue see the pages with ” ?s= ”

example web pages in “private content”:

#857138

Hi,

Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

Best regards,
Basilis

#1199045

Please any idea how to fix this. You send me to a freelancer when the problem is generate by enfold Mansory pagination.

thanks a lot.

#1200198

Hello, please can a moderator help me ?

#1200612

Hi keep12,

Could you please give us a link to your website, we need more context to be able to help you.

Best regards,
Victoria

#1201186
This reply has been marked as private.
#1202391

Hi keep12,

Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

Best regards,
Victoria

#1203269

Hello

Ok. Check Private content.

#1203966

Hello Victoria

Could you check it ?

thanks a lot.

#1204924

Hi keep12,

There are no links of pagination on the pages, and so you’re testing those links manually. You can change the behavior of what happens when you test links like that, but that is not the theme issue. You can use redirects or configure your htaccess. Here are some links for you:
https://www.grzegorowski.com/wordpress-rewrite-rules
https://stackoverflow.com/questions/11777611/wordpress-own-rewrite-rule-for-pagination

If you need further assistance please let us know.
Best regards,
Victoria

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.