darttiglao
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change category IDwas also looking for a solution that woulndt need accessing database. what i did was quite primitive but I just created another clone category (ex: featured1), then assigned existing “featured” posts there, then I deleted the old featured catagory. This way, the newly created category will have a higher ID number.
Forum: Plugins
In reply to: migration with an installed W3 Total CacheIf I could rephrase, what is the recommended process or steps to backup the wordpress database with an activated W3 Total Cache?
Forum: Plugins
In reply to: migration with an installed W3 Total CacheThanks, Frederick. If it is activated do I need to copy additional files for migration ?
Forum: Fixing WordPress
In reply to: insert php at within the_contentPerfect!!! You are awesome, alchymyth! Very helpful , patient and clear.
Forum: Fixing WordPress
In reply to: insert php at within the_contentThanks for you help on this I think Im getting progress.
Although some slight hitches:
1. I used your code and put in functions.php.
The thumbnail and other custom fields appeared as I wanted. Although the rest of the content did not appear.2. And as an extra since you asked where I want the function to apply I was hoping it the function would happen only in specific categories.
Many thanks in advance.
Forum: Fixing WordPress
In reply to: insert php at within the_contentalchymyth, thank you so much. Looks good. Will try it out. and will post again.
Forum: Everything else WordPress
In reply to: WordPress moving script (move to another host or domain)Truly incredible script. I have done many kinds of moves manually but this was the fastest and headache free.
Just wondering I’ve used your script on a black target. But would it overwrite and existing wp installation(including folders) and the existing database
Similar problem regarding circular default.
I just deactivated the circular by setting the options in shortcode to: wrap=”none”
Usability wise I think it is better not to cycle or rewind automatically.
Forum: Plugins
In reply to: [WP-Stats-Dashboard] [Plugin: WP-Stats-Dashboard] It still does not work :(I have same issue. jet pack stats are working but the widget does not display correct value (not moving at all).
Forum: Plugins
In reply to: [VoucherPress] [Plugin: VoucherPress] not receiving email with voucher linkIn my installation, this email function doesn’t work for gmail and yahoomail. Will adding the headers help?
Forum: Fixing WordPress
In reply to: Help with navigation sprite and wp_listpagesanyone can help?
Forum: Themes and Templates
In reply to: How to modify page’s links in navbar in Mystique themeFrom the example I gave, you can replace the “yoururladdress” in
<a href="https://yoururladdress">your static link</a>
with any of your page url address outside WordPress.
So we are not redirecting (I don’t think you need to) but creating or adding static links that are external to your blog.
Forum: Fixing WordPress
In reply to: Decoding footeryou can also you this https://ottodestruct.com/decoder.php
your footer is decoded as
<div class="fix"></div> </div><!--/columns --> <div id="footer"> <p class="fl">? <?php the_time('Y'); ?> <?php bloginfo(); ?>.</p> <p class="fr"><a href="https://www.wicked-wordpress-themes.com/wootheme-premium-wordpress-theme-megapack/" title="Premium WordPress Themes">Premium WordPress Themes</a> by <a href="https://www.wicked-wordpress-themes.com" title="Wicked WordPress"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/woothemes.gif" width="85" height="24" alt="Wicked WordPress" /></a></p> </div><!--/footer --> </div><!--/page --> <?php wp_footer(); ?> <?php if ( get_option('woo_google_analytics') <> "" ) { echo stripslashes(get_option('woo_google_analytics')); } ?> </body> </html>
Adjust elements of the “#content” in your css. For one the border is too large.
You can try something like this
#content{ float:right; width:70%; border-right:20px solid #eee; margin-left: 0px; padding:20px 10px 20px 10px; }
There are really severe issues with 2.8.6 . Primarily it can mess up categories as you would see if you go to the database (description of categories get erased).
I first used the fix suggested at https://www.jauhari.net/how-to-fix-wordpress-26-missing-categories.jsp
But because of all the trouble I just reverted back to 2.8.5 (which was a long process of basically reinstalling everything but I would suggest you do the same.)