GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Excellent free wordpress themes. (https://gfy.com/showthread.php?t=1012109)

alias 02-27-2011 07:08 PM

Excellent free wordpress themes.
 
The designer is very nice and helpful too, I hope you guys can use some of these:

http://www.web2feel.com

http://datnog.com/web2feel.jpg

fris 02-27-2011 07:15 PM

be careful, check web2feels functions.php file.

alias 02-27-2011 07:21 PM

Here it is:
Quote:

<?php

include 'theme_options.php';
include 'guide.php';

/* ADD SIDEBARS */

if ( function_exists('register_sidebar') )
register_sidebar(array(
'name' => 'Sidebar',
'before_widget' => '<li id="%1$s" class="sidebox %2$s">',
'after_widget' => '</li>',
'before_title' => '<h3 class="sidetitl">',
'after_title' => '</h3>',
));

register_sidebar(array(
'name' => 'Footer',
'before_widget' => '<li id="%1$s" class="botwid %2$s">',
'after_widget' => '</li>',
'before_title' => '<h3 class="bothead">',
'after_title' => '</h3>',
));

/* ADD CUSTOM MENUS */

register_nav_menus( array(
'primary' => __( 'Primary Navigation', '' ),

) );
function fallbackmenu(){ ?>
<div id="catmenu">
<ul><li> Go to Adminpanel > Appearance > Menus to create your menu. You should have WP 3.0+ version for custom menus to work.</li></ul>
</div>
<?php }


/* CUSTOM EXCERPTS */

function new_excerpt_length($length) {
return 50;
}
add_filter('excerpt_length', 'new_excerpt_length');

function new_excerpt_more($more) {
return '<a href="'. get_permalink($post->ID) . '">' . '&nbsp;&nbsp;[ Read More ]' . '</a>';
}
add_filter('excerpt_more', 'new_excerpt_more');


/* ADD PAGE NAVIGATION */

function getpagenavi(){
?>
<div id="navigation">
<?php if(function_exists('wp_pagenavi')) : ?>
<?php wp_pagenavi() ?>
<?php else : ?>
<div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries','arclite')) ?></div>
<div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;','arclite')) ?></div>
<div class="clear"></div>
<?php endif; ?>

</div>

<?php
}

/* ADD FEATURED THUMBNAIL */

if ( function_exists( 'add_theme_support' ) ) { // Added in 2.9
add_theme_support( 'post-thumbnails' );

}

/* GET THUMBNAIL URL */

function get_image_url(){
$image_id = get_post_thumbnail_id();
$image_url = wp_get_attachment_image_src($image_id,'large');
$image_url = $image_url[0];
echo $image_url;
}
?>

Si 02-27-2011 07:21 PM

Quote:

Originally Posted by fris (Post 17944350)
be careful, check web2feels functions.php file.

Is this one of the sites you warned about before?

Where you need to use a script to remove the unwanted code?

fris 02-27-2011 07:26 PM

seems like they are ok, always be careful where you get any themes, before you install.

DEA - banned for life 02-27-2011 07:27 PM

couple nice themes :thumbsup..1 or 2 id like to use..
any "non remove" adds or links on them?

alias 02-27-2011 07:35 PM

Quote:

Originally Posted by DEA (Post 17944368)
couple nice themes :thumbsup..1 or 2 id like to use..
any "non remove" adds or links on them?

Nah seems legit says fris above ^, also I had a bug with one FREE theme on: http://asylumx.com and the guy from web2feel Jinson fixed it in about an hour.
:thumbsup:thumbsup

DEA - banned for life 02-27-2011 07:38 PM

Quote:

Originally Posted by alias (Post 17944382)
Nah seems legit says fris above ^, also I had a bug with one FREE theme on: http://asylumx.com and the guy from web2feel Jinson fixed it in about an hour.
:thumbsup:thumbsup

good deal..exaclty what i was looking for on friday !

thanks :thumbsup

DangerX !!! 02-27-2011 07:43 PM

Thanks for sharing, I will take a look at them.

martinsc 02-27-2011 10:13 PM

:thumbsup


All times are GMT -7. The time now is 07:52 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123