darrvar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Morning Coffee] [Theme: Morning Coffee] Morning coffeeAgain thank you.
Rodni, is there a theme that lends itself to what I am trying to do?
Thank you!
Forum: Themes and Templates
In reply to: [Gravel] GravelThank you!
Forum: Themes and Templates
In reply to: [Shaan] ShaanThank you!
Forum: Fixing WordPress
In reply to: How do I increase the size of the menu bar?Thank you Voodoo and Moodles.
Voodoo – I went to Appearance->menus tab and it says: The current theme does not natively support menus, but you can use the “Custom Menu” widget to add any menus you create here to the theme’s sidebar.
I did create a new menu. But I don’t see an option to change the size of the text or to change anything. Then when I go to Widgets, it only allows me to put this new menu on the sidebar not on the bar that goes across the top of the page.
As you can see, I don’t know much about this and need more hand holding. sorry.
Moodles – How do I change the style of the menu bar? I am not opposed to making the text smaller or possibly wrapping the text(?). But I do not know how to change the style.
On the other hand, is there a way to make the menu bar have 2 rows of page names?
Thank you both for your help! I will be checking back soon to see if you have replied.
Forum: Fixing WordPress
In reply to: Can I hide permalinks?OK here is the code from homepage.php:
<?php
/*
Template Name: homepage
*/get_header(“home”); ?>
<!– content starts –>
<div id=”content”>
<center><div id=”main”>
<div class=”post” id=”homepage-content”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?><div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”entry”>
<?php the_content(‘<p class=”serif”>’ . __(‘Read the rest of this entry’, ‘vector_lover’) . ‘ »</p>’); ?><?php //wp_link_pages(array(‘before’ => ‘<p>‘ . __(‘Pages’, ‘vector_lover’) . ‘: ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
</div>
</div><?php endwhile;
endif; ?></div>
</div>
<?php //get_sidebar(); ?>
<!– content ends–>
</center>
</div>
<?php get_footer(); ?>What code do I replace? What do I replace it with?
Forum: Fixing WordPress
In reply to: Can I hide permalinks?A static front page.
When I go to Reading Settings. I have my homepage set as my Front Page. But under Post Page, my Blog page is not one of the choices. I don’t know if that’s significant.
In my custom theme I see a homepage.php and page.php.
Forum: Fixing WordPress
In reply to: Can I hide permalinks?Do you have any other suggestions?
Forum: Fixing WordPress
In reply to: Can I hide permalinks?I tried that and it didn’t work.
What should I try next?
Forum: Fixing WordPress
In reply to: Can I hide permalinks?https://www.highlifecredit.com
See where it says Home Base basically twice? One right on top of the other?
If you hover over the one on the bottom it says ‘Permanent Link to Home Base’.
Can you help?
Forum: Fixing WordPress
In reply to: My post won't show up on my blogOK I tried that. I renamed it .htaccess1.
When I click on my blog page I get this message:
The page you tried to access does not exist on this server. This page may not exist due to the following reasons:
1. You are the owner of this web site and you have not uploaded (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, click here for FTP Upload Information.
2. The URL that you have entered in your browser is incorrect. Please re-enter the URL and try again.
3. The Link that you clicked on incorrectly points to this page. Please contact the owner of this web site to inform them of this situation.
Forum: Fixing WordPress
In reply to: Can I hide permalinks?Thank you.
Can you tell me exactly what to look for and exactly how to change it?
I want to know this too! Can anyone help?
Forum: Fixing WordPress
In reply to: My post won't show up on my blogOK so I reset my custom permalinks back to the default setting and I made sure thatmy WordPress .htaccess file shows ‘Web Visible’ and ‘Executable’. When I click on my blog page it says ‘Not Found’ ‘Sorry, but you are looking for something that isn’t there’. That is because I don’t have anything in uncategorized right now. I have a list of the Recent Posts in the menu on the right and the post does show up there.
What should I try now?
Forum: Fixing WordPress
In reply to: Can I hide permalinks?I want to hide the permalinks that show up on each page that link to other pages on my site. I gather I need to edit the page.php. I think I know where to go to do this Appearance>Editor>Page Template (page.php) I do not know how to edit code. I found a line that reads:
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title(); ?></h2>
Is this the line that contains the code? If so, what should I remove / edit to make the hide the permalink?