abominable
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posting Summary on front pageActually I’m not. Since my single.php page uses my loop page I just had to edit the loop to display each section of post based on what page I was on
see this pastbin link – https://pastebin.com/f7b89ffc0
Now on my front page I have the excerpt (not bold) and then on the single page I have the excerpt bold and then the rest of the post (which is the body)
Thanks for the help moshu
Forum: Fixing WordPress
In reply to: Posting Summary on front pageThanks for the reply moshu.
Unfortunately I am using the K2 theme which has re-written the single.php and loop page.Now the single page just asks for the loop template when displaying
(this is the single page)
<div id=”current-content” class=”hfeed”><?php include (TEMPLATEPATH . ‘/theloop.php’); ?>
<?php if (!defined(‘K2_NOT_FOUND’)) { comments_template(); } ?>
</div>
Forum: Fixing WordPress
In reply to: External feedsThanks all.
Forum: Fixing WordPress
In reply to: External feedsAnything more specific?
Forum: Installing WordPress
In reply to: Postponing poststhey are very short posts yes. but say I want to stock my site with posts for the whole week. Im going to have to make sure that every post has the correct hour. that can be time consuming. If the script automatically held the posts until the next hour (and so on) i could just write a new post and click publish and be on to the next one
Forum: Installing WordPress
In reply to: Postponing postswell its not thats its difficult but what i want is to avoid having to to check off every single hour of every single day.
I know it’s nit-picking but i belive that having to timestamp every single post would double the time it would take. It is a luxury i’m looking for. I guess with free scripts like this beggers cant be choosers. thanks for the replys everyone
Forum: Installing WordPress
In reply to: Postponing postsi was hoping a system would override when posts are posted. allowing only one post an hour
Forum: Installing WordPress
In reply to: Postponing postswell when you have to do it 24 times a day or more (say i wanted to post updates for the whole week) it’s alot of finding the right time and keeping track of them
Forum: Installing WordPress
In reply to: Postponing postsThanks for the swift reply. but i was hoping that it would be easier then that. Say automatically it would save all posts and only release on to be posted every hour.