21 pointsStarting to get into this DEV thingI'm new here
dlittle800
Member
—
4th December 2010
Hi,
Just installed new Edu-clean 2.1.7
First off, brilliant work. Love the new improvements (eg. member search bar, etc.)
Here's are a few things I'm still trying to figure out:
- Have front-left.php and front-right.php been shifted somewhere other than the main edu-clean folder? I'm trying to edit the "How __________ Can Help You?" text at the top of the front left area on homepage - but can't find it. Any suggestions?
- How are the "Latest News" posts controlled. Can I set the category, limit number of posts, etc.
- On the Service Option RSS feeds, is there a way to control which category is displayed? Where can visitors click and subscribe to a feed? Is there a way to add an RSS Icon/link on each RSS category tab? How are the feed meant be used by visitors - or what is the intended way they are to respond?
- What's with these new Photo & Video tabs? How do they work? Do they link to content throughout the site? Is there any documentation on them or tutorials? How are they controlled? Can I remove them from the nav bar if I want to?
- As with the previous version, do I have to dig into the code to edit the text above the left side "Service Options"
First off, brilliant work. Love the new improvements (eg. member search bar, etc.)
Here's are a few things I'm still trying to figure out:
- Have front-left.php and front-right.php been shifted somewhere other than the main edu-clean folder? I'm trying to edit the "How __________ Can Help You?" text at the top of the front left area on homepage - but can't find it. Any suggestions?
- How are the "Latest News" posts controlled. Can I set the category, limit number of posts, etc.
- On the Service Option RSS feeds, is there a way to control which category is displayed? Where can visitors click and subscribe to a feed? Is there a way to add an RSS Icon/link on each RSS category tab? How are the feed meant be used by visitors - or what is the intended way they are to respond?
- What's with these new Photo & Video tabs? How do they work? Do they link to content throughout the site? Is there any documentation on them or tutorials? How are they controlled? Can I remove them from the nav bar if I want to?
- As with the previous version, do I have to dig into the code to edit the text above the left side "Service Options"
hi derek
@edit 'how..' text
open \edu-clean\lib\templates\wp-template\front-left.php and edit this line < h4 ><?php _e('How', TEMPLATE_DOMAIN); ?> <?php bloginfo('name'); ?> <?php _e('Can Help You?', TEMPLATE_DOMAIN); ?>< /h4 >
@edit post 'latest news'
open lib/templates/wp-template/post-mode.php and edit the post count $my_query = new WP_Query('cat='. $category_id . '&' . 'showposts=' . 6);
change the 6 to your desired post count....the category are chooseable in theme options so no need
to edit them.
- On the Service Option RSS feeds, is there a way to control which category is displayed? Where can visitors click and subscribe to a feed? Is there a way to add an RSS Icon/link on each RSS category tab? How are the feed meant be used by visitors - or what is the intended way they are to respond?
do you mean the theme option -> RSS Network Settings?
Responses (4)
Member — 4th December 2010 #
Please ignore comments about Photo & Video tabs - was just a plugin I forgot I activated : )
Geeky Developer — 6th December 2010 #
hi derek
@edit 'how..' text
open \edu-clean\lib\templates\wp-template\front-left.php and edit this line
< h4 ><?php _e('How', TEMPLATE_DOMAIN); ?> <?php bloginfo('name'); ?> <?php _e('Can Help You?', TEMPLATE_DOMAIN); ?>< /h4 >@edit post 'latest news'
open lib/templates/wp-template/post-mode.php and edit the post count
$my_query = new WP_Query('cat='. $category_id . '&' . 'showposts=' . 6);change the 6 to your desired post count....the category are chooseable in theme options so no need
to edit them.
do you mean the theme option -> RSS Network Settings?
cheers
Member — 6th December 2010 #
@Richie
Changing categories in theme setting does not work at all - any ideas? New theme bug maybe? I'm using new version 2.1.7.
Yes, RSS Network Settings is exactly what I mean.
You can see at bottom left of my homepage
http://netppl.biz
Member — 6th December 2010 #
Correction Ritchie - Changing categories does work in theme options. But what it changes is "Recently in.."
This is different than "Latest News"
You can see this now on my site:
http://netppl.biz
Become a member