denzel2364
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Duplicate 'Posts' to create a newsfeedany ideas??
Forum: Fixing WordPress
In reply to: How to add the content/excerpt to the archives page????
Forum: Fixing WordPress
In reply to: How to add the content/excerpt to the archives pageSOZ
just realised it doesnt show images that i load into the content. Text is fine. Any idea?
Forum: Fixing WordPress
In reply to: How to add the content/excerpt to the archives pageyes thats what I have done ??
I have attached the code for archive.php below.
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: How to add the content/excerpt to the archives pageunfortunately not.
When I click on an archive ‘say november’ it brings up a list of titles and when they were posted. I want it to say title, when it was posted and the content. if i add wp_content then it adds the content to the front or the last post.
??
Forum: Fixing WordPress
In reply to: How to query Custom Post Meta and display the resultThis is perfect. I have the echo set up, just need the query.
How would i incorporate this into my template as a btn?
Forum: Fixing WordPress
In reply to: index.php – get a post's custom metaahh perfect. thank you very much
Forum: Fixing WordPress
In reply to: Enquiry form – how to get the url into an email?
Forum: Fixing WordPress
In reply to: function new_excerpt_length not working in 3.1no ideas?
Forum: Fixing WordPress
In reply to: Top 5 posts only show 'Uncategoized'Soz guys,
forgot this references what is loaded into the list:
<?php global $post; $myposts = get_posts('numberposts=5&offset=1'); foreach($myposts as $post) : setup_postdata($post); ?>
Therefore i just removed ‘&category=1’
Forum: Fixing WordPress
In reply to: What happened to 'Page Templates' drop-down in WordPress 3.1?Just worked it out.
i have to create a page and save the id
example Page id = 15
Save file as:
page-15.php
Forum: Fixing WordPress
In reply to: Carry the post title through to the contact page?? Thank my friend.
No chance of pulling the title aswell? ??
Forum: Fixing WordPress
In reply to: Carry the post title through to the contact pageunfortunately not ??
Forum: Fixing WordPress
In reply to: Carry the post title through to the contact pageFantastic, worked a treat.
Further thoughts, i need this to be sent with the contact form. I could display the full URL to give a clue to where the user has come from. Or do you have a better idea?
p.s. Thank you
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] How to amend this template?found it. soz