edynas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My options on the right keep going to my homepage, please help.What you see is a custom 404 page which redirects to the homepage http://www.realearners.com
If you type in any word or link after your url it goes to that place.
So my best guess is that you have permalinks on but didn’t update the htaccess. If you go to options->permalink-> and at the bottom click update peralink structure you will most likely see a message…if you had rights i coldl update but now you have to do by hand….select the data in the box and make a .htaccess file in the root of your blog (in your case http://www.realearners.com/kleeneze-news/)Let me know if it worked
Regards,
EdwinForum: Themes and Templates
In reply to: Background Imagesjust tried but if I replace the <td style=”background-color: #f3f3f3;”> </td> with the one that I pointed to it works and all looks good.
But I do think the best option is to loose the table and put the image in the background of the page and have the middle part white by using style backgroundForum: Themes and Templates
In reply to: Background ImagesI will have a look at it but just one quick question…why do you use tables instead of using css?
Forum: Themes and Templates
In reply to: Background Imagesis suppose you mean the nice lined bakground….
if you look at the structure of the site you will see that it is in the table at the first <td> after the table opening full line is <td style=”background: #F3F3F3 url(http://bluntedpresents.co.uk/blog/wp-content/themes/nosebleed/images/bg.gif)”> </td>you have to repat the same code at the very end just before the </tr>…the last 5 lines of your file should be
<td style="background: #F3F3F3 url(http://bluntedpresents.co.uk/blog/wp-content/themes/nosebleed/images/bg.gif)"> </td> </tr> </table> </body> </html>Forum: Themes and Templates
In reply to: Custom theme by categoryYou can have for each category a new template by using the category.php file. If fi your travel category has id=6 then you mke a new file called category-6.php and wordpress will know that if the category i travel it should use the specific php file. In it of course you change what ever you want to
Forum: Themes and Templates
In reply to: adding tagline to themeif you post the url of the site where you want it inserted we can have a look and helpyou maybe futher