soulseed
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Archive page not workingAlright thanks, I didnt know k2 changed wordpress or I would have been looking for help elsewhere. As I said, I am very new to this all.
Forum: Fixing WordPress
In reply to: Archive page not workingthanks for the tip i didnt know about pastebin.ca
oddly enough there isnt an archives.php in there… another strange thing is that when i try to edit the archives page through the admin panel all it has is ‘Do not edit this page’ is there any way i can find out what php file this is pointing to so i can post that?
and thanks for the persistant help mods, I know I can be a bit of a pain 😉
Forum: Your WordPress
In reply to: Added another Columnyeah.. editing the post has made me look pretty retarded, but I swear it had the link without an ‘s’ when i looked at it 😉 rofl…
edit: i like the blog btw, especially the andy warholish logo
Forum: Fixing WordPress
In reply to: Archive page not workingheres the only files i could find that had archive in them
archive.php
———————————————————-
<?php get_header(); ?><div class=”content”>
<div id=”primary”>
<div id=”current-content”><?php include (TEMPLATEPATH . ‘/rollingarchive.php’); ?>
</div> <!– #current-content –>
<div id=”dynamic-content”></div>
</div> <!– #primary –><?php get_sidebar(); ?>
</div> <!– .content –>
<?php get_footer(); ?>
———————————————————-
rollingarchive.php<?php
$prefix = ”;// Get Core WP Functions If Needed
if (isset($_GET[‘rolling’])) {
require (dirname(__FILE__).”/../../../wp-blog-header.php”);
$prefix = ‘nested_’;
}
?>
<?php
// Load Rolling Archives?
if ( (get_option(‘k2rollingarchives’) == 1) ) {
$k2pagecount = k2countpages($wp_query->request);if ($k2pagecount > 1) {
?>
<div id=”<?php echo $prefix; ?>rollingarchives”>
<div id=”<?php echo $prefix; ?>rollnavigation”>
rollprevious”><span>«</span> <?php _e(‘Older’,’k2_domain’); ?>
rollhome”><img src=”<?php bloginfo(‘template_directory’); ?>/images/house.png” alt=”Home” /><div id=”<?php echo $prefix; ?>pagetrack”><div id=”<?php echo $prefix; ?>pagetrackend”><div id=”<?php echo $prefix; ?>pagehandle”></div></div></div>
<span id=”<?php echo $prefix; ?>rollload”><?php _e(‘Loading’,’k2_domain’); ?></span>
<span id=”<?php echo $prefix; ?>rollpages”></span>rollnext”><?php _e(‘Newer’,’k2_domain’); ?> <span>»</span>
</div><div id=”<?php echo $prefix; ?>rollnotices”></div>
</div>
<script type=”text/javascript”>
// <![CDATA[
var raUrl = window.location.href.match(/^(http:\/\/[^/]+)/)[1]
+ ‘<?php bloginfo(‘template_url’); ?>’.match(/^http:\/\/[^/]+(.+)/)[1];var <?php echo $prefix; ?>rolling = new RollingArchives(‘<?php echo $prefix; ?>primarycontent’, raUrl + ‘/theloop.php’, ‘<?php echo $wp_query->query; ?>’, <?php echo $k2pagecount; ?>, ‘<?php echo $prefix; ?>’);
// ]]>
</script><?php } } ?>
<div id=”<?php echo $prefix; ?>primarycontent” class=”hfeed”>
<?php include (TEMPLATEPATH . ‘/theloop.php’); ?>
</div><!– #<?php echo $prefix; ?>primarycontent .hfeed –>———————————————————-
It reads like greek to me, but hopefully one of you can please tell me if one of these is the right file and if i need to put something in to make categories and dates show up on the http://www.soulseed.com/?page_id=8 page…
Forum: Fixing WordPress
In reply to: Archive page not workingyeah thanks moshu, i should have linked the archive page i was refering to, sorry…
so is the archive page dependant on the theme? im using k2 with a style addon if that makes any difference
Forum: Themes and Templates
In reply to: I seriously need helpcant help you on the first question, but to answer your second one: worpress doesnt use frames, it uses tables & columns and all the links you pointed to are just using various wordpress themes with 2 or 3 columns. So if you want to emulate them, then perhaps you can ask the site owners what themes they are using or look for your own at http://codex.wordpress.org/Using_Themes
Forum: Your WordPress
In reply to: Sid’s Ramblingswow… that is a great looking theme, puts mine to shame 😉
Forum: Fixing WordPress
In reply to: Archive page not workingWell the category and dates are on my sidebar, but shouldnt they be on the actual archives page too? sorry if its a dumb question, im very very new to this.
Forum: Fixing WordPress
In reply to: Hide Subcategory when Category is click onthats a question id like to know the answer to as well 😉
Forum: Your WordPress
In reply to: Ikuu.net – Personal Bloglove the backgroung image, but maybe you should put a title in it. Also maybe use the <!–more–> tag in your posts so its easier to skim the article and pick ones that are interesting… just my opinion though 😉
Forum: Your WordPress
In reply to: Our Friends new Blogbackground reminds me of my grandmas carpet 😉 and I would suggest moving the adds to the bottom of the sidebar if you dont wanna get rid of them… other than that the content is great
Forum: Your WordPress
In reply to: Added another Columnis it just a link farm? or do you have your own content?
Forum: Fixing WordPress
In reply to: Help! New Users don’t receive password emailYou can go into myphpadmin – wp_users – browse and get the password there and manually mail them. tedious but at least it will work
Forum: Fixing WordPress
In reply to: simple stats: view what pages each visitor has seenyou should try getting a google analytics account and then installing a google analytics plugin… it can give you a ton more information than any of the stats plugins ive experimented with so far.
Forum: Fixing WordPress
In reply to: parent ,child category helpsolution can be found at:
http://codex.wordpress.org/Template_Tags/wp_list_cats
or simply add &children=o into the php