isayhello
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing the link color on Permalinknever mind on this i realise i guess i had to work with the header tags and all is sorted now.
Forum: Plugins
In reply to: NextGen Gallery and Lightboxshould this be really so difficult? i have the most recent plugin installed, thickbox selected yet i get absolutely no effect when i create a gallery. i can click a thumbnail but its only linked the path of my image – its not opening in the same window, using any effect at all.
Forum: Themes and Templates
In reply to: Changing the link color on Permalinkthank you but i know css pretty well (my entire site is a tableless layout). there is no h3 tag specified inside of my theme’s stylesheet. the permalink template tag i’m using appears to be putting an h3 followed by an a tag. if i try hiding the h3 it actually hides the h3 and a. i need some help with the php that will remove the h3.
permalinks work as i want with an a style i specified here:
https://blog.isayhello.net/2007/ (archive.php)
this is the php that makes it work:
<span id="post-<?php the_ID(); ?>"><a class="perma" href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
however, on a page such as this: (index.php)
https://blog.isayhello.net/about/news/test20june/when i insert this php snippet:
<a class="perma" href="<?php echo get_permalink(); ?>"><?php the_title('', ''); ?></a>
it outputs my a.perma tag (which doesn’t effect get_permalink) and get_permalink outputs an h3 a and corresponding permalink.
how to get around this?
Forum: Themes and Templates
In reply to: Changing the link color on Permalinki have a similar issue – what if the link style you want to use for permalinks you don’t want inside of an h3 tag? I want to use my own a style w/o h3.
Forum: Fixing WordPress
In reply to: link format inside Pageanother yucky example is here. happens anytime text follows a link:
Forum: Fixing WordPress
In reply to: link format inside Pageoh sorry i have been working on it since…please check again. so the reason you didn’t see the bug, is i can temporarily fix it by putting a br in there – even though wordpress wants p tags only. so after its edited once, wp deletes my br, puts an p tag back in effectively making it a mess all over again. basically what happens is one p tag doesn’t look like 2 breaks, it only shows up as one line break, so the only way i know to add more space is a combination p and br or 2 p tags. both create problems.
Forum: Everything else WordPress
In reply to: Permalink Structure ChangeI updated my permalinks today (sorry new to this and not so technical) from default to:
/%category%/%postname%/
firstly i would like to know if i entered the syntax correctly. basically the idea is i’m using this as a CMS so the category and postname would mirror what i would like to call the directories on the site.
that is – my blog, at blog.isayhello.net
when clicking on the sidebar link you go to the apppropriate category (page created)e.g. : blog.isayhello.net/contact, blog.isayhello.net/about, blog.isayhello.net/expertise
etc.,…permalinks aren’t broken, and the logo and flash movie at blog.isayhello.net show up as soon as you are at the root of the site, however when clicking on any of the links and going into any of the categories the flash movie and logo are now broken.
any idea why this would be happening? i apologise for my ineptness in advance. i’ve only been messing around with wordpress for 2 days.
Forum: Fixing WordPress
In reply to: How to add new topic/category to sidebar?i believe you need to to drag the category widget into your sidebar for them to show up, then you should see them?
Forum: Installing WordPress
In reply to: wp list – hide Pages subheadthank you yes i have, that exact code was in the aforementioned page. it has no effect?