omnialex
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom menus changing themselves on Category/Tag archivesOk, forget that… I took out my custom post type from functions.php (which I’d decided not to use anyway) and solved it. Very odd…
Forum: Themes and Templates
In reply to: "get_children" not working on archiveSame result π
Forum: Themes and Templates
In reply to: "get_children" not working on archiveYes, my loop starts like this and is pretty straightforward:
<?php while (have_posts()) : the_post(); ?>Forum: Your WordPress
In reply to: A web designers personal site blog – is it ok?It looks great, as does your whole site, my only suggestion is to make the headlines bigger so you don’t have to strain your eyes at all (I also don’t like the change from italic to normal when you click into the single post template).
Good blog content though. Is there a way of subscribing by email?
Forum: Your WordPress
In reply to: This is my new wordpress blogIt looks great, that theme is really suitable for your subject (I always think of neon signs when I think of tattooists) but you need to get some relevent and equally striking pictures on there so it is instantly obvious what they are looking at.
Forum: Your WordPress
In reply to: Review my site..I’d suggest changing the serif font to sans-serif to make it easier to read and adding a few more effects to the nav at the top, the links are too plain and there’s a lot of them – loose the underlines and add some rollover effects to make rolling the mouse across them more interesting (more likely to gran the user’s attention and generate clicks then).
Also does the search form need it’s own bar across the top? Couldn’t it sit next to the top three links?
Forum: Your WordPress
In reply to: The Official Launch of DirectGeek.comZakgrim, while you’re changing the logo which I agree would be a good move from a design point of view, you should also optimise the file – there’s no reason for it to be so big and it’s the slowest loading thing on your page:
http://www.webpagetest.org/result/111020_7C_1YE3N/1/details/
Forum: Hacks
In reply to: Skip first attachment on a get_children arraySuccess! Many thanks Jackson, I owe you a pint!
Forum: Hacks
In reply to: Skip first attachment on a get_children arraySame result unfortunately.
Forum: Hacks
In reply to: Skip first attachment on a get_children arrayI’m afraid that just returns twenty empty links. Anything else I can try?
Forum: Hacks
In reply to: Skip first attachment on a get_children arrayCould you show me exactly where. Here is the code with the foreach in context:
<?php if ( $images = get_children(array(
‘post_parent’ => get_the_ID(),
‘post_type’ => ‘attachment’,
‘post_mime_type’ => ‘image’,
‘order’ => ‘ASC’,))): ?>
<?php foreach( $images as $image ) : ?>
<?php endforeach; ?>
<?php else: // No images ?>
<?php endif; ?>Forum: Your WordPress
In reply to: WordPress product site for critiquingYou should make the headlines of articles on your index link to the permalink of each page rather than using your ‘more’ tag text, which itself is too long-winded and will count against you in Google as repetitive content. The ‘more’ text should also be on it’s own line to encourage users to click it and read on.
I expect you were planning on doing so anyway, but your sidebar needs a lot more content and some pictures too!