marchern
Forum Replies Created
-
Forum: Plugins
In reply to: wordpress as cmsso i guess that for external links, i’ll just link to my root and the php page that’s in there. yes?
bestfoot, great site, i’ll read more on it. as for using wordpress as cms, i’ve managed to do it. i’ll go figure the fold_page_menu pluggin
ming, thanks for the input. i understand now.
and all, thanks for the input. it really helps give direction.
Forum: Plugins
In reply to: wordpress as cmsif i can do the above, then all i need for having a homepage that lists the pages is to use the include_pages() functon that can be installed as a pluggin.
then i’ll have a homepage (run entirely by wordpress, template included) that links the the pages as i need them.
thanks.
Forum: Plugins
In reply to: wordpress as cmsok, i don’t think i fully understand your answer because i’m very new to this. i’ll streamline my questions to something very specific. the answer to this will help me understand what i need to understand. the first question is:
let’s say i have a home.php page that i create from notepad. let’s say the code inside is the same as links.php i.e.
<?php
/*
Template Name: HOMEPAGE THAT GIVES EXTERNAL LINKS
*/
?><?php get_header(); ?>
<div id=”content” class=”widecolumn”>
<h2>Links:</h2>
-
<?php get_links_list(); ?>
</div>
<?php get_footer(); ?>
i understand all the code above. i just don’t know how to put a function in index.php that will call up home.php as the front page.
Forum: Plugins
In reply to: wordpress as cmshello everyone, this thread is very pretinent and useful. i’ve followed in evvo1961’s footsteps but am stuck somewhere.
i don’t know what code to put in home.php. i tried using code put out in codex for pages, but doesn’t work. also cut and paste code from pages.php, but still doesn’t work. the problem is that i only half understand (yes, after reading lots of codex) how certain things are done. i also read the loop and templates, but just need some help before it begins to make sense to me and i can do it by myself.
IMPT: now, i’m at a place where i know how to use the side bars to change what’s shown in the body of the page. but i don’t know how to allow the body to do all the work, like what pcmt was mentioning.
here are my needs:
1) i want to be able to link to my pages in home.php, where home is the place where i can just create links to all other pages, sub pages. can someone give me simple set of code for home.php? (i’m modifying kubrick) when it’s given, it’s easier to make sense of it and learn. thanks so much.2) i don’t know how to think of home.php in a wordpress context. normally, blogs pop up and that’s due to
get_post() function. i suppose i have to insert code like get_home() in index.php, and wp_list_pages (since i want to put pages in home) in home.php. but still i don’t really know how to code it. do i put it within the <?php while (have_posts()) : the_post(); ?> loop or where? i’m lost here.3) anyone able to give a schema and/or code to help me through these tough times?
much appreciated.
Forum: Plugins
In reply to: HOWTO: make a photolog like this using wordpressthe other thing that would be helful to know is:
how can i connect the ‘articles’ icon to link to ‘pages’ that i write? what do i write to if i want the articles to correspond to the pieces i write.
(this is because if possible, this photoblog would have stories as well as the pictures that tell them… but these stories are more like reports on gatherings, events, and less like a journalistic post.)
any idea?
Forum: Plugins
In reply to: HOWTO: make a photolog like this using wordpresshey razzi, thanks! i did it!
two things though… wonder if you could help out.
1) how do i go about changing the header portion? i’m a real newbie and don’t know much about wordpress, and now i must name the photoblog site, but any pointer on where to change the code to header.php?
2) the random pics are not showing… (this is a small problem…
thanks!
Forum: Plugins
In reply to: photo gallery pluginhey tboley,
i like your site alot. simple and chic. however, do you think you could elaborate on your installation instructions?
for example i know what a static page is if i write a html page, but what do you mean in your case? really appreciate some kind of elaboration. thanks.Forum: Installing WordPress
In reply to: Pixelpost tutoriali have a query. i did the first page of the tutorial, but got this reply:
The requested URL /pixelpost/admin/install.php/ was not found on this server.
you have any idea what i did wrong?
– – –
the other thing is that on your first page, you said that 4 lines have to be editted, but didn’t say edit to what, so i left it the same. any possible error from that?
thanks.
Forum: Fixing WordPress
In reply to: Image uploading WP 2.0hello, i’m a amatuer at this, and this thread has made things so much easier for me. thank you.
i have succeed into showing images at their original size. i want to confirm if what i did (after interpreting what was written above) was correct, and if i did anything extraneous.
other less technologically inclined participants could also read the following steps and the comments that follow for a detailed description on HOW.
for those more technologically inclined, do comment on the following steps to allow images to be shown at their original size. i know it’s not the best way, and your comments would help a burgeoning strata of wordpress users like me : )
here goes:
1) find inline-uploading.php at htdocs/wp-admin/inline-uploading.php
2) open it in notepad and replace the content with what preset has provided on this page: http://proforma.preset.de/wordpress/inline-upload/rdg_inline-uploading.php.txt
3) now, upload the image as you would your wordpress admin panel. after uploading, drag the pic into the textbox where you usually write your posts. the image will be resized.
4) next, click on the HTML icon to edit the html code. a new window will open up.
5) in the code, change three things: a) change image.thumbnail.jpg to image.jpg; b) change the height=”xyz” to the original height; c) change the width=”zyx” to the original width.that’s it. comments pls.
Forum: Plugins
In reply to: Feedback needed! WIKI pluginactually this sounds really interesting. there’s a site that has integrated wp with gallery2: http://wpg2.ozgreg.com/index.php/Main_Page
and if there is a possibility of adding wiki features into wordpress, then i wouldn’t have to have two separate subdomains one with wordpress and the other with say mediawiki.
any ideas?
m.
Forum: Themes and Templates
In reply to: Paths to images and CSS file is killing me!i’ve 2 questions in the similar realm as dan’s that is perhaps easier to solve.
1) i want to add an img src code in my posts that are linked to an images in my folder. in my case, that’s …/blog/images/ (i.e. i created an image folder to throw images in. however, what’s the preceeding adjunct to the path.
2) i want to post a banner for my template, which is on a TROPICAL BREEZE theme – the banner is blank and i HAVE TO FILL IT UP. but i don’t know where to start finding where to place the image.
thank you in advance for helping too.