Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter PiotrNet

    (@piotrnet)

    Kakoma, the theme was that about, but it can be set to “content-home.php” post_type? You do not necessarily need to have a built-in theme Custom Post Type and Custom Field – I use the add-Types.

    I am determined to hold custom post type on the home page – and leave for other purposes Posts pagination there will not even need me 😉

    Thank you very much!

    Thread Starter PiotrNet

    (@piotrnet)

    Kakoma, thank you for your help but I’d rather use despite everything for their contributions Custom Type Pos because these entries are to be my main part of the site – ie the big picture and below the text – chciałym have 10 of them on the page and then pagination. As I have tried to simplify the work with the help of plugins Types, but unfortunately I can not deal with pagination.

    Thread Starter PiotrNet

    (@piotrnet)

    Custom Post Type I need a reason for this, in order to post on the main page image and text and the standard “Posts” I want to leave myself to present content such as Terms, Privacy Policy, etc.

    I tried to create a Custom Post Type with plugins – http://ww.wp.xz.cn/plugins/types/ – but it does not work I flip 🙂

    I added index.php

    <? php
    $ temp = $ wp_query;
    $ wp_query = null;
    $ wp_query = new WP_Query ();
    $ wp_query-> query ('post_type = xyz'. '& paged ='. $ paged);
    ?>

    Thanks for helping me 🙂

Viewing 3 replies - 1 through 3 (of 3 total)