dekard
Forum Replies Created
-
Forum: Plugins
In reply to: FLV Embed IE 7no ideas eh? ?? Me neither. ??
Forum: Themes and Templates
In reply to: Adding a background image to a template (Hemingway)Thanks, for the reply. On hemingway that seems to only adds an image to the footer though for some reason.
Forum: Installing WordPress
In reply to: Photoblog or Photogallery PluginAny photoplugins that may allow me to do something similiar as this?
Forum: Plugins
In reply to: Post-Gallery Plugin for Webcomichttps://mindfaucet.com/comicpress
Nice comic template, I’m using it too..
Forum: Themes and Templates
In reply to: New Theme: picoTokyo. Designed for webcomics. (ver .902)Here’s another:
Forum: Your WordPress
In reply to: Webcomic Plugin?Tyler created one for us..
Forum: Themes and Templates
In reply to: Theme for daily comic blogForum: Fixing WordPress
In reply to: Previous/Next on ‘main’ index page?ahh, cool didn’t notice it at the bottom, I’ll see if I can move that to the top.. ??
Forum: Fixing WordPress
In reply to: 2 headers? Quick questionpossibly, just not sure how to accomplish it. Thanks.
Forum: Fixing WordPress
In reply to: 2 headers? Quick questionyou can see it in action here;
https://www.gamesmademe.comA page with the red x: (since theirs no comic today)
https://www.gamesmademe.com/?page_id=12Forum: Themes and Templates
In reply to: New Theme: picoTokyo. Designed for webcomics. (ver .902)sorry i added that, because my first error said it was expectint a : there.. Not sure why.
Forum: Themes and Templates
In reply to: New Theme: picoTokyo. Designed for webcomics. (ver .902)I really do appreciate all your work on this, sorry your so swamped. I have an index2.php setup to test this, and I get an error on line 21;
Parse error: parse error, unexpected ‘}’ in /var/www/html/blog/index2.php on line 21My code in my index2.php
<p class=”postmetadata”>
<?php if ( in_category(’05’) ): { ?>
<!– Buttons go here! –>
<br>
<!– this lets me put a box and a background around this button –>
<span class=”button”>
<!– Copy the link from your first page and stick it here. –>
<!– This is the “first” button –>
‘ ‹ ‹ first ‘
<!– this stops the box for this button from bleeding over to the next button –>
</span>
<!– This is the “previous” button. –>
<?php posts_nav_link(‘ ‘,’ ‘,’ <span class=”button”> ‹ previous </span>’); ?>
<!– This is the “next” button. –>
<?php posts_nav_link(‘ ‘,'<span class=”button”> next ›</span> ‘,’ ‘); ?>
<!– This is the “today” button. –>
<span class=”button”>” today › › </span></span>
<br>
<?php } else { ?>
<!– you don’t need anything on this line –>
<?php } ?>
<?php the_category(‘, ‘) ?>Thanks again! I’ll try to keep pluggin at it
Forum: Themes and Templates
In reply to: New Theme: picoTokyo. Designed for webcomics. (ver .902)R,
Someone told me, I should be able to do what I’m looking for with 2 loops in one page. One loop for the comic and one loop for the news below; it would look like a normal default wordpress site below the comic and navigation bars above.
That make sense? I’m really unsure how to accomplish it so far. There’s a nice script with archive and everything called Walrus:
https://walrus.newbsoft.com/about.phpI also tried adding that with a runphp plugin, haven’t been too successful. Any ideas or suggestions would be very greatful.
Forum: Your WordPress
In reply to: Webcomic Plugin?That would work, yes, most of the comics speak for themselves I would think and wouldn’t need an explanation on what was transpiring. An option to have news/comic would be nice too though.
Guess I’ll have to look up loops. Not sure, I would like the links and everything with the news, and the comic with navigation seperate.. yes.
Forum: Your WordPress
In reply to: Webcomic Plugin?I was hoping there was a way I could possibly just add the walrus comic code or another php comic script into the index.php between the header and footer, but it seems much more complicated then that.