Search:
Search took 1.00 seconds.
-
try placing this PHP code in your childtheme functions.php, that should do the trick:
add_action('init', function(){
global $cp_options;
$cp_options->ad_images = false;
}, 99);
-
Try this modified code instead ...
//Stick featured ads to the top on category and search pages
class StickyAds {
public function __construct() {
add_filter('posts_orderby',...
-
ok , so go here https://gundog.world/ads/with-a-link-added/ you will see your button required all working
go here the custom field was left empty no link added ...
-
You can remove those buttons within your own childtheme. Just copy \parts\form-field-image-input-attach.php file to the same folder within your child theme and remove the following code within that...
-
THEME FOLDER: sidebar.php (Remove Below Code Only)
<?php
if ( is_tax( APP_TAX_CAT ) ) {
// go get the taxonomy category id so we can filter with it
// have to use slug instead of name...
-
You can add a filter in functions.php or the WordPress Snippets plugin to disable the ad archive description... or you could create a translation even if your main language is English and translate...
-
You should have said something in your previous question as they're related.
So, besides the sold actions you want to remove the delete action ...
function remove_dashboard_actions($actions)...
-
Yeah, after digging further into this problem, it seems that Google changed the game last summer when they decided that:
Existing sites that use their services will continue to work but they will...