Kindly post your questions, suggestions and thoughts about the theme here. Thanks! -WPThemeDesigner
Techybox
(10 posts) (4 voices)-
Posted 3 years ago #
-
How can I modify the pages at the top so that they:
1. Respect the Page Order property
2. Show drop-downs for pages that are children of the parents.Thanks!
JamesPosted 2 years ago # -
Hi James,
1. Edit header.php at line 32 and replace the line with this:
<?php wp_list_pages('sort_column=menu_order&title_li='); ?>2. The techybox doesn't have the dropdown feature.
Thanks,
WPTD Webmaster
Posted 2 years ago # -
I've got a problem with this theme, and thats the width, does anybody know what I have to do to fix it up? Please check out http://www.arcticgamers.com to see the problem.
- ArcticGamers
Posted 2 years ago # -
Hi Morten,
The problem isn't about the width but the category navigation. You currently setup the Konsoll to be under the parent Nyheter thus displaying a multilevel list. to fix this up, kindly open the header.php file and edit line 44.
Change 'title_li=' to either of the two:
1. 'depth=1&title_li=' - if you want to hide Konsoll and display parent categories only.
2. 'hierarchical =2&title_li=' - if you want to display Konsoll inline with the parent categories.That will do the fix.
Hope this helps,
WPTD Webmaster
Posted 2 years ago # -
That did the trick, thank you! Is there possible to remove the widget 'Flickr Photos'?
And, is there possible to edit the text "Read Full Story" on the front page, if so, where can I find it?- ArcticGamers
Posted 2 years ago # -
Also, another question comes here, how can I move "Filed Under Konsoll, SISTE NYTT with No Comments" to the bottom of the article? And add time and date published at the top, with "Posted by" ?
- ArcticGamers
Posted 2 years ago # -
Hi Morten,
You can do that by going to archive.php and edit line 35.
To add date, here's a link: http://codex.wordpress.org/Function_Reference/the_timeHope this helps,
WPTD Webmaster
Posted 2 years ago # -
Thanks, that helped alot!
How can i move category and comments to the bottom of the article?
What line, and which files to edit?- ArcticGamers
Posted 2 years ago # -
Hi Morten,
At index.php, go to line 21. Cut the line: Filed Under <?php the_category(', ') ?> with <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?>
Paste it at line 26 or after the closing of the div "content".Do the same with archive.php.
Hope this helps,
WPTD Webmaster
Posted 2 years ago #
Reply
You must log in to post.