Ritesh Sanap
Forum Replies Created
-
Forum: Hacks
In reply to: Using comment system instead of DisqusI would recommened just using Disqus, because to get WordPress comments to work on non WP pages will require serious hacking wordpress core, or you can say in that hacking, we will almost create a new Standalone Comment system. So would recommend go on using Disqus
Forum: Hacks
In reply to: Unique menu colorjust use this CSS :
.menu-item-44 a { color : red; }just change the color name to the one you want.
Forum: Themes and Templates
In reply to: [Untitled] Recent Posts in Slider instead of Featured?Yes, you can show recent posts instead of featured posts, please provide the theme or plugin, you are using, then we can give you the exact solution to it.
Forum: Themes and Templates
In reply to: The connection was resetCan you please post the contents of
comments.phpso that, we can determine the exact problem.because my guess is that when you are loading comments_template, it loads all the comments of the sites instead of per post vice.
Check the Other Tab in the “Titles & Meta”, you will find your answer their.
In the sidebar bar you can see a Link called SEO with yellow icon besides it.
Hover over it and you can see in the new links that are shown “Titles & Metas” click on it.
after that Click on “Post Types” tab
in their you can see in Post Section , Title Template input box, do the desired changes their, in your case just remove
%%sitename%%and Hit Save Changes button on the bottom on the page.Forum: Fixing WordPress
In reply to: Post Excerpt IssueIf you do not want to use plugin, then refer to this post.
it walks you through creating multiple excerpts. (I don’t really understand whether you really want it :P)
http://wpden.net/create-multiple-excerpts-wordpress/but i personally use <!–more–> tag instead of excerpts has it keeps the layout nice and clean and also keeps the post formatting in the way author wanted it.
Forum: Themes and Templates
In reply to: [MesoColumn] Centering Header WidgetWell centering it is easy here’s the CSS code i wrote :
#text-3 { position: absolute; top: 100px; left: 40%; }Please make the appropriate changes to suit your needs, and note that it will overflow on
the small screens.Search for
twentyfourteen_wp_titlefunction in functions.php .function twentyfourteen_wp_title( $title, $sep ) { global $paged, $page; if ( is_feed() ) { return $title; } // Add the site name. $title .= get_bloginfo( 'name', 'display' ); // Add the site description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) { $title = "$title $sep $site_description"; } // Add a page number if necessary. if ( $paged >= 2 || $page >= 2 ) { $title = "$title $sep " . sprintf( __( 'Page %s', 'twentyfourteen' ), max( $paged, $page ) ); } return $title; }remove this line
$title .= get_bloginfo( 'name', 'display' );and it will remove your blog title.Only use this solution if you do not want to use any plugins and also note that once the theme is updated, you will have to again apply this fix.
Forum: Fixing WordPress
In reply to: How do I find the Name of a Just Deleleted Plugin??I can’t think of any way, other than trying to remember or searching the browser history or some other clues.
or just tell us what your plugin did so we can tell you or recommend another plugin with same functionality
Forum: Fixing WordPress
In reply to: Facebook likes gone after post updateYes, Changing permalinks reset’s your Facebook likes, because Facebook likes count is based on a Specific URL share/like.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] JetPack FeedbacksWell, My feedback table was filled with over 11 thousand spams so i deleted it all,
if you want i have wrote the tutorial on my site here :
http://wpden.net/delete-feedback-jetpack/Because many people are troubled by SPAM feedbacks
Forum: Plugins
In reply to: [Hikari Enhanced Comments] fatal errorWell i get this error after i m have even Removed the plugin :(, badly written plugin i guess
Forum: Fixing WordPress
In reply to: YARPP double result on ONE article only?i have latest YARPP version, but it still shows double results
Forum: Plugins
In reply to: How to disable unwanted JetPack Modulesbrother just tell me which one do you want to disable i will tell you