• Well… I thought that “page” was like an static page and was not included in the post listing… but I can still see my pages all around the site (not being a blog).

    Is there any way to make it like a real page??

    Example: Contact, about, etc…

Viewing 15 replies - 1 through 15 (of 19 total)
  • Well, Pages (with capital P) are not included in the post listing. And yes, a lot of WP installations have Pages like About, Contact etc.

    Where do you see your Pages “all around the site”?

    Thread Starter usuario

    (@usuario)

    Well… sorry, It’s not “all around the site”, I’m just using some plugins to make lists and like… “Most popular articles” and “recent posted”, the “Contact, About,..” Pages I’ve created are listed.

    Maybe just create a .php file with the content and just leave inside the ‘site’ folder can be the “solution” ?! =(

    The “Page” was working nice to me, I’ve created some templates and I thought it would work well.

    I’m just using some plugins to make lists and like
    That might be one of your problems, if those plugins are not compatible with 2.1.x.
    (BTW, upgrade, the lates stable is 2.1.3)
    And “some plugins” is as vague as it can get. Don’t expect much support when not giving precise information.

    Maybe just need read about why and how the Pages are different in WP 2.1.x. When 2.1. came out there were hundreds of posts about it.

    Pages are also a good way to run it like a CMS. The Subpages and ordering is handy for things like manuals. It was pretty easy and quick to put a 12 chapter multi subpage manual together. Then I decided to put up multiple manuals and it was easy (<1 minute) to move everything down one level to keep it tidy. A few main pages and lots of subpages organized like a book. I then use posts for the day to day news and chronologically based information. Great for an intranet.

    Thread Starter usuario

    (@usuario)

    Any suggestion then to create this kind of ‘statics’ pages in WP webiste based??

    Maybe a good plugin which makes WP deal also as CMS for static pages?!

    Thx guys

    I don’t really see any need for plugin. As IcelandDream said: just organize your content in Pages and sub-Pages.
    As for the changes how Pages are handled in WP 2.1.x I have found this article.

    Thread Starter usuario

    (@usuario)

    Hmm… thx for the article. So, for what I can see, these plugins right now, are getting everything with post_status=’publish’… so If I change every SQL in the plugin, changing to post_status = ‘publish’ AND post_type = ‘post’ should work…

    Let’s see =P

    Thread Starter usuario

    (@usuario)

    Hehe… I redo all the SQL queries, I mean, I adapted to this new condition, the pages are no longer shown, I hope everything works =D

    Thanks folks ??

    EDIT:

    Folks, just an question about this plugin I’m using… It was made by “alexking.org”… One thing I’ve noticed when I was editing the plugin is… He included his blog url in almost all functions calls of the plugin :S

    What is that?!?!

    Examples:

    case ‘most_feedback’:
    $query = ‘sum’;
    $column = ‘pop.comments + pop.pingbacks + pop.trackbacks AS feedback’;
    $title = __(‘Feedback’, ‘alexking.org‘);
    break;

    Other example:

    function show_report_extended($type = ‘popular’, $limit = 50) {
    global $wpdb, $post;
    $columns = array(
    ‘popularity’ => __(”, ‘alexking.org‘)
    ,’title’ => __(‘Title’)
    ,’categories’ => __(‘Categories’)
    ,’single_views’ => __(‘Post’, ‘alexking.org‘)
    ,’category_views’ => __(‘Cat’, ‘alexking.org‘)
    ,’archive_views’ => __(‘Arch’, ‘alexking.org‘)
    ,’home_views’ => __(‘Home’, ‘alexking.org‘)
    ,’feed_views’ => __(‘Feed’, ‘alexking.org‘)
    ,’comments’ => __(‘Com’)
    ,’pingbacks’ => __(‘Ping’)
    ,’trackbacks’ => __(‘Track’)
    );

    WHAT’S THAT?!? :@

    Pretty almost ALL of the plugin is in this way… Aff.

    just an question about this plugin
    You really have to learn to use a plugin name instead of “this plugin” and “that plugin”…

    WHAT’S THAT?!? :@

    Ummm, is that a new question?
    moving on… what are you trying to do? At first I thought you were having trouble finding out how to present semi static content or where Pages were vs Posts. Now I’m not sure.

    “Is there any way to make it like a real page?”

    Huh? WP does make real pages. What are you talking about?

    Thread Starter usuario

    (@usuario)

    Ok guys. Sorry.

    The main problem was solved, I edited the SQL queries of the plugin which shows the “most popular” content… and now, It’s working fine.

    The second question, was about the plugin I’m using, called “Popularity Contest”, by “Alex King”.

    The question was, WHY he made the plugin with a LOT of his blog url in the code??

    As the example above, was just two parts cut from the plugin, he made a lot of functions calls, using his blog’s url as parameter…

    You can check that right here: https://dev.wp-plugins.org/browser/popularity-contest/trunk/popularity-contest.php

    Open this link above (plugin code), and use the “Find (Ctrl+F)” function to search for “alexking.org”. You’ll find a lot of this url inside the code…

    why?!?!

    why?

    dunno, don’t care.

    https://en.wikipedia.org/wiki/Go_Ask_Alice

    “The question was, WHY he made the plugin with a LOT of his blog url in the code?”

    What did Alex say when you asked him that question?

    Thread Starter usuario

    (@usuario)

    Well… the question was sent in his blog and unfortunately, he just delete the message.

    Hmm…

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘“Pages” as real webiste page, not a post… ??’ is closed to new replies.