wfeu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tiny Framework] Blog ExcerptsThanks, Im using 2.1.1 😉 really like it. Wasnt able to get that to work editing the content.php I copied into to the child theme folder.
My Home is a static page using your front page template
My blog is a static page – posts page, reached from the top nav menu using default template
Forum: Themes and Templates
In reply to: [Tiny Framework] Blog Excerptsawesome thanks. The only place on my install I am seeing excerpts is on search results if that helps any.
Forum: Themes and Templates
In reply to: [Tiny Framework] Blog Excerptsyes I duplicated it from parent theme folder and put a copy I edited in tiny-framework-child/ folder. thanks
Forum: Themes and Templates
In reply to: [Tiny Framework] Blog Excerpts<?php if ( is_search() || is_paged() || is_archive() ) : // Display Excerpts for Search, Archives and additional pages of Index view ?>when I have this in content.php Im only getting excerpts on search results. Archives i do not get exceprts. I tried adding if_page ( 37) to show excerpts for my blog page, but Im missing something.
Forum: Themes and Templates
In reply to: [Tiny Framework] Static Home Page Add Third WidgetThanks~!
Forum: Fixing WordPress
In reply to: Jetpack – Permalinks – "Something has gotten mixed up!"Im using hostgator, I had thought it was something to do with the fact i did the WP 4.2 update on my dev machine then xcloned it to a new database on my live machine.
Before I edited the wp-config.php and .htaccess it showed up on a lot of pages in the wpress admin.
Now Im only seeing it on Settings/Permalink Settings at the top. Ive been through all the menus-links in the admin to check.
Found it:
remove_filter( 'the_excerpt', 'sharing_display', 19 );
remove_filter( 'the_content', 'sharing_display', 19 );in wp_print plugin folder, print.php file
Got it, thanks.. In content.php I added
<?php if ( is_search() || is_home() || is_archive() || is_author() ) : // Display Excerpts for Search and Homepage ?>Forum: Plugins
In reply to: [WP-Print] [Plugin: WP-Print] Print Text Link For Page – Post CSSThanks!
Forum: Plugins
In reply to: [WP-Print] [Plugin: WP-Print] Print Text Link For Page – Post CSSThanks, if i select custom I see
<a href="%PRINT_URL%" rel="nofollow" title="%PRINT_TEXT%">%PRINT_TEXT%</a>If i wanted a new font/size would I change that ?
Thanks
Forum: Plugins
In reply to: [WP-Print] [Plugin: WP-Print Sociable] Hide From Print WP 3.9Nice that worked.
I edited the print.php inside plugins/ wp-print/
A note on print.php print-posts.php and print-options.php I had moved these to the root folder of theme I am using. Editing that php file there made no difference.
Thanks again.
Same here on any “Summaries” links I click
Forum: Fixing WordPress
In reply to: Theme Link to external site`<a href=”http://www.bigbangdisruption.com”>
Forum: Fixing WordPress
In reply to: Theme Link to external siteForum: Plugins
In reply to: [Private Only] [Plugin: Private Only] landing page after loginIm having this issue also. When I log in it takes me to admin dashboard. WP 3.5. I have tried in different browsers, on occasion it will redirect me to the blog homepage, but most of the time it redirects to the dashboard. Ive tried multiple users admin, editors, etc. Thanks