eamon1193
Forum Replies Created
-
can i see ur url??
here is the complete code in functions.php
<?php // Register widgetized areas if ( function_exists('register_sidebar') ) register_sidebar(array('name' => 'Primary','id' => 'primary','description' => "Normal full width Sidebar", 'before_widget' => '<div id="%1$s" class="widget %2$s">','after_widget' => '</div>','before_title' => '<h3>','after_title' => '</h3>')); ?>Forum: Plugins
In reply to: problems linking Facebook account to wordpress accountif i where you.. use the manual facebook sharing/like.. 😀
just put this in your sidebar.php area using this example:
<div id=”sidebar”>
<?php if ( is_active_sidebar(‘primary’) ) ?>
<div class=”primary”>
<?php dynamic_sidebar(‘primary’); ?>
</div>and a sample registration of sidebar in functions.php:
register_sidebar(array(‘name’ => ‘Primary’,’id’ => ‘primary’,’description’ => “Normal full width Sidebar”, ‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,’after_widget’ => ‘</div>’,’before_title’ => ‘<h3>’,’after_title’ => ‘</h3>’));
Forum: Installing WordPress
In reply to: Can't login anymore after move to servertry finding a error-log file in your public_html folder…
there you can see what to be the problem…Forum: Fixing WordPress
In reply to: Feature Images all deletedreupload your images
Forum: Your WordPress
In reply to: Any feedback appreciatedI like your page . . .
but your slider is in the bottom…
i mean isnt it nice if the slide is at the upper part of the content just below the menus…
Forum: Fixing WordPress
In reply to: WordPress v3.4 delay???OK ill try re-upload my theme…
btw im not using any plugin . . .
my mentor said it will cause problems in updating new versions.. XDForum: Fixing WordPress
In reply to: Change maximum upload size and find php.inithanks for this topic.. now my max size upload is 1000mb
…ty much
Forum: Fixing WordPress
In reply to: Featured Images Not Showing Upin your image link use this
<img src=”<?php bloginfo(“template_url”); ?>/imageurl.jpg />
where imageurl.jpg is the image source..
Forum: Fixing WordPress
In reply to: Two Column Dropdown Menuhttp://www.codemiles.com/scripting-language/how-to-create-a-mouse-over-drop-down-in-html-t3635.htmlthis help me a lot.. XD
Forum: Your WordPress
In reply to: www.MemeXtreme.comcan i ask what does the clickable heart stands for?? o.O