extremerecruitment
Forum Replies Created
-
Forum: Themes and Templates
In reply to: help with links.php page?this is the code for the links.php page..
<?php
/*
Template Name: links
*/get_header(); ?>
<div class=”col1″>
<?php if (have_posts()) : ?>
<div id=”archivebox”><h2>Links</h2>
</div><!–/archivebox–>
<?php while (have_posts()) : the_post(); ?><div class=”post-alt blog” id=”post-<?php the_ID(); ?>”>
<div class=”entry”>
<?php wp_list_bookmarks(”); ?></div>
</div><!–/post–>
<?php if (get_option(‘jr_show_sidebar’)!==’no’) get_sidebar(‘page’); ?><?php get_footer(); ?>
<?php endwhile; ?>
<?php endif; ?></div><!–/col1–>
Forum: Fixing WordPress
In reply to: how to add blog roll page for linksRev. Voodoo
thankshave added the code
- <?php wp_list_bookmarks(‘title_li=&categorize=0’); ?>
after
<?php the_content(); ?>
it now shows the links but not the link category as a header..
i tried pasting the code you suggested and the page error’d
Forum: Themes and Templates
In reply to: Add links page?have pasted the links.php code onto https://pastebin.com/ZNQAU8Sm
Forum: Themes and Templates
In reply to: how to download css file and edit thisi am looking to delete the home page div.
where would this be in the css?
thanksForum: Themes and Templates
In reply to: how to download css file and edit thisthanks, thats great Samuel B
really appreciate your help
EfremForum: Themes and Templates
In reply to: background image help wantedthanks… appreciate it!
Forum: Themes and Templates
In reply to: background image help wantedhow would i change the background colour to the whole page as it appears to be split into 2 parts?
Forum: Themes and Templates
In reply to: background image help wantedfantastic, thanks very much!!!
Forum: Themes and Templates
In reply to: custom post templates. help wanted!Next problem is that i want the word ‘categories’ removed from above the ‘Events & Conferences’ posts link at the top left
what i am trying to get it to do is:
The page will have some free text at the top above the listing of the next 10 upcoming events.I need to work out how to add the text to the pageofeventspost.php file.
How the page will work?
? Events will be loaded manually under post category id25 ‘events & conferences’
? I want to see the list of posts events or conferences coming up in date order with say the page showing the next 10 events posting titles. Each event listing on the page will link to the post for that event.
? Each event listing will have the event name eg ‘post title’ and the date of the event next to it.
? eg an event with an event date say tomorrow first, then one for next week next, then a months time last down the page. i have tried to load event calendar and eventbrite plugins and all i got was errors when i loaded an event this way. i have now removed this and still need to find a solution so i can list events in the right side bar
? when someone clicks on the event title then it will take them to the actualk event post that I load where they can find the details and book etc….
thanks…Forum: Themes and Templates
In reply to: custom post templates. help wanted!thanks annedorko, tried doing that but couldnt get it to work eg https://www.postgraduatesinsport.com/?page_id=156
it has created the page almost as i want it but the sidebar is on the left and not the right….
Forum: Themes and Templates
In reply to: align footer images right?right have sorted now. i had deleted a ‘ by mistake…
thanks again!!
just need to sort my pageofposts problem and then i can finish the site….Forum: Themes and Templates
In reply to: align footer images right?help… its all gone pete tong now…
have a look at the site. the whole footer has gone..Forum: Themes and Templates
In reply to: align footer images right?thanks alchymyth
appreciate the help!!Forum: Themes and Templates
In reply to: adding header image as background?thanks, have updated and looks great. just need a higher res image and that loaded and the header is complete.
appreciate your help!!
i have read the custom template and have created a page template called pageofeventposts.php. this was based on the pageofposts.php from the forum.
where in the admin do i load a new template? do i just paste into the custom.css? thanks
Forum: Themes and Templates
In reply to: adding header image as background?sorry, one last question. where would i edit the height so that i can increase the header from 100 to say 115 or 120?
thanks once again for you help!! really appreciated