[Question] Is this possible with wordpress? menu

Shout-Out

User Tag List

Results 1 to 4 of 4
  1. #1
    JD's Avatar Fedora Potato Johnson V
    Reputation
    1113
    Join Date
    Jan 2008
    Posts
    3,129
    Thanks G/R
    12/89
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Question] Is this possible with wordpress?

    Hey guys,

    Although I work with Wordpress all the time I've never really found out if it's possible to only use their posting system. I'm not a webdeveloper at all so I'm having a hard time trying to create my own blogging system (Using a book, it helps but it's still very slow). This also means that I have no clue how to make a wordpress theme (and I'm not eager to learn how to create one either) so I figured I'd just take their entire system and only use it for the blog part of my site.

    My site currently looks like THIS
    As you can see it has a blogging system, it works but it's ugly and to modify it/make posts I need to manually insert stuff into the database (eww...)
    So, do any of you know how to use Wordpress' blogging system on only a part of your website? (I figured require would work but I dunno...)

    Greets,
    JD




    [Question] Is this possible with wordpress?
  2. #2
    Kirth's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    274
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have one link direct to the (skinned) wordpress blog and have static HTML pages (or PHP scripted ones, whichever you prefer) on the others? This would, of course, require you to skin the Wordpress blog accordingly;



  3. #3
    rreevv's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This will work.
    The require should be pointing to your wordpress folder

    Code:
    <?php
    define('WP_USE_THEMES', false);
    require('wp-blog-header.php');
    ?>
    
    <?php
    $posts = get_posts('numberposts=10&order=ASC&orderby=post_title');
    foreach ($posts as $post) : start_wp(); ?>
    <?php the_date(); echo "<br />"; ?>
    <?php the_title(); ?>    
    <?php the_excerpt(); ?> 
    <?php
    endforeach;
    ?>

  4. #4
    JD's Avatar Fedora Potato Johnson V
    Reputation
    1113
    Join Date
    Jan 2008
    Posts
    3,129
    Thanks G/R
    12/89
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot, I'm gonna check it out




Similar Threads

  1. [HELP/QUESTION] Is this possible?
    By King Shaun in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 03-02-2008, 02:37 PM
  2. [Question] Is this possible?
    By rofleren in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 02-04-2008, 01:13 PM
  3. [Question] is this possible ?
    By flamex in forum WoW ME Questions and Requests
    Replies: 4
    Last Post: 10-23-2007, 08:55 PM
  4. [Question] Is this possible?
    By Ulgrim in forum WoW ME Questions and Requests
    Replies: 6
    Last Post: 10-16-2007, 12:22 PM
  5. [Question] Is this possible?
    By NIkjon in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 07-06-2007, 04:32 PM
All times are GMT -5. The time now is 08:51 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search