Search:

Search: Search took 1.00 seconds.

  1. Replies
    1
    Views
    7,445

    try placing this PHP code in your childtheme...

    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);
  2. [SOLVED] Try this modified code instead ... //Stick...

    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',...
  3. Replies
    15
    Views
    990

    [SOLVED] ok , so go here ...

    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 ...
  4. You can remove those buttons within your own...

    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...
  5. Replies
    3
    Views
    377

    [SOLVED] THEME FOLDER: sidebar.php (Remove Below Code...

    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...
  6. [SOLVED] You can add a filter in functions.php or the...

    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...
  7. [SOLVED] You should have said something in your previous...

    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)...
  8. Replies
    39
    Views
    2,463

    [SOLVED] Yeah, after digging further into this problem, it...

    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...
Results 1 to 8 of 8