wiresplus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: login doesn't get me to dashboardForum: Fixing WordPress
In reply to: Help! I'm struggling to figure out how to set up a Newsletter?MailChimp. http://www.mailchimp.com. basic to use, integrate signup etc with WP, and as easy as copy/paste.
Forum: Fixing WordPress
In reply to: Why cant I talk to anyone.Where r they?? I get her login page from the link…?
Forum: Fixing WordPress
In reply to: I'm going crazyJust use a theme like expound or twentyfourteen. In fact, most themes are designed for blogging.
From your dashboard, select appearance, then editor. Find ‘header.php’ in the side menu and edit it as you see fit. Remember to hit ‘Update file’ before browsing away.
Really, you should look at building a child theme, which is really easy. That way, your modifications will stay when WP updates the core (about twice a month).
Forum: Fixing WordPress
In reply to: Why cant I talk to anyone.Where r theyOK.
type in http://www.johnscherer.co.uk/wp-login.php into your web browser. It will ask you to log in (which you do with the username you chose when you installed wordpress.)
From my end, it’s not loading your theme properly, so I’m unable to see what you’ve inadvertently altered ๐Forum: Fixing WordPress
In reply to: Why cant I talk to anyone.Where r theyJasiewics, what’s the website address? www. ???
Forum: Fixing WordPress
In reply to: 2014 image size questionOK, so we’re off into PHP and HTML land….
you need to use conditional tags in your php files.
I’m going offline now, but if you’re no further ahead tomorrow, I’ll have another look. ๐
Forum: Fixing WordPress
In reply to: Want image to only appear on one page not all.Your image is not at
http://chrisfawkes.net/artprints/wp-content/uploads/2014/01/frontpage.pngor at least if it is it’s blank.Forum: Fixing WordPress
In reply to: Want image to only appear on one page not all.or just add the Page ID in
is_page([page ID Number Here])Forum: Fixing WordPress
In reply to: Want image to only appear on one page not all.assuming you mean the home or default page…
<?php get_header(); ?> <div id="content" class=""> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="entry"> <?php the_content('<p class="serif">Read the rest of this page ยป</p>'); ?> <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> </div> </div> <?php endwhile; endif; ?> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> <?php if(is_page()){ ?><div class="frontpage" ><img alt=""class="alignnone size-full wp-image-6993" height="508" src="http://chrisfawkes.net/artprints/wp-content/uploads/2014/01/frontpage.png" width="250"/> </div> <?php }else{} ?><?php endif; ?> </div> <div class="logo"><a href="http://chrisfawkes.net/"><img alt="" class="alignnone size-full wp-image-5699" height="131" src="http://chrisfawkes.net/artprints/wp-content/uploads/2012/09/fwklogo4.png" width="195" /> </div> <div class="pagelink"><?php wp_link_pages('pagelink=Page %'); ?></div></a>Forum: Fixing WordPress
In reply to: Want image to only appear on one page not all.what’s the number/pageID of the landing page?
Forum: Fixing WordPress
In reply to: Where can I get latest WP version's .pot file?or use ftp to extract it
Forum: Fixing WordPress
In reply to: WordPress Login or custom loginlog in as admin, go to users, change developer’s user role to editor.
May not be as detailed as you want.
Forum: Fixing WordPress
In reply to: An orange circle instead of linkstry
<p>Tel: (351) 777 16 63</p> <p><a href="http://linkadress.com">Adress:</a> 454091, Moscow</p>or
<p><a href="http://linkadress.com">Adress: 454091, Moscow</a></p>Forum: Fixing WordPress
In reply to: Extra price fieldsYes, I know they’re not shipped. We’re just using that functionality.