Dharator
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] Custom Post Types and ShortcodesI did the var_dump and saw quickly that one old outdated site-specific plugin that i had for testing purposes was messing with the output for some reason… i’ve removed it and now it works, thanks for the assist!
Forum: Plugins
In reply to: [Custom Post Type Date Archives] wp_get_archives problem…Ok… apparently i can’t use it the same way as wp_get_archives with the options in an array, had to use it like this:
<select name="archive-dropdown" onchange="document.location.href=this.options[this.selectedIndex].value;"> <option value=""><?php echo esc_attr( __( 'Select Month' ) ); ?></option> <?php cptda_get_archives( 'post_type=my-post-type&type=monthly&format=option&show_post_count=1' );; ?> </select>
The documentation isn’t very clear about this and this kind of example is not listed in the codex for wp_get_archives, you should consider updating you documentation and maybe add some examples, the code that worked for me is the one in this response in case anyone else has the same problem as i did.
Everything else work great btw, leaving a good review.
Forum: Themes and Templates
In reply to: [Gridbox] Index Custom Post TypeNevermind, found the solution in the WP_Query class.
- This reply was modified 7 years, 8 months ago by Dharator.
Forum: Fixing WordPress
In reply to: Image Album ViewerNot really a dev, guess i’ll have to look for a paid plugin in codecanyon to get exactly what i want, thanks for the help anyway.
Forum: Fixing WordPress
In reply to: Image Album ViewerI’ve already searched with that keyword but i’m not looking for a album maker, i already have that, i want an image viewer that allows me to display images page by page not in a grid or a slideshow or a fancybox, a simple page by page image viewer.
Forum: Plugins
In reply to: [Scroll Triggered Box] Insert CSSThanks, love the new bg overlay function, since scroll triggered boxes went freemium this is by far the best free popup plugin.
Forum: Plugins
In reply to: [Recent Tweets Widget] Icons are not wrapping properly?Took me less than a minute to find the solution, it’s right here:
https://www.ads-software.com/support/topic/twitter-bird-under-text?replies=5
Forum: Plugins
In reply to: [Recent Tweets Widget] Twitter Logo overlapping tweetsTook me less than a minute to find the solution, it’s right here:
https://www.ads-software.com/support/topic/twitter-bird-under-text?replies=5
Forum: Plugins
In reply to: [SEO Friendly Images] No alt or title tagThe only version that seems to work is 2.7.6
Forum: Fixing WordPress
In reply to: Search and Replace Text in PostsYes everything is the way i want it now.
Forum: Fixing WordPress
In reply to: Search and Replace Text in PostsThank you, this is exactly what i was looking for!
Forum: Plugins
In reply to: [Yoast SEO] Heads up..Latest udpate today killed site.The new update seems to have fixed the problem for me, although this new search console tab is pretty useless for free users… since you really can’t do anything with it unless you upgrade.