nerdanita
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding Template to Existing TemplateHere’s some information about creating Pages templates:
https://codex.www.ads-software.com/Pages#Page_Templates
https://codex.www.ads-software.com/Pages#Creating_Your_Own_Page_TemplatesForum: Themes and Templates
In reply to: Add border around whole pageI can’t help if I can’t see the website. :S
Forum: Themes and Templates
In reply to: Cateogries not appearingI can see this source code in your page:
<div id="cat-1" class="category"> <span class="cat_title"><a href="https://thepocketpark.com/blog/?cat=5"></a></span> <a href="https://thepocketpark.com/blog/?cat=5"></a> </div> <div id="cat-2" class="category"> <span class="cat_title"><a href="https://thepocketpark.com/blog/?cat=6"></a></span> <a href="https://thepocketpark.com/blog/?cat=6"></a> </div> <div id="cat-3" class="category"> <span class="cat_title"><a href="https://thepocketpark.com/blog/?cat=7"></a></span> <a href="https://thepocketpark.com/blog/?cat=7"></a> </div> <div id="cat-4" class="category"> <span class="cat_title"><a href="https://thepocketpark.com/blog/?cat=8">Screen Print</a></span> <a href="https://thepocketpark.com/blog/?cat=8"><p>Showing the process of screen printing has always fascinated me. Perhaps you too?</p> </a> </div> <div id="cat-5" class="category"> <span class="cat_title"><a href="https://thepocketpark.com/blog/?cat=11">Random Stuff</a></span> <a href="https://thepocketpark.com/blog/?cat=11"><p>You get the title. Random stuff goes here. </p> </a> </div>
That means that you’re listing rightly your categories but for some reason the links doesn’t have text.
Please check if your categories has a name and a description in the WP Admin.Forum: Themes and Templates
In reply to: How do you use two themes?You can create a particular template for each Page, but inside your theme directory. I guess there’s no way to apply to complete themes in one WordPress instalation.
Maybe this help: https://codex.www.ads-software.com/Pages#Page_TemplatesForum: Themes and Templates
In reply to: Transparant ColorI guess that you mean “repeat-x” to repeat the image horizontally
body {background:url(images/gradient.jpg) repeat-x top left;}
Forum: Themes and Templates
In reply to: Add border around whole pageDid you check in the page.php file, in your theme directory, if that class that you create it’s being applied to the container div?
Forum: Themes and Templates
In reply to: How do you make files writable so I can change template HTML?You should change permissions to the Theme FOLDER (directory), not the themes.php file or theme-editor.php.
Forum: Themes and Templates
In reply to: Main page works, other pages don’t work..You missed this div:
<div id=”bg”>
<table cellspacing=”0″ cellpadding=”0″>
<tbody>
<tr>
<td>
<img src=”https://deazy.nl/wp-content/themes/citydreams/images/bg.jpg” alt=””/>
</td>
</tr>
</tbody>
</table>
</div>after the “wrap” div.
Forum: Themes and Templates
In reply to: Sidebars missing off my themeDo you have a sidebar.php file in your theme directory? If you has one, it should be called from every file who shows it, like this:
<?php get_sidebar(); ?>Forum: Themes and Templates
In reply to: Change display name of themeI did it and it works, but anyway, maybe you can try to uninstall the theme before you change the name an reinstall it after that.
Forum: Themes and Templates
In reply to: Sidebar IssueYou’re wellcome! =)
Forum: Themes and Templates
In reply to: Sidebar IssueDid you remove the <? get_sidebar() ?> call from every file in your theme?
Forum: Themes and Templates
In reply to: Need help with Code for my HeaderSend me your code and the images to analia (at) eraxia (dot) com
and if a I have some free time this weekend I’ll check it out.Have a nice weekend =)
I used this plugin: Get Image.
Forum: Themes and Templates
In reply to: 2 columns posts (side by side)You can search for the right one here