paperclip
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: search and replace HTML plugin?Awesome, you’re a legend!
Forum: Themes and Templates
In reply to: Dropdown menu troubles!I’m having the same trouble… it happened after I instaled the new version of wp… 3.5.1
I reckon that’s the problem…
Forum: Fixing WordPress
In reply to: weird menu problem, included video examplechanged to twenty eleven, didn’t help, still cant move the menu over… changed the theme back, it’s ok now…
do i need to create a whole new menu?
Forum: Fixing WordPress
In reply to: weird menu problem, included video exampleok… the site will be ok when i change back to the elegant theme?
Forum: Fixing WordPress
In reply to: weird menu problem, included video exampleI’m using an elegant theme… can’t switch the theme… as this is the site i built for my client.
I’ve never had this problem before… can someone please help?
Forum: Fixing WordPress
In reply to: Does WordPress support subdirectoriesthanks 🙂
ye, wp rocks
Forum: Fixing WordPress
In reply to: Buying a wordpress site, how to transfer?Awesome, thanks… I’ll go with the fiverr gig, I don’t like messing about with cpanel.
Forum: Fixing WordPress
In reply to: adding code to my site image headersorry, is this right,
<div id=”branding” role=”banner”>’ . “\n”);
$per_page_code = weaver_get_per_page_value(‘page-header-insert-code’); /* or on a per page basis! */
if (!empty($per_page_code)) {
echo(do_shortcode($per_page_code));
} elseif (weaver_getopt(‘ttw_header_insert’)) { /* header insert defined? */
if (weaver_getopt(‘ttw_header_frontpage_only’)) {
if (is_front_page()) {
echo (do_shortcode(weaver_getopt(‘ttw_header_insert’)));
}
} else {
echo (do_shortcode(weaver_getopt(‘ttw_header_insert’)));
}
}/* The Dynamic Headers shows headers on a per page basis – will also optionally add site link */
if (function_exists(‘show_media_header’)) show_media_header(); /* **Dynamic Headers** built-in support for plugin */do_action(‘wvrx_extended_header_insert’); /* add any extension header insert */
do_action(‘wvrx_super_header_insert’); /* future extension *//* ======== HEADER IMAGE ======== */
if (!weaver_is_checked_page_opt(‘ttw-hide-header-image’)) {
if (HEADER_IMAGE_HEIGHT > 0 && !(weaver_getopt(‘ttw_header_frontpage_only’) && is_front_page() )) {
if (weaver_getopt(‘ttw_link_site_image’)) {
?>
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”>I also looked long and hard, and glad I found this.
I’ve played around with it, and it looks awesome.
1 thing… can users upload multiple pics, or is it just one pic at a time?
Cheers
Forum: Fixing WordPress
In reply to: Add Html code right after the site title (entry-title)Ok, does anyone know what file I’m supposed to be editing?
I was tinkering with single.php and it was working…
Now, nothing?
Is single.php the right file? or is it another one?
Forum: Fixing WordPress
In reply to: Add Html code right after the site title (entry-title)what file is this in? single.php?
Forum: Fixing WordPress
In reply to: customizing a theme… what am i doing wrong here?i found this bit of info on here, http://vandelaydesign.com/blog/blogging/customize-your-own-wordpress-theme/#comment-59571
The blog post (or posts, if you are looking at a homepage or a category page) comes from the MySQL database.
so… the homepage comes from the database? how do i edit this?
Forum: Fixing WordPress
In reply to: customizing a theme… what am i doing wrong here?anyone?
Forum: Fixing WordPress
In reply to: customizing a theme… what am i doing wrong here?i’ve read through that, and i’m not making any sence from it.
all i want to do, is customize the home page…. i’ve customized the header and sidebar no problem, it was pretty straight forward… but i have no idea what the homepage is called….
there’s not that many possible pages,
page.php – when i edit this, no change to the homepage, but when i click on an internal page, it’s changed… which i don’t want changed.
Forum: Fixing WordPress
In reply to: customizing a theme… what am i doing wrong here?thanks, i’ll have a read through that