alywestwood
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Embed postsfor example in facebook, you can comment on each post without having to go into an individual post page.
my biggest concern is being able to view all of the content of the post: if you see my news and events page, the event should have a map on it; if you see my blog page, the post entitled Humpday has a video and the post entitled Tether has an embed from Soundcloud. I want these to show up. I want Blog to be my full blog page, not just a sampler. And I want the news and events page to be able to show maps and links so people don’t have to click on it to know what’s going on.
It may help to know I use posts for both these pages, but I’ve assigned categories to differentiate between blog posts, and news and events updates.
I’m really new to coding and I don’t know what to look for in the coding to fix the pluggins to the way i want them. Or how to add the posts without pluggins.
Forum: Plugins
In reply to: Custom header on page with words on it.so I used this code
<table border=”0″ cellspacing=”0″ cellpadding=”0″>
<tbody>
<tr>
<td style=”background-image: url(‘image.jpg’); background-position: -20px -70px; vertical-align: bottom;” width=”100%” height=”200″>
<h1 style=”color: #ff5500; font-size: 70px; text-shadow: blue 0px 0px 4px; font-weight: bold; padding-left: 30px;”>Text</h1>
</td>
</tr>
</tbody>
</table>And it worked, but it woiuld still be so much better to have a pluggin for doing this. Anyone know of anything?
Forum: Themes and Templates
In reply to: [Make] Change Navigation Menu Font from Text to HeaderThe update fixed it.Thanks