manicexpression
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help Creating An External Linking Product CategoryFigured it out, just a redirect plugin, if you want to accomplish the same, this is what I used,
Forum: Plugins
In reply to: [Add Link to Facebook] more comments count than shownI’ve got the same problem, this really needs to be fixed, does this plugin have no support?
Forum: Plugins
In reply to: [Add Link to Facebook] Copy comments from Facebook to WordPressI would however like to upgrade to pro…how do I do that? It seems broken.
Forum: Plugins
In reply to: [Add Link to Facebook] Copy comments from Facebook to WordPressNevermind, it was just delayed. ??
Forum: Fixing WordPress
In reply to: Can someone help me remove a Twitter feed from a template?I see, I removed to much, it’s working now, thanks so much! ??
Forum: Fixing WordPress
In reply to: Can someone help me remove a Twitter feed from a template?It’s definitely not there, this is the website, if that helps,
https://www.manic-expression.com/
I have discovered my idiocy though, I showed you the code where I had already attempted to remove the twitter feed, I don’t know how that happened, this is the full code,
<?php /* Template Name: Home */ global $avia_config; /* * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory. */ get_header(); if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(); do_action( 'ava_after_main_title' ); ?> <div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'> <div class='container'> <main class='template-page content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>> <?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-page.php and that will be used instead. */ $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar'; get_template_part( 'includes/loop', 'page' ); ?> <!--end content--> <div class="postblock"> <div class="posthalf"> <div class="homeposttopbar"> <a href="#"> Blogs</a> </div> <?php query_posts( 'cat=1&showposts=13' ); while (have_posts()) : the_post();?> <div class="postcontent"> <div class="thumbnail"><div class="imgdiv"> <a href="<?php the_permalink();?>"> <?php if ( has_post_thumbnail() ) { the_post_thumbnail('thumbnail'); } else { echo get_avatar( get_the_author_meta('ID'), 48); } ?></a></div> </div> <div class="posttext"> <div> <div class="date"><?php the_time('F j, Y') ?></div><span>|</span> <div class="comments"><?php comments_number( '0 comments', '1 comment', '% comments' ); ?></div> </div> <h3 class="av-magazine-title entry-title" itemprop="headline"> <a href="<?php the_permalink();?>"><?php the_title();?></a> </h3> <div class="author-name"><p>By <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a></p></div> </div> </div> <?php endwhile; ?> </div> <div class="posthalf last"> <div class="homeposttopbar"> <a href="#"> Videos and Podcasts</a> </div> <?php query_posts( 'cat=2061&showposts=13' ); while (have_posts()) : the_post();?> <div class="postcontent"> <div class="thumbnail"><div class="imgdiv"> <a href="<?php the_permalink();?>"> <?php if ( has_post_thumbnail() ) { the_post_thumbnail('thumbnail'); } else { echo get_avatar( get_the_author_meta('ID'), 48); } ?></a></div> </div> <div class="posttext"> <div> <div class="date"><?php the_time('F j, Y') ?></div><span>|</span> <div class="comments"><?php comments_number( '0 comments', '1 comment', '% comments' ); ?></div> </div> <h3 class="av-magazine-title entry-title" itemprop="headline"> <a href="<?php the_permalink();?>"><?php the_title();?></a> </h3> <div class="author-name"><p>By <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a></p></div> </div> </div> <?php endwhile; ?> </div> </main> <aside class="sidebar sidebar_right alpha units" role="complementary" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"><div class="inner_sidebar extralight-border"> <a class="twitter-timeline" href="https://twitter.com/JamesManic" data-widget-id="650917932797677568">Tweets by @JamesManic</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> <?php //get the sidebar $avia_config['currently_viewing'] = 'page'; dynamic_sidebar('standard-side-bar'); ?></aside></div> </div><!--end container--> </div><!-- close default .container_wrap element --> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: bbpress Replies Showing up on Category PageI figured it out, it was the plugin “Default Category” causing this, if someone else comes here with the same problem, for my money, that’s the issue.
Forum: Fixing WordPress
In reply to: bbpress Replies Showing up on Category PageThis got knocked off the front page, shouldn’t have posted it in the middle of the night, my bad, bump.
Forum: Fixing WordPress
In reply to: Default Magazine Thumbnails to User Profile ImageCrap, oh well then, I’ll try th buddypress forums.
Forum: Fixing WordPress
In reply to: I need help accessing the demo version of my websiteI figured it out, I used phpmyadmin and this helpful tutorial,
Forum: Fixing WordPress
In reply to: I need help accessing the demo version of my websiteI cannot, the demo website doesn’t have the same users as the main site is what I’m gathering, is there a way to add a user/admin via the file manager directly?
Forum: Fixing WordPress
In reply to: I need help accessing the demo version of my websiteI know, but I still want to be able to get in and edit/get whatever is used from it, any thoughts on that?
Forum: Fixing WordPress
In reply to: Database question for backing up my websiteThanks for the help, I did end p backing up both, but now I know for the future. ??
Forum: Fixing WordPress
In reply to: A site has Invaded My WebsiteWhoop, all good here. ??
Forum: Fixing WordPress
In reply to: A site has Invaded My WebsiteThank you so much arezki! That was one of the ones I left because I assumed it was safe, looks like that was a mistake,
we were actually gonna hire someone on elance to to see if they could handle it(we were hiring him anyway, to do website upgrades do to a patreon milestone reached),
Thanks again!
(will mark as resolved in the morning, gotta check with the members, to make sure it’s gone for them to)